@charset "UTF-8";
/*!
   * Bootstrap  v5.2.3 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
/* line 1, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_root.scss */
:root {
  --bs-blue: #0455b2;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #D71C51;
  --bs-orange: #E67E22;
  --bs-yellow: #FBD400;
  --bs-green: #1EDD88;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0455b2;
  --bs-secondary: #6c757d;
  --bs-success: #1EDD88;
  --bs-info: #0dcaf0;
  --bs-warning: #FBD400;
  --bs-danger: #D71C51;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 4, 85, 178;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 30, 221, 136;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 251, 212, 0;
  --bs-danger-rgb: 215, 28, 81;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0455b2;
  --bs-link-hover-color: #03448e;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fef6cc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_grid.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 9, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 3, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cdddf0;
  --bs-table-border-color: #b9c7d8;
  --bs-table-striped-bg: #c3d2e4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9c7d8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #beccde;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

/* line 3, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d2f8e7;
  --bs-table-border-color: #bddfd0;
  --bs-table-striped-bg: #c8ecdb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bddfd0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c2e5d6;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

/* line 3, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fef6cc;
  --bs-table-border-color: #e5ddb8;
  --bs-table-striped-bg: #f1eac2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e5ddb8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ebe4bd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f7d2dc;
  --bs-table-border-color: #debdc6;
  --bs-table-striped-bg: #ebc8d1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #debdc6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e4c2cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 34, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #82aad9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(4, 85, 178, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 27, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #82aad9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(4, 85, 178, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 56, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #82aad9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(4, 85, 178, 0.25);
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0455b2;
  border-color: #0455b2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 19, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(4, 85, 178, 0.25);
}

/* line 20, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(4, 85, 178, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #1EDD88;
  box-shadow: 0 0 0 0.25rem rgba(30, 221, 136, 0.25);
}

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

/* line 7, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #1EDD88;
}

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

/* line 98, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #1EDD88;
  box-shadow: 0 0 0 0.25rem rgba(30, 221, 136, 0.25);
}

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

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

/* line 117, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #1EDD88;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(30, 221, 136, 0.25);
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1EDD88;
}

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

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

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

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

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

/* line 7, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #D71C51;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23D71C51'%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='%23D71C51' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #D71C51;
  box-shadow: 0 0 0 0.25rem rgba(215, 28, 81, 0.25);
}

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

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

/* line 89, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23D71C51'%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='%23D71C51' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 98, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #D71C51;
  box-shadow: 0 0 0 0.25rem rgba(215, 28, 81, 0.25);
}

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

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

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

/* line 121, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(215, 28, 81, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 123, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0455b2;
  --bs-btn-border-color: #0455b2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #034897;
  --bs-btn-hover-border-color: #03448e;
  --bs-btn-focus-shadow-rgb: 42, 111, 190;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #03448e;
  --bs-btn-active-border-color: #034086;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0455b2;
  --bs-btn-disabled-border-color: #0455b2;
}

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

/* line 123, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #1EDD88;
  --bs-btn-border-color: #1EDD88;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #40e29a;
  --bs-btn-hover-border-color: #35e094;
  --bs-btn-focus-shadow-rgb: 26, 188, 116;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4be4a0;
  --bs-btn-active-border-color: #35e094;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #1EDD88;
  --bs-btn-disabled-border-color: #1EDD88;
}

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

/* line 123, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #FBD400;
  --bs-btn-border-color: #FBD400;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fcda26;
  --bs-btn-hover-border-color: #fbd81a;
  --bs-btn-focus-shadow-rgb: 213, 180, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fcdd33;
  --bs-btn-active-border-color: #fbd81a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FBD400;
  --bs-btn-disabled-border-color: #FBD400;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #D71C51;
  --bs-btn-border-color: #D71C51;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b71845;
  --bs-btn-hover-border-color: #ac1641;
  --bs-btn-focus-shadow-rgb: 221, 62, 107;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ac1641;
  --bs-btn-active-border-color: #a1153d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #D71C51;
  --bs-btn-disabled-border-color: #D71C51;
}

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

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

/* line 149, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  --bs-btn-color: #0455b2;
  --bs-btn-border-color: #0455b2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0455b2;
  --bs-btn-hover-border-color: #0455b2;
  --bs-btn-focus-shadow-rgb: 4, 85, 178;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0455b2;
  --bs-btn-active-border-color: #0455b2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0455b2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0455b2;
  --bs-gradient: none;
}

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

/* line 149, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  --bs-btn-color: #1EDD88;
  --bs-btn-border-color: #1EDD88;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #1EDD88;
  --bs-btn-hover-border-color: #1EDD88;
  --bs-btn-focus-shadow-rgb: 30, 221, 136;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #1EDD88;
  --bs-btn-active-border-color: #1EDD88;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1EDD88;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1EDD88;
  --bs-gradient: none;
}

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

/* line 149, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  --bs-btn-color: #FBD400;
  --bs-btn-border-color: #FBD400;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FBD400;
  --bs-btn-hover-border-color: #FBD400;
  --bs-btn-focus-shadow-rgb: 251, 212, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FBD400;
  --bs-btn-active-border-color: #FBD400;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FBD400;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FBD400;
  --bs-gradient: none;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  --bs-btn-color: #D71C51;
  --bs-btn-border-color: #D71C51;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #D71C51;
  --bs-btn-hover-border-color: #D71C51;
  --bs-btn-focus-shadow-rgb: 215, 28, 81;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #D71C51;
  --bs-btn-active-border-color: #D71C51;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #D71C51;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #D71C51;
  --bs-gradient: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 105, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0455b2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  --bs-alert-color: #02336b;
  --bs-alert-bg: #cdddf0;
  --bs-alert-border-color: #b4cce8;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #022956;
}

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

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  --bs-alert-color: #0c5836;
  --bs-alert-bg: #d2f8e7;
  --bs-alert-border-color: #bcf5db;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0a462b;
}

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

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  --bs-alert-color: #645500;
  --bs-alert-bg: #fef6cc;
  --bs-alert-border-color: #fef2b3;
}

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  --bs-alert-color: #811131;
  --bs-alert-bg: #f7d2dc;
  --bs-alert-border-color: #f3bbcb;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #670e27;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #02336b;
  background-color: #cdddf0;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #02336b;
  background-color: #b9c7d8;
}

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

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

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

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

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #0c5836;
  background-color: #d2f8e7;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0c5836;
  background-color: #bddfd0;
}

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

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

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

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

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

/* line 10, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #645500;
  background-color: #e5ddb8;
}

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

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

/* line 10, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #811131;
  background-color: #debdc6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(4, 85, 178, var(--bs-bg-opacity, 1)) !important;
}

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

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-success {
  color: #000 !important;
  background-color: RGBA(30, 221, 136, var(--bs-bg-opacity, 1)) !important;
}

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

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(251, 212, 0, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(215, 28, 81, var(--bs-bg-opacity, 1)) !important;
}

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

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

/* line 2, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary {
  color: #0455b2 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: #03448e !important;
}

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

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

/* line 2, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success {
  color: #1EDD88 !important;
}

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

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

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

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

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

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

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

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

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

/* line 2, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark {
  color: #212529 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-1 {
  --bs-border-width: 1px;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-2 {
  --bs-border-width: 2px;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-3 {
  --bs-border-width: 3px;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-4 {
  --bs-border-width: 4px;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-5 {
  --bs-border-width: 5px;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

@font-face {
  font-family: boxicons;
  font-weight: 400;
  font-style: normal;
  src: url(/../fonts/boxicons.eot);
  src: url(/../fonts/boxicons.eot) format("embedded-opentype"), url(/../fonts/boxicons.woff2) format("woff2"), url(/../fonts/boxicons.woff) format("woff"), url(/../fonts/boxicons.ttf) format("truetype"), url(/../fonts/boxicons.svg?#boxicons) format("svg");
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-ul > li {
  position: relative;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-ul .bx {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes burst {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes burst {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}

@keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(-20px);
    opacity: 0;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(-20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(20px);
    opacity: 0;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes fade-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(-20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes fade-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(20px);
    opacity: 0;
  }
}

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-spin {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-spin-hover:hover {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-tada {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-tada-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-flashing {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-flashing-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-burst {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-burst-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-fade-up {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-fade-up-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-fade-down {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-fade-down-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-fade-left {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-fade-left-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-fade-right {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-fade-right-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-xs {
  font-size: 1rem !important;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-sm {
  font-size: 1.55rem !important;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-md {
  font-size: 2.25rem !important;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-lg {
  font-size: 3rem !important;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-fw {
  font-size: 1.2857142857em;
  line-height: .8em;
  width: 1.2857142857em;
  height: .8em;
  margin-top: -0.2em !important;
  vertical-align: middle;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-pull-left {
  float: left;
  margin-right: 0.3em !important;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-pull-right {
  float: right;
  margin-left: 0.3em !important;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-rotate-90 {
  transform: rotate(90deg);
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-rotate-180 {
  transform: rotate(180deg);
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-rotate-270 {
  transform: rotate(270deg);
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-flip-horizontal {
  transform: scaleX(-1);
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-flip-vertical {
  transform: scaleY(-1);
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-border {
  padding: .25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: .25em;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-border-circle {
  padding: .25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-color:before {
  content: "\ef39";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-reflect-horizontal:before {
  content: "\ef3a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-reflect-vertical:before {
  content: "\ef3b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-color:before {
  content: "\ef3c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-mongodb:before {
  content: "\ef3d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-postgresql:before {
  content: "\ef3e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-deezer:before {
  content: "\ef3f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-hard-hat:before {
  content: "\ef2a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-home-alt-2:before {
  content: "\ef2b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cheese:before {
  content: "\ef2c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-home-alt-2:before {
  content: "\ef2d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-hard-hat:before {
  content: "\ef2e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cheese:before {
  content: "\ef2f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cart-add:before {
  content: "\ef30";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cart-download:before {
  content: "\ef31";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-no-signal:before {
  content: "\ef32";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-signal-1:before {
  content: "\ef33";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-signal-2:before {
  content: "\ef34";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-signal-3:before {
  content: "\ef35";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-signal-4:before {
  content: "\ef36";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-signal-5:before {
  content: "\ef37";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-xing:before {
  content: "\ef38";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-meta:before {
  content: "\ef27";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-lemon:before {
  content: "\ef28";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-lemon:before {
  content: "\ef29";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cricket-ball:before {
  content: "\ef0c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-baguette:before {
  content: "\ef0d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bowl-hot:before {
  content: "\ef0e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bowl-rice:before {
  content: "\ef0f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cable-car:before {
  content: "\ef10";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-candles:before {
  content: "\ef11";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-circle-half:before {
  content: "\ef12";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-circle-quarter:before {
  content: "\ef13";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-circle-three-quarter:before {
  content: "\ef14";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cross:before {
  content: "\ef15";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-fork:before {
  content: "\ef16";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-knife:before {
  content: "\ef17";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-money-withdraw:before {
  content: "\ef18";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-popsicle:before {
  content: "\ef19";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-scatter-chart:before {
  content: "\ef1a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-baguette:before {
  content: "\ef1b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bowl-hot:before {
  content: "\ef1c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bowl-rice:before {
  content: "\ef1d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cable-car:before {
  content: "\ef1e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-circle-half:before {
  content: "\ef1f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-circle-quarter:before {
  content: "\ef20";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-circle-three-quarter:before {
  content: "\ef21";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cricket-ball:before {
  content: "\ef22";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-invader:before {
  content: "\ef23";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-male-female:before {
  content: "\ef24";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-popsicle:before {
  content: "\ef25";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-tree-alt:before {
  content: "\ef26";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-venmo:before {
  content: "\e900";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-upwork:before {
  content: "\e901";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-netlify:before {
  content: "\e902";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-java:before {
  content: "\e903";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-heroku:before {
  content: "\e904";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-go-lang:before {
  content: "\e905";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-gmail:before {
  content: "\e906";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-flask:before {
  content: "\e907";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-99designs:before {
  content: "\e908";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-500px:before {
  content: "\e909";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-adobe:before {
  content: "\e90a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-airbnb:before {
  content: "\e90b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-algolia:before {
  content: "\e90c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-amazon:before {
  content: "\e90d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-android:before {
  content: "\e90e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-angular:before {
  content: "\e90f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-apple:before {
  content: "\e910";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-audible:before {
  content: "\e911";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-aws:before {
  content: "\e912";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-baidu:before {
  content: "\e913";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-behance:before {
  content: "\e914";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-bing:before {
  content: "\e915";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-bitcoin:before {
  content: "\e916";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-blender:before {
  content: "\e917";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-blogger:before {
  content: "\e918";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-bootstrap:before {
  content: "\e919";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-chrome:before {
  content: "\e91a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-codepen:before {
  content: "\e91b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-c-plus-plus:before {
  content: "\e91c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-creative-commons:before {
  content: "\e91d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-css3:before {
  content: "\e91e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-dailymotion:before {
  content: "\e91f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-deviantart:before {
  content: "\e920";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-dev-to:before {
  content: "\e921";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-digg:before {
  content: "\e922";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-digitalocean:before {
  content: "\e923";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-discord:before {
  content: "\e924";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-discord-alt:before {
  content: "\e925";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-discourse:before {
  content: "\e926";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-django:before {
  content: "\e927";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-docker:before {
  content: "\e928";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-dribbble:before {
  content: "\e929";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-dropbox:before {
  content: "\e92a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-drupal:before {
  content: "\e92b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-ebay:before {
  content: "\e92c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-edge:before {
  content: "\e92d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-etsy:before {
  content: "\e92e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-facebook:before {
  content: "\e92f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-facebook-circle:before {
  content: "\e930";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-facebook-square:before {
  content: "\e931";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-figma:before {
  content: "\e932";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-firebase:before {
  content: "\e933";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-firefox:before {
  content: "\e934";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-flickr:before {
  content: "\e935";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-flickr-square:before {
  content: "\e936";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-flutter:before {
  content: "\e937";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-foursquare:before {
  content: "\e938";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-git:before {
  content: "\e939";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-github:before {
  content: "\e93a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-gitlab:before {
  content: "\e93b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-google:before {
  content: "\e93c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-google-cloud:before {
  content: "\e93d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-google-plus:before {
  content: "\e93e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-google-plus-circle:before {
  content: "\e93f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-html5:before {
  content: "\e940";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-imdb:before {
  content: "\e941";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-instagram:before {
  content: "\e942";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-instagram-alt:before {
  content: "\e943";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-internet-explorer:before {
  content: "\e944";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-invision:before {
  content: "\e945";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-javascript:before {
  content: "\e946";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-joomla:before {
  content: "\e947";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-jquery:before {
  content: "\e948";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-jsfiddle:before {
  content: "\e949";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-kickstarter:before {
  content: "\e94a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-kubernetes:before {
  content: "\e94b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-less:before {
  content: "\e94c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-linkedin:before {
  content: "\e94d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-linkedin-square:before {
  content: "\e94e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-magento:before {
  content: "\e94f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-mailchimp:before {
  content: "\e950";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-markdown:before {
  content: "\e951";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-mastercard:before {
  content: "\e952";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-mastodon:before {
  content: "\e953";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-medium:before {
  content: "\e954";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-medium-old:before {
  content: "\e955";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-medium-square:before {
  content: "\e956";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-messenger:before {
  content: "\e957";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-microsoft:before {
  content: "\e958";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-microsoft-teams:before {
  content: "\e959";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-nodejs:before {
  content: "\e95a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-ok-ru:before {
  content: "\e95b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-opera:before {
  content: "\e95c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-patreon:before {
  content: "\e95d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-paypal:before {
  content: "\e95e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-periscope:before {
  content: "\e95f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-php:before {
  content: "\e960";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-pinterest:before {
  content: "\e961";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-pinterest-alt:before {
  content: "\e962";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-play-store:before {
  content: "\e963";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-pocket:before {
  content: "\e964";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-product-hunt:before {
  content: "\e965";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-python:before {
  content: "\e966";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-quora:before {
  content: "\e967";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-react:before {
  content: "\e968";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-redbubble:before {
  content: "\e969";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-reddit:before {
  content: "\e96a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-redux:before {
  content: "\e96b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-sass:before {
  content: "\e96c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-shopify:before {
  content: "\e96d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-sketch:before {
  content: "\e96e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-skype:before {
  content: "\e96f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-slack:before {
  content: "\e970";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-slack-old:before {
  content: "\e971";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-snapchat:before {
  content: "\e972";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-soundcloud:before {
  content: "\e973";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-spotify:before {
  content: "\e974";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-spring-boot:before {
  content: "\e975";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-squarespace:before {
  content: "\e976";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-stack-overflow:before {
  content: "\e977";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-steam:before {
  content: "\e978";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-stripe:before {
  content: "\e979";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-tailwind-css:before {
  content: "\e97a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-telegram:before {
  content: "\e97b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-tiktok:before {
  content: "\e97c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-trello:before {
  content: "\e97d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-trip-advisor:before {
  content: "\e97e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-tumblr:before {
  content: "\e97f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-tux:before {
  content: "\e980";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-twitch:before {
  content: "\e981";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-twitter:before {
  content: "\e982";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-unity:before {
  content: "\e983";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-unsplash:before {
  content: "\e984";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-vimeo:before {
  content: "\e985";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-visa:before {
  content: "\e986";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-visual-studio:before {
  content: "\e987";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-vk:before {
  content: "\e988";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-vuejs:before {
  content: "\e989";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-whatsapp:before {
  content: "\e98a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-whatsapp-square:before {
  content: "\e98b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-wikipedia:before {
  content: "\e98c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-windows:before {
  content: "\e98d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-wix:before {
  content: "\e98e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-wordpress:before {
  content: "\e98f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-yahoo:before {
  content: "\e990";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-yelp:before {
  content: "\e991";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-youtube:before {
  content: "\e992";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxl-zoom:before {
  content: "\e993";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-collapse-alt:before {
  content: "\e994";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-collapse-horizontal:before {
  content: "\e995";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-collapse-vertical:before {
  content: "\e996";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-expand-horizontal:before {
  content: "\e997";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-expand-vertical:before {
  content: "\e998";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-injection:before {
  content: "\e999";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-leaf:before {
  content: "\e99a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-math:before {
  content: "\e99b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-party:before {
  content: "\e99c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-abacus:before {
  content: "\e99d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-accessibility:before {
  content: "\e99e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-add-to-queue:before {
  content: "\e99f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-adjust:before {
  content: "\e9a0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-alarm:before {
  content: "\e9a1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-alarm-add:before {
  content: "\e9a2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-alarm-exclamation:before {
  content: "\e9a3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-alarm-off:before {
  content: "\e9a4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-alarm-snooze:before {
  content: "\e9a5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-album:before {
  content: "\e9a6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-align-justify:before {
  content: "\e9a7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-align-left:before {
  content: "\e9a8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-align-middle:before {
  content: "\e9a9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-align-right:before {
  content: "\e9aa";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-analyse:before {
  content: "\e9ab";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-anchor:before {
  content: "\e9ac";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-angry:before {
  content: "\e9ad";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-aperture:before {
  content: "\e9ae";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-arch:before {
  content: "\e9af";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-archive:before {
  content: "\e9b0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-archive-in:before {
  content: "\e9b1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-archive-out:before {
  content: "\e9b2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-area:before {
  content: "\e9b3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-arrow-back:before {
  content: "\e9b4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-arrow-from-bottom:before {
  content: "\e9b5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-arrow-from-left:before {
  content: "\e9b6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-arrow-from-right:before {
  content: "\e9b7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-arrow-from-top:before {
  content: "\e9b8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-arrow-to-bottom:before {
  content: "\e9b9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-arrow-to-left:before {
  content: "\e9ba";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-arrow-to-right:before {
  content: "\e9bb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-arrow-to-top:before {
  content: "\e9bc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-at:before {
  content: "\e9bd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-atom:before {
  content: "\e9be";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-award:before {
  content: "\e9bf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-badge:before {
  content: "\e9c0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-badge-check:before {
  content: "\e9c1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-ball:before {
  content: "\e9c2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-band-aid:before {
  content: "\e9c3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bar-chart:before {
  content: "\e9c4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bar-chart-alt:before {
  content: "\e9c5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bar-chart-alt-2:before {
  content: "\e9c6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bar-chart-square:before {
  content: "\e9c7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-barcode:before {
  content: "\e9c8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-barcode-reader:before {
  content: "\e9c9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-baseball:before {
  content: "\e9ca";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-basket:before {
  content: "\e9cb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-basketball:before {
  content: "\e9cc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bath:before {
  content: "\e9cd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-battery:before {
  content: "\e9ce";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bed:before {
  content: "\e9cf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-been-here:before {
  content: "\e9d0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-beer:before {
  content: "\e9d1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bell:before {
  content: "\e9d2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bell-minus:before {
  content: "\e9d3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bell-off:before {
  content: "\e9d4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bell-plus:before {
  content: "\e9d5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bible:before {
  content: "\e9d6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bitcoin:before {
  content: "\e9d7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-blanket:before {
  content: "\e9d8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-block:before {
  content: "\e9d9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bluetooth:before {
  content: "\e9da";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-body:before {
  content: "\e9db";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bold:before {
  content: "\e9dc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bolt-circle:before {
  content: "\e9dd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bomb:before {
  content: "\e9de";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bone:before {
  content: "\e9df";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bong:before {
  content: "\e9e0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-book:before {
  content: "\e9e1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-book-add:before {
  content: "\e9e2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-book-alt:before {
  content: "\e9e3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-book-bookmark:before {
  content: "\e9e4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-book-content:before {
  content: "\e9e5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-book-heart:before {
  content: "\e9e6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bookmark:before {
  content: "\e9e7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bookmark-alt:before {
  content: "\e9e8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bookmark-alt-minus:before {
  content: "\e9e9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bookmark-alt-plus:before {
  content: "\e9ea";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bookmark-heart:before {
  content: "\e9eb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bookmark-minus:before {
  content: "\e9ec";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bookmark-plus:before {
  content: "\e9ed";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bookmarks:before {
  content: "\e9ee";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-book-open:before {
  content: "\e9ef";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-book-reader:before {
  content: "\e9f0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-border-all:before {
  content: "\e9f1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-border-bottom:before {
  content: "\e9f2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-border-inner:before {
  content: "\e9f3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-border-left:before {
  content: "\e9f4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-border-none:before {
  content: "\e9f5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-border-outer:before {
  content: "\e9f6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-border-radius:before {
  content: "\e9f7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-border-right:before {
  content: "\e9f8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-border-top:before {
  content: "\e9f9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bot:before {
  content: "\e9fa";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bowling-ball:before {
  content: "\e9fb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-box:before {
  content: "\e9fc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bracket:before {
  content: "\e9fd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-braille:before {
  content: "\e9fe";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-brain:before {
  content: "\e9ff";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-briefcase:before {
  content: "\ea00";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-briefcase-alt:before {
  content: "\ea01";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-briefcase-alt-2:before {
  content: "\ea02";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-brightness:before {
  content: "\ea03";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-brightness-half:before {
  content: "\ea04";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-broadcast:before {
  content: "\ea05";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-brush:before {
  content: "\ea06";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-brush-alt:before {
  content: "\ea07";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bug:before {
  content: "\ea08";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bug-alt:before {
  content: "\ea09";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-building:before {
  content: "\ea0a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-building-house:before {
  content: "\ea0b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-buildings:before {
  content: "\ea0c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bulb:before {
  content: "\ea0d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bullseye:before {
  content: "\ea0e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-buoy:before {
  content: "\ea0f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bus:before {
  content: "\ea10";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-bus-school:before {
  content: "\ea11";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cabinet:before {
  content: "\ea12";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cake:before {
  content: "\ea13";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-calculator:before {
  content: "\ea14";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-calendar:before {
  content: "\ea15";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-calendar-alt:before {
  content: "\ea16";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-calendar-check:before {
  content: "\ea17";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-calendar-edit:before {
  content: "\ea18";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-calendar-event:before {
  content: "\ea19";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-calendar-exclamation:before {
  content: "\ea1a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-calendar-heart:before {
  content: "\ea1b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-calendar-minus:before {
  content: "\ea1c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-calendar-plus:before {
  content: "\ea1d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-calendar-star:before {
  content: "\ea1e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-calendar-week:before {
  content: "\ea1f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-calendar-x:before {
  content: "\ea20";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-camera:before {
  content: "\ea21";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-camera-home:before {
  content: "\ea22";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-camera-movie:before {
  content: "\ea23";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-camera-off:before {
  content: "\ea24";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-capsule:before {
  content: "\ea25";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-captions:before {
  content: "\ea26";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-car:before {
  content: "\ea27";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-card:before {
  content: "\ea28";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-caret-down:before {
  content: "\ea29";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-caret-down-circle:before {
  content: "\ea2a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-caret-down-square:before {
  content: "\ea2b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-caret-left:before {
  content: "\ea2c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-caret-left-circle:before {
  content: "\ea2d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-caret-left-square:before {
  content: "\ea2e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-caret-right:before {
  content: "\ea2f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-caret-right-circle:before {
  content: "\ea30";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-caret-right-square:before {
  content: "\ea31";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-caret-up:before {
  content: "\ea32";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-caret-up-circle:before {
  content: "\ea33";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-caret-up-square:before {
  content: "\ea34";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-carousel:before {
  content: "\ea35";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cart:before {
  content: "\ea36";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cart-alt:before {
  content: "\ea37";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cast:before {
  content: "\ea38";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-category:before {
  content: "\ea39";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-category-alt:before {
  content: "\ea3a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cctv:before {
  content: "\ea3b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-certification:before {
  content: "\ea3c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chair:before {
  content: "\ea3d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chalkboard:before {
  content: "\ea3e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chart:before {
  content: "\ea3f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chat:before {
  content: "\ea40";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-check:before {
  content: "\ea41";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-checkbox:before {
  content: "\ea42";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-checkbox-checked:before {
  content: "\ea43";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-checkbox-minus:before {
  content: "\ea44";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-checkbox-square:before {
  content: "\ea45";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-check-circle:before {
  content: "\ea46";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-check-double:before {
  content: "\ea47";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-check-shield:before {
  content: "\ea48";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-check-square:before {
  content: "\ea49";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chevron-down:before {
  content: "\ea4a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chevron-down-circle:before {
  content: "\ea4b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chevron-down-square:before {
  content: "\ea4c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chevron-left:before {
  content: "\ea4d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chevron-left-circle:before {
  content: "\ea4e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chevron-left-square:before {
  content: "\ea4f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chevron-right:before {
  content: "\ea50";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chevron-right-circle:before {
  content: "\ea51";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chevron-right-square:before {
  content: "\ea52";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chevrons-down:before {
  content: "\ea53";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chevrons-left:before {
  content: "\ea54";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chevrons-right:before {
  content: "\ea55";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chevrons-up:before {
  content: "\ea56";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chevron-up:before {
  content: "\ea57";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chevron-up-circle:before {
  content: "\ea58";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chevron-up-square:before {
  content: "\ea59";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-chip:before {
  content: "\ea5a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-church:before {
  content: "\ea5b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-circle:before {
  content: "\ea5c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-clinic:before {
  content: "\ea5d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-clipboard:before {
  content: "\ea5e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-closet:before {
  content: "\ea5f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cloud:before {
  content: "\ea60";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cloud-download:before {
  content: "\ea61";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cloud-drizzle:before {
  content: "\ea62";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cloud-lightning:before {
  content: "\ea63";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cloud-light-rain:before {
  content: "\ea64";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cloud-rain:before {
  content: "\ea65";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cloud-snow:before {
  content: "\ea66";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cloud-upload:before {
  content: "\ea67";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-code:before {
  content: "\ea68";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-code-alt:before {
  content: "\ea69";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-code-block:before {
  content: "\ea6a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-code-curly:before {
  content: "\ea6b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-coffee:before {
  content: "\ea6c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-coffee-togo:before {
  content: "\ea6d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cog:before {
  content: "\ea6e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-coin:before {
  content: "\ea6f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-coin-stack:before {
  content: "\ea70";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-collapse:before {
  content: "\ea71";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-collection:before {
  content: "\ea72";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-color-fill:before {
  content: "\ea73";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-columns:before {
  content: "\ea74";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-command:before {
  content: "\ea75";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-comment:before {
  content: "\ea76";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-comment-add:before {
  content: "\ea77";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-comment-check:before {
  content: "\ea78";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-comment-detail:before {
  content: "\ea79";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-comment-dots:before {
  content: "\ea7a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-comment-edit:before {
  content: "\ea7b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-comment-error:before {
  content: "\ea7c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-comment-minus:before {
  content: "\ea7d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-comment-x:before {
  content: "\ea7e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-compass:before {
  content: "\ea7f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-confused:before {
  content: "\ea80";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-conversation:before {
  content: "\ea81";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cookie:before {
  content: "\ea82";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cool:before {
  content: "\ea83";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-copy:before {
  content: "\ea84";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-copy-alt:before {
  content: "\ea85";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-copyright:before {
  content: "\ea86";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-credit-card:before {
  content: "\ea87";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-credit-card-alt:before {
  content: "\ea88";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-credit-card-front:before {
  content: "\ea89";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-crop:before {
  content: "\ea8a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-crosshair:before {
  content: "\ea8b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-crown:before {
  content: "\ea8c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cube:before {
  content: "\ea8d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cube-alt:before {
  content: "\ea8e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cuboid:before {
  content: "\ea8f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-current-location:before {
  content: "\ea90";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-customize:before {
  content: "\ea91";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cut:before {
  content: "\ea92";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cycling:before {
  content: "\ea93";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-cylinder:before {
  content: "\ea94";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-data:before {
  content: "\ea95";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-desktop:before {
  content: "\ea96";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-detail:before {
  content: "\ea97";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-devices:before {
  content: "\ea98";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dialpad:before {
  content: "\ea99";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dialpad-alt:before {
  content: "\ea9a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-diamond:before {
  content: "\ea9b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dice-1:before {
  content: "\ea9c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dice-2:before {
  content: "\ea9d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dice-3:before {
  content: "\ea9e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dice-4:before {
  content: "\ea9f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dice-5:before {
  content: "\eaa0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dice-6:before {
  content: "\eaa1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-directions:before {
  content: "\eaa2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-disc:before {
  content: "\eaa3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dish:before {
  content: "\eaa4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dislike:before {
  content: "\eaa5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dizzy:before {
  content: "\eaa6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dna:before {
  content: "\eaa7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dock-bottom:before {
  content: "\eaa8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dock-left:before {
  content: "\eaa9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dock-right:before {
  content: "\eaaa";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dock-top:before {
  content: "\eaab";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dollar:before {
  content: "\eaac";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dollar-circle:before {
  content: "\eaad";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-donate-blood:before {
  content: "\eaae";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-donate-heart:before {
  content: "\eaaf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-door-open:before {
  content: "\eab0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dots-horizontal:before {
  content: "\eab1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dots-horizontal-rounded:before {
  content: "\eab2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dots-vertical:before {
  content: "\eab3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dots-vertical-rounded:before {
  content: "\eab4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-doughnut-chart:before {
  content: "\eab5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-down-arrow:before {
  content: "\eab6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-down-arrow-alt:before {
  content: "\eab7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-down-arrow-circle:before {
  content: "\eab8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-download:before {
  content: "\eab9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-downvote:before {
  content: "\eaba";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-drink:before {
  content: "\eabb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-droplet:before {
  content: "\eabc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-dumbbell:before {
  content: "\eabd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-duplicate:before {
  content: "\eabe";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-edit:before {
  content: "\eabf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-edit-alt:before {
  content: "\eac0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-envelope:before {
  content: "\eac1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-envelope-open:before {
  content: "\eac2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-equalizer:before {
  content: "\eac3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-eraser:before {
  content: "\eac4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-error:before {
  content: "\eac5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-error-alt:before {
  content: "\eac6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-error-circle:before {
  content: "\eac7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-euro:before {
  content: "\eac8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-exclude:before {
  content: "\eac9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-exit:before {
  content: "\eaca";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-exit-fullscreen:before {
  content: "\eacb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-expand:before {
  content: "\eacc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-expand-alt:before {
  content: "\eacd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-export:before {
  content: "\eace";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-extension:before {
  content: "\eacf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-face:before {
  content: "\ead0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-fast-forward:before {
  content: "\ead1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-fast-forward-circle:before {
  content: "\ead2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-female:before {
  content: "\ead3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-female-sign:before {
  content: "\ead4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-file:before {
  content: "\ead5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-file-blank:before {
  content: "\ead6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-file-find:before {
  content: "\ead7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-film:before {
  content: "\ead8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-filter:before {
  content: "\ead9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-filter-alt:before {
  content: "\eada";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-fingerprint:before {
  content: "\eadb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-first-aid:before {
  content: "\eadc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-first-page:before {
  content: "\eadd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-flag:before {
  content: "\eade";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-folder:before {
  content: "\eadf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-folder-minus:before {
  content: "\eae0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-folder-open:before {
  content: "\eae1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-folder-plus:before {
  content: "\eae2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-font:before {
  content: "\eae3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-font-color:before {
  content: "\eae4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-font-family:before {
  content: "\eae5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-font-size:before {
  content: "\eae6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-food-menu:before {
  content: "\eae7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-food-tag:before {
  content: "\eae8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-football:before {
  content: "\eae9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-fridge:before {
  content: "\eaea";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-fullscreen:before {
  content: "\eaeb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-game:before {
  content: "\eaec";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-gas-pump:before {
  content: "\eaed";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-ghost:before {
  content: "\eaee";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-gift:before {
  content: "\eaef";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-git-branch:before {
  content: "\eaf0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-git-commit:before {
  content: "\eaf1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-git-compare:before {
  content: "\eaf2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-git-merge:before {
  content: "\eaf3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-git-pull-request:before {
  content: "\eaf4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-git-repo-forked:before {
  content: "\eaf5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-glasses:before {
  content: "\eaf6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-glasses-alt:before {
  content: "\eaf7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-globe:before {
  content: "\eaf8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-globe-alt:before {
  content: "\eaf9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-grid:before {
  content: "\eafa";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-grid-alt:before {
  content: "\eafb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-grid-horizontal:before {
  content: "\eafc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-grid-small:before {
  content: "\eafd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-grid-vertical:before {
  content: "\eafe";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-group:before {
  content: "\eaff";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-handicap:before {
  content: "\eb00";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-happy:before {
  content: "\eb01";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-happy-alt:before {
  content: "\eb02";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-happy-beaming:before {
  content: "\eb03";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-happy-heart-eyes:before {
  content: "\eb04";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-hash:before {
  content: "\eb05";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-hdd:before {
  content: "\eb06";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-heading:before {
  content: "\eb07";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-headphone:before {
  content: "\eb08";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-health:before {
  content: "\eb09";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-heart:before {
  content: "\eb0a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-heart-circle:before {
  content: "\eb0b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-heart-square:before {
  content: "\eb0c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-help-circle:before {
  content: "\eb0d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-hide:before {
  content: "\eb0e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-highlight:before {
  content: "\eb0f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-history:before {
  content: "\eb10";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-hive:before {
  content: "\eb11";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-home:before {
  content: "\eb12";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-home-alt:before {
  content: "\eb13";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-home-circle:before {
  content: "\eb14";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-home-heart:before {
  content: "\eb15";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-home-smile:before {
  content: "\eb16";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-horizontal-center:before {
  content: "\eb17";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-hotel:before {
  content: "\eb18";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-hourglass:before {
  content: "\eb19";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-id-card:before {
  content: "\eb1a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-image:before {
  content: "\eb1b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-image-add:before {
  content: "\eb1c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-image-alt:before {
  content: "\eb1d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-images:before {
  content: "\eb1e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-import:before {
  content: "\eb1f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-infinite:before {
  content: "\eb20";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-info-circle:before {
  content: "\eb21";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-info-square:before {
  content: "\eb22";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-intersect:before {
  content: "\eb23";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-italic:before {
  content: "\eb24";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-joystick:before {
  content: "\eb25";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-joystick-alt:before {
  content: "\eb26";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-joystick-button:before {
  content: "\eb27";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-key:before {
  content: "\eb28";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-label:before {
  content: "\eb29";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-landscape:before {
  content: "\eb2a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-laptop:before {
  content: "\eb2b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-last-page:before {
  content: "\eb2c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-laugh:before {
  content: "\eb2d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-layer:before {
  content: "\eb2e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-layer-minus:before {
  content: "\eb2f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-layer-plus:before {
  content: "\eb30";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-layout:before {
  content: "\eb31";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-left-arrow:before {
  content: "\eb32";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-left-arrow-alt:before {
  content: "\eb33";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-left-arrow-circle:before {
  content: "\eb34";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-left-down-arrow-circle:before {
  content: "\eb35";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-left-indent:before {
  content: "\eb36";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-left-top-arrow-circle:before {
  content: "\eb37";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-library:before {
  content: "\eb38";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-like:before {
  content: "\eb39";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-line-chart:before {
  content: "\eb3a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-line-chart-down:before {
  content: "\eb3b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-link:before {
  content: "\eb3c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-link-alt:before {
  content: "\eb3d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-link-external:before {
  content: "\eb3e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-lira:before {
  content: "\eb3f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-list-check:before {
  content: "\eb40";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-list-minus:before {
  content: "\eb41";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-list-ol:before {
  content: "\eb42";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-list-plus:before {
  content: "\eb43";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-list-ul:before {
  content: "\eb44";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-loader:before {
  content: "\eb45";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-loader-alt:before {
  content: "\eb46";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-loader-circle:before {
  content: "\eb47";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-location-plus:before {
  content: "\eb48";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-lock:before {
  content: "\eb49";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-lock-alt:before {
  content: "\eb4a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-lock-open:before {
  content: "\eb4b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-lock-open-alt:before {
  content: "\eb4c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-log-in:before {
  content: "\eb4d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-log-in-circle:before {
  content: "\eb4e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-log-out:before {
  content: "\eb4f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-log-out-circle:before {
  content: "\eb50";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-low-vision:before {
  content: "\eb51";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-magnet:before {
  content: "\eb52";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-mail-send:before {
  content: "\eb53";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-male:before {
  content: "\eb54";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-male-sign:before {
  content: "\eb55";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-map:before {
  content: "\eb56";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-map-alt:before {
  content: "\eb57";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-map-pin:before {
  content: "\eb58";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-mask:before {
  content: "\eb59";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-medal:before {
  content: "\eb5a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-meh:before {
  content: "\eb5b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-meh-alt:before {
  content: "\eb5c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-meh-blank:before {
  content: "\eb5d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-memory-card:before {
  content: "\eb5e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-menu:before {
  content: "\eb5f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-menu-alt-left:before {
  content: "\eb60";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-menu-alt-right:before {
  content: "\eb61";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-merge:before {
  content: "\eb62";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message:before {
  content: "\eb63";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-add:before {
  content: "\eb64";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-alt:before {
  content: "\eb65";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-alt-add:before {
  content: "\eb66";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-alt-check:before {
  content: "\eb67";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-alt-detail:before {
  content: "\eb68";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-alt-dots:before {
  content: "\eb69";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-alt-edit:before {
  content: "\eb6a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-alt-error:before {
  content: "\eb6b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-alt-minus:before {
  content: "\eb6c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-alt-x:before {
  content: "\eb6d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-check:before {
  content: "\eb6e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-detail:before {
  content: "\eb6f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-dots:before {
  content: "\eb70";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-edit:before {
  content: "\eb71";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-error:before {
  content: "\eb72";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-minus:before {
  content: "\eb73";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-rounded:before {
  content: "\eb74";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-rounded-add:before {
  content: "\eb75";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-rounded-check:before {
  content: "\eb76";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-rounded-detail:before {
  content: "\eb77";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-rounded-dots:before {
  content: "\eb78";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-rounded-edit:before {
  content: "\eb79";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-rounded-error:before {
  content: "\eb7a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-rounded-minus:before {
  content: "\eb7b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-rounded-x:before {
  content: "\eb7c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-square:before {
  content: "\eb7d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-square-add:before {
  content: "\eb7e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-square-check:before {
  content: "\eb7f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-square-detail:before {
  content: "\eb80";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-square-dots:before {
  content: "\eb81";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-square-edit:before {
  content: "\eb82";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-square-error:before {
  content: "\eb83";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-square-minus:before {
  content: "\eb84";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-square-x:before {
  content: "\eb85";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-message-x:before {
  content: "\eb86";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-meteor:before {
  content: "\eb87";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-microchip:before {
  content: "\eb88";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-microphone:before {
  content: "\eb89";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-microphone-off:before {
  content: "\eb8a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-minus:before {
  content: "\eb8b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-minus-back:before {
  content: "\eb8c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-minus-circle:before {
  content: "\eb8d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-minus-front:before {
  content: "\eb8e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-mobile:before {
  content: "\eb8f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-mobile-alt:before {
  content: "\eb90";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-mobile-landscape:before {
  content: "\eb91";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-mobile-vibration:before {
  content: "\eb92";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-money:before {
  content: "\eb93";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-moon:before {
  content: "\eb94";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-mouse:before {
  content: "\eb95";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-mouse-alt:before {
  content: "\eb96";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-move:before {
  content: "\eb97";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-move-horizontal:before {
  content: "\eb98";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-move-vertical:before {
  content: "\eb99";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-movie:before {
  content: "\eb9a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-movie-play:before {
  content: "\eb9b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-music:before {
  content: "\eb9c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-navigation:before {
  content: "\eb9d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-network-chart:before {
  content: "\eb9e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-news:before {
  content: "\eb9f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-no-entry:before {
  content: "\eba0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-note:before {
  content: "\eba1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-notepad:before {
  content: "\eba2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-notification:before {
  content: "\eba3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-notification-off:before {
  content: "\eba4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-outline:before {
  content: "\eba5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-package:before {
  content: "\eba6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-paint:before {
  content: "\eba7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-paint-roll:before {
  content: "\eba8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-palette:before {
  content: "\eba9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-paperclip:before {
  content: "\ebaa";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-paper-plane:before {
  content: "\ebab";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-paragraph:before {
  content: "\ebac";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-paste:before {
  content: "\ebad";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-pause:before {
  content: "\ebae";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-pause-circle:before {
  content: "\ebaf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-pen:before {
  content: "\ebb0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-pencil:before {
  content: "\ebb1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-phone:before {
  content: "\ebb2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-phone-call:before {
  content: "\ebb3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-phone-incoming:before {
  content: "\ebb4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-phone-off:before {
  content: "\ebb5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-phone-outgoing:before {
  content: "\ebb6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-photo-album:before {
  content: "\ebb7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-pie-chart:before {
  content: "\ebb8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-pie-chart-alt:before {
  content: "\ebb9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-pie-chart-alt-2:before {
  content: "\ebba";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-pin:before {
  content: "\ebbb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-planet:before {
  content: "\ebbc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-play:before {
  content: "\ebbd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-play-circle:before {
  content: "\ebbe";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-plug:before {
  content: "\ebbf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-plus:before {
  content: "\ebc0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-plus-circle:before {
  content: "\ebc1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-plus-medical:before {
  content: "\ebc2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-podcast:before {
  content: "\ebc3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-pointer:before {
  content: "\ebc4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-poll:before {
  content: "\ebc5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-polygon:before {
  content: "\ebc6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-pound:before {
  content: "\ebc7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-power-off:before {
  content: "\ebc8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-printer:before {
  content: "\ebc9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-pulse:before {
  content: "\ebca";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-purchase-tag:before {
  content: "\ebcb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-purchase-tag-alt:before {
  content: "\ebcc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-pyramid:before {
  content: "\ebcd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-qr:before {
  content: "\ebce";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-qr-scan:before {
  content: "\ebcf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-question-mark:before {
  content: "\ebd0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-radar:before {
  content: "\ebd1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-radio:before {
  content: "\ebd2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-radio-circle:before {
  content: "\ebd3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-radio-circle-marked:before {
  content: "\ebd4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-receipt:before {
  content: "\ebd5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-rectangle:before {
  content: "\ebd6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-recycle:before {
  content: "\ebd7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-redo:before {
  content: "\ebd8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-refresh:before {
  content: "\ebd9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-registered:before {
  content: "\ebda";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-rename:before {
  content: "\ebdb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-repeat:before {
  content: "\ebdc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-reply:before {
  content: "\ebdd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-reply-all:before {
  content: "\ebde";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-repost:before {
  content: "\ebdf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-reset:before {
  content: "\ebe0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-restaurant:before {
  content: "\ebe1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-revision:before {
  content: "\ebe2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-rewind:before {
  content: "\ebe3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-rewind-circle:before {
  content: "\ebe4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-right-arrow:before {
  content: "\ebe5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-right-arrow-alt:before {
  content: "\ebe6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-right-arrow-circle:before {
  content: "\ebe7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-right-down-arrow-circle:before {
  content: "\ebe8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-right-indent:before {
  content: "\ebe9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-right-top-arrow-circle:before {
  content: "\ebea";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-rocket:before {
  content: "\ebeb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-rotate-left:before {
  content: "\ebec";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-rotate-right:before {
  content: "\ebed";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-rss:before {
  content: "\ebee";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-ruble:before {
  content: "\ebef";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-ruler:before {
  content: "\ebf0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-run:before {
  content: "\ebf1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-rupee:before {
  content: "\ebf2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-sad:before {
  content: "\ebf3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-save:before {
  content: "\ebf4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-scan:before {
  content: "\ebf5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-screenshot:before {
  content: "\ebf6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-search:before {
  content: "\ebf7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-search-alt:before {
  content: "\ebf8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-search-alt-2:before {
  content: "\ebf9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-selection:before {
  content: "\ebfa";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-select-multiple:before {
  content: "\ebfb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-send:before {
  content: "\ebfc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-server:before {
  content: "\ebfd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-shape-circle:before {
  content: "\ebfe";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-shape-polygon:before {
  content: "\ebff";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-shape-square:before {
  content: "\ec00";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-shape-triangle:before {
  content: "\ec01";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-share:before {
  content: "\ec02";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-share-alt:before {
  content: "\ec03";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-shekel:before {
  content: "\ec04";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-shield:before {
  content: "\ec05";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-shield-alt:before {
  content: "\ec06";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-shield-alt-2:before {
  content: "\ec07";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-shield-quarter:before {
  content: "\ec08";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-shield-x:before {
  content: "\ec09";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-shocked:before {
  content: "\ec0a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-shopping-bag:before {
  content: "\ec0b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-show:before {
  content: "\ec0c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-show-alt:before {
  content: "\ec0d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-shuffle:before {
  content: "\ec0e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-sidebar:before {
  content: "\ec0f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-sitemap:before {
  content: "\ec10";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-skip-next:before {
  content: "\ec11";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-skip-next-circle:before {
  content: "\ec12";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-skip-previous:before {
  content: "\ec13";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-skip-previous-circle:before {
  content: "\ec14";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-sleepy:before {
  content: "\ec15";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-slider:before {
  content: "\ec16";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-slider-alt:before {
  content: "\ec17";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-slideshow:before {
  content: "\ec18";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-smile:before {
  content: "\ec19";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-sort:before {
  content: "\ec1a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-sort-alt-2:before {
  content: "\ec1b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-sort-a-z:before {
  content: "\ec1c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-sort-down:before {
  content: "\ec1d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-sort-up:before {
  content: "\ec1e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-sort-z-a:before {
  content: "\ec1f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-spa:before {
  content: "\ec20";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-space-bar:before {
  content: "\ec21";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-speaker:before {
  content: "\ec22";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-spray-can:before {
  content: "\ec23";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-spreadsheet:before {
  content: "\ec24";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-square:before {
  content: "\ec25";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-square-rounded:before {
  content: "\ec26";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-star:before {
  content: "\ec27";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-station:before {
  content: "\ec28";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-stats:before {
  content: "\ec29";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-sticker:before {
  content: "\ec2a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-stop:before {
  content: "\ec2b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-stop-circle:before {
  content: "\ec2c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-stopwatch:before {
  content: "\ec2d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-store:before {
  content: "\ec2e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-store-alt:before {
  content: "\ec2f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-street-view:before {
  content: "\ec30";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-strikethrough:before {
  content: "\ec31";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-subdirectory-left:before {
  content: "\ec32";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-subdirectory-right:before {
  content: "\ec33";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-sun:before {
  content: "\ec34";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-support:before {
  content: "\ec35";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-swim:before {
  content: "\ec36";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-sync:before {
  content: "\ec37";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-tab:before {
  content: "\ec38";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-table:before {
  content: "\ec39";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-tachometer:before {
  content: "\ec3a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-tag:before {
  content: "\ec3b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-tag-alt:before {
  content: "\ec3c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-target-lock:before {
  content: "\ec3d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-task:before {
  content: "\ec3e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-task-x:before {
  content: "\ec3f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-taxi:before {
  content: "\ec40";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-tennis-ball:before {
  content: "\ec41";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-terminal:before {
  content: "\ec42";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-test-tube:before {
  content: "\ec43";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-text:before {
  content: "\ec44";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-time:before {
  content: "\ec45";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-time-five:before {
  content: "\ec46";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-timer:before {
  content: "\ec47";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-tired:before {
  content: "\ec48";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-toggle-left:before {
  content: "\ec49";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-toggle-right:before {
  content: "\ec4a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-tone:before {
  content: "\ec4b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-traffic-cone:before {
  content: "\ec4c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-train:before {
  content: "\ec4d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-transfer:before {
  content: "\ec4e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-transfer-alt:before {
  content: "\ec4f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-trash:before {
  content: "\ec50";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-trash-alt:before {
  content: "\ec51";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-trending-down:before {
  content: "\ec52";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-trending-up:before {
  content: "\ec53";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-trim:before {
  content: "\ec54";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-trip:before {
  content: "\ec55";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-trophy:before {
  content: "\ec56";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-tv:before {
  content: "\ec57";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-underline:before {
  content: "\ec58";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-undo:before {
  content: "\ec59";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-unite:before {
  content: "\ec5a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-unlink:before {
  content: "\ec5b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-up-arrow:before {
  content: "\ec5c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-up-arrow-alt:before {
  content: "\ec5d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-up-arrow-circle:before {
  content: "\ec5e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-upload:before {
  content: "\ec5f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-upside-down:before {
  content: "\ec60";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-upvote:before {
  content: "\ec61";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-usb:before {
  content: "\ec62";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-user:before {
  content: "\ec63";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-user-check:before {
  content: "\ec64";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-user-circle:before {
  content: "\ec65";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-user-minus:before {
  content: "\ec66";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-user-pin:before {
  content: "\ec67";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-user-plus:before {
  content: "\ec68";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-user-voice:before {
  content: "\ec69";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-user-x:before {
  content: "\ec6a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-vector:before {
  content: "\ec6b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-vertical-center:before {
  content: "\ec6c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-vial:before {
  content: "\ec6d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-video:before {
  content: "\ec6e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-video-off:before {
  content: "\ec6f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-video-plus:before {
  content: "\ec70";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-video-recording:before {
  content: "\ec71";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-voicemail:before {
  content: "\ec72";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-volume:before {
  content: "\ec73";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-volume-full:before {
  content: "\ec74";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-volume-low:before {
  content: "\ec75";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-volume-mute:before {
  content: "\ec76";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-walk:before {
  content: "\ec77";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-wallet:before {
  content: "\ec78";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-wallet-alt:before {
  content: "\ec79";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-water:before {
  content: "\ec7a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-webcam:before {
  content: "\ec7b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-wifi:before {
  content: "\ec7c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-wifi-0:before {
  content: "\ec7d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-wifi-1:before {
  content: "\ec7e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-wifi-2:before {
  content: "\ec7f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-wifi-off:before {
  content: "\ec80";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-wind:before {
  content: "\ec81";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-window:before {
  content: "\ec82";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-window-alt:before {
  content: "\ec83";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-window-close:before {
  content: "\ec84";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-window-open:before {
  content: "\ec85";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-windows:before {
  content: "\ec86";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-wine:before {
  content: "\ec87";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-wink-smile:before {
  content: "\ec88";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-wink-tongue:before {
  content: "\ec89";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-won:before {
  content: "\ec8a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-world:before {
  content: "\ec8b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-wrench:before {
  content: "\ec8c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-x:before {
  content: "\ec8d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-x-circle:before {
  content: "\ec8e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-yen:before {
  content: "\ec8f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-zoom-in:before {
  content: "\ec90";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bx-zoom-out:before {
  content: "\ec91";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-party:before {
  content: "\ec92";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-hot:before {
  content: "\ec93";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-droplet:before {
  content: "\ec94";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cat:before {
  content: "\ec95";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-dog:before {
  content: "\ec96";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-injection:before {
  content: "\ec97";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-leaf:before {
  content: "\ec98";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-add-to-queue:before {
  content: "\ec99";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-adjust:before {
  content: "\ec9a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-adjust-alt:before {
  content: "\ec9b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-alarm:before {
  content: "\ec9c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-alarm-add:before {
  content: "\ec9d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-alarm-exclamation:before {
  content: "\ec9e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-alarm-off:before {
  content: "\ec9f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-alarm-snooze:before {
  content: "\eca0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-album:before {
  content: "\eca1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-ambulance:before {
  content: "\eca2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-analyse:before {
  content: "\eca3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-angry:before {
  content: "\eca4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-arch:before {
  content: "\eca5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-archive:before {
  content: "\eca6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-archive-in:before {
  content: "\eca7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-archive-out:before {
  content: "\eca8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-area:before {
  content: "\eca9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-arrow-from-bottom:before {
  content: "\ecaa";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-arrow-from-left:before {
  content: "\ecab";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-arrow-from-right:before {
  content: "\ecac";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-arrow-from-top:before {
  content: "\ecad";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-arrow-to-bottom:before {
  content: "\ecae";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-arrow-to-left:before {
  content: "\ecaf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-arrow-to-right:before {
  content: "\ecb0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-arrow-to-top:before {
  content: "\ecb1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-award:before {
  content: "\ecb2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-baby-carriage:before {
  content: "\ecb3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-backpack:before {
  content: "\ecb4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-badge:before {
  content: "\ecb5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-badge-check:before {
  content: "\ecb6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-badge-dollar:before {
  content: "\ecb7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-ball:before {
  content: "\ecb8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-band-aid:before {
  content: "\ecb9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bank:before {
  content: "\ecba";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bar-chart-alt-2:before {
  content: "\ecbb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bar-chart-square:before {
  content: "\ecbc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-barcode:before {
  content: "\ecbd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-baseball:before {
  content: "\ecbe";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-basket:before {
  content: "\ecbf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-basketball:before {
  content: "\ecc0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bath:before {
  content: "\ecc1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-battery:before {
  content: "\ecc2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-battery-charging:before {
  content: "\ecc3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-battery-full:before {
  content: "\ecc4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-battery-low:before {
  content: "\ecc5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bed:before {
  content: "\ecc6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-been-here:before {
  content: "\ecc7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-beer:before {
  content: "\ecc8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bell:before {
  content: "\ecc9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bell-minus:before {
  content: "\ecca";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bell-off:before {
  content: "\eccb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bell-plus:before {
  content: "\eccc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bell-ring:before {
  content: "\eccd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bible:before {
  content: "\ecce";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-binoculars:before {
  content: "\eccf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-blanket:before {
  content: "\ecd0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bolt:before {
  content: "\ecd1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bolt-circle:before {
  content: "\ecd2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bomb:before {
  content: "\ecd3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bone:before {
  content: "\ecd4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bong:before {
  content: "\ecd5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-book:before {
  content: "\ecd6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-book-add:before {
  content: "\ecd7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-book-alt:before {
  content: "\ecd8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-book-bookmark:before {
  content: "\ecd9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-book-content:before {
  content: "\ecda";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-book-heart:before {
  content: "\ecdb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bookmark:before {
  content: "\ecdc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bookmark-alt:before {
  content: "\ecdd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bookmark-alt-minus:before {
  content: "\ecde";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bookmark-alt-plus:before {
  content: "\ecdf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bookmark-heart:before {
  content: "\ece0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bookmark-minus:before {
  content: "\ece1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bookmark-plus:before {
  content: "\ece2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bookmarks:before {
  content: "\ece3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bookmark-star:before {
  content: "\ece4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-book-open:before {
  content: "\ece5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-book-reader:before {
  content: "\ece6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bot:before {
  content: "\ece7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bowling-ball:before {
  content: "\ece8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-box:before {
  content: "\ece9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-brain:before {
  content: "\ecea";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-briefcase:before {
  content: "\eceb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-briefcase-alt:before {
  content: "\ecec";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-briefcase-alt-2:before {
  content: "\eced";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-brightness:before {
  content: "\ecee";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-brightness-half:before {
  content: "\ecef";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-brush:before {
  content: "\ecf0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-brush-alt:before {
  content: "\ecf1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bug:before {
  content: "\ecf2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bug-alt:before {
  content: "\ecf3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-building:before {
  content: "\ecf4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-building-house:before {
  content: "\ecf5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-buildings:before {
  content: "\ecf6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bulb:before {
  content: "\ecf7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bullseye:before {
  content: "\ecf8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-buoy:before {
  content: "\ecf9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bus:before {
  content: "\ecfa";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-business:before {
  content: "\ecfb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-bus-school:before {
  content: "\ecfc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cabinet:before {
  content: "\ecfd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cake:before {
  content: "\ecfe";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-calculator:before {
  content: "\ecff";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-calendar:before {
  content: "\ed00";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-calendar-alt:before {
  content: "\ed01";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-calendar-check:before {
  content: "\ed02";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-calendar-edit:before {
  content: "\ed03";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-calendar-event:before {
  content: "\ed04";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-calendar-exclamation:before {
  content: "\ed05";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-calendar-heart:before {
  content: "\ed06";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-calendar-minus:before {
  content: "\ed07";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-calendar-plus:before {
  content: "\ed08";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-calendar-star:before {
  content: "\ed09";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-calendar-week:before {
  content: "\ed0a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-calendar-x:before {
  content: "\ed0b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-camera:before {
  content: "\ed0c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-camera-home:before {
  content: "\ed0d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-camera-movie:before {
  content: "\ed0e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-camera-off:before {
  content: "\ed0f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-camera-plus:before {
  content: "\ed10";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-capsule:before {
  content: "\ed11";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-captions:before {
  content: "\ed12";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-car:before {
  content: "\ed13";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-car-battery:before {
  content: "\ed14";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-car-crash:before {
  content: "\ed15";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-card:before {
  content: "\ed16";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-caret-down-circle:before {
  content: "\ed17";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-caret-down-square:before {
  content: "\ed18";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-caret-left-circle:before {
  content: "\ed19";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-caret-left-square:before {
  content: "\ed1a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-caret-right-circle:before {
  content: "\ed1b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-caret-right-square:before {
  content: "\ed1c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-caret-up-circle:before {
  content: "\ed1d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-caret-up-square:before {
  content: "\ed1e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-car-garage:before {
  content: "\ed1f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-car-mechanic:before {
  content: "\ed20";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-carousel:before {
  content: "\ed21";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cart:before {
  content: "\ed22";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cart-add:before {
  content: "\ed23";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cart-alt:before {
  content: "\ed24";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cart-download:before {
  content: "\ed25";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-car-wash:before {
  content: "\ed26";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-category:before {
  content: "\ed27";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-category-alt:before {
  content: "\ed28";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cctv:before {
  content: "\ed29";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-certification:before {
  content: "\ed2a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chalkboard:before {
  content: "\ed2b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chart:before {
  content: "\ed2c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chat:before {
  content: "\ed2d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-checkbox:before {
  content: "\ed2e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-checkbox-checked:before {
  content: "\ed2f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-checkbox-minus:before {
  content: "\ed30";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-check-circle:before {
  content: "\ed31";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-check-shield:before {
  content: "\ed32";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-check-square:before {
  content: "\ed33";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chess:before {
  content: "\ed34";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chevron-down:before {
  content: "\ed35";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chevron-down-circle:before {
  content: "\ed36";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chevron-down-square:before {
  content: "\ed37";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chevron-left:before {
  content: "\ed38";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chevron-left-circle:before {
  content: "\ed39";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chevron-left-square:before {
  content: "\ed3a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chevron-right:before {
  content: "\ed3b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chevron-right-circle:before {
  content: "\ed3c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chevron-right-square:before {
  content: "\ed3d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chevrons-down:before {
  content: "\ed3e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chevrons-left:before {
  content: "\ed3f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chevrons-right:before {
  content: "\ed40";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chevrons-up:before {
  content: "\ed41";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chevron-up:before {
  content: "\ed42";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chevron-up-circle:before {
  content: "\ed43";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chevron-up-square:before {
  content: "\ed44";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-chip:before {
  content: "\ed45";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-church:before {
  content: "\ed46";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-circle:before {
  content: "\ed47";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-city:before {
  content: "\ed48";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-clinic:before {
  content: "\ed49";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cloud:before {
  content: "\ed4a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cloud-download:before {
  content: "\ed4b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cloud-lightning:before {
  content: "\ed4c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cloud-rain:before {
  content: "\ed4d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cloud-upload:before {
  content: "\ed4e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-coffee:before {
  content: "\ed4f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-coffee-alt:before {
  content: "\ed50";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-coffee-togo:before {
  content: "\ed51";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cog:before {
  content: "\ed52";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-coin:before {
  content: "\ed53";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-coin-stack:before {
  content: "\ed54";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-collection:before {
  content: "\ed55";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-color-fill:before {
  content: "\ed56";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-comment:before {
  content: "\ed57";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-comment-add:before {
  content: "\ed58";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-comment-check:before {
  content: "\ed59";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-comment-detail:before {
  content: "\ed5a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-comment-dots:before {
  content: "\ed5b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-comment-edit:before {
  content: "\ed5c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-comment-error:before {
  content: "\ed5d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-comment-minus:before {
  content: "\ed5e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-comment-x:before {
  content: "\ed5f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-compass:before {
  content: "\ed60";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-component:before {
  content: "\ed61";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-confused:before {
  content: "\ed62";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-contact:before {
  content: "\ed63";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-conversation:before {
  content: "\ed64";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cookie:before {
  content: "\ed65";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cool:before {
  content: "\ed66";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-copy:before {
  content: "\ed67";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-copy-alt:before {
  content: "\ed68";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-copyright:before {
  content: "\ed69";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-coupon:before {
  content: "\ed6a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-credit-card:before {
  content: "\ed6b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-credit-card-alt:before {
  content: "\ed6c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-credit-card-front:before {
  content: "\ed6d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-crop:before {
  content: "\ed6e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-crown:before {
  content: "\ed6f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cube:before {
  content: "\ed70";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cube-alt:before {
  content: "\ed71";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cuboid:before {
  content: "\ed72";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-customize:before {
  content: "\ed73";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-cylinder:before {
  content: "\ed74";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-dashboard:before {
  content: "\ed75";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-data:before {
  content: "\ed76";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-detail:before {
  content: "\ed77";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-devices:before {
  content: "\ed78";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-diamond:before {
  content: "\ed79";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-dice-1:before {
  content: "\ed7a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-dice-2:before {
  content: "\ed7b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-dice-3:before {
  content: "\ed7c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-dice-4:before {
  content: "\ed7d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-dice-5:before {
  content: "\ed7e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-dice-6:before {
  content: "\ed7f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-direction-left:before {
  content: "\ed80";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-direction-right:before {
  content: "\ed81";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-directions:before {
  content: "\ed82";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-disc:before {
  content: "\ed83";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-discount:before {
  content: "\ed84";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-dish:before {
  content: "\ed85";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-dislike:before {
  content: "\ed86";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-dizzy:before {
  content: "\ed87";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-dock-bottom:before {
  content: "\ed88";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-dock-left:before {
  content: "\ed89";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-dock-right:before {
  content: "\ed8a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-dock-top:before {
  content: "\ed8b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-dollar-circle:before {
  content: "\ed8c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-donate-blood:before {
  content: "\ed8d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-donate-heart:before {
  content: "\ed8e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-door-open:before {
  content: "\ed8f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-doughnut-chart:before {
  content: "\ed90";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-down-arrow:before {
  content: "\ed91";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-down-arrow-alt:before {
  content: "\ed92";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-down-arrow-circle:before {
  content: "\ed93";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-down-arrow-square:before {
  content: "\ed94";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-download:before {
  content: "\ed95";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-downvote:before {
  content: "\ed96";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-drink:before {
  content: "\ed97";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-droplet-half:before {
  content: "\ed98";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-dryer:before {
  content: "\ed99";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-duplicate:before {
  content: "\ed9a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-edit:before {
  content: "\ed9b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-edit-alt:before {
  content: "\ed9c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-edit-location:before {
  content: "\ed9d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-eject:before {
  content: "\ed9e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-envelope:before {
  content: "\ed9f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-envelope-open:before {
  content: "\eda0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-eraser:before {
  content: "\eda1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-error:before {
  content: "\eda2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-error-alt:before {
  content: "\eda3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-error-circle:before {
  content: "\eda4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-ev-station:before {
  content: "\eda5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-exit:before {
  content: "\eda6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-extension:before {
  content: "\eda7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-eyedropper:before {
  content: "\eda8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-face:before {
  content: "\eda9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-face-mask:before {
  content: "\edaa";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-factory:before {
  content: "\edab";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-fast-forward-circle:before {
  content: "\edac";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-file:before {
  content: "\edad";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-file-archive:before {
  content: "\edae";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-file-blank:before {
  content: "\edaf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-file-css:before {
  content: "\edb0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-file-doc:before {
  content: "\edb1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-file-export:before {
  content: "\edb2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-file-find:before {
  content: "\edb3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-file-gif:before {
  content: "\edb4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-file-html:before {
  content: "\edb5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-file-image:before {
  content: "\edb6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-file-import:before {
  content: "\edb7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-file-jpg:before {
  content: "\edb8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-file-js:before {
  content: "\edb9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-file-json:before {
  content: "\edba";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-file-md:before {
  content: "\edbb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-file-pdf:before {
  content: "\edbc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-file-plus:before {
  content: "\edbd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-file-png:before {
  content: "\edbe";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-file-txt:before {
  content: "\edbf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-film:before {
  content: "\edc0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-filter-alt:before {
  content: "\edc1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-first-aid:before {
  content: "\edc2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-flag:before {
  content: "\edc3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-flag-alt:before {
  content: "\edc4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-flag-checkered:before {
  content: "\edc5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-flame:before {
  content: "\edc6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-flask:before {
  content: "\edc7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-florist:before {
  content: "\edc8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-folder:before {
  content: "\edc9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-folder-minus:before {
  content: "\edca";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-folder-open:before {
  content: "\edcb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-folder-plus:before {
  content: "\edcc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-food-menu:before {
  content: "\edcd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-fridge:before {
  content: "\edce";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-game:before {
  content: "\edcf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-gas-pump:before {
  content: "\edd0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-ghost:before {
  content: "\edd1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-gift:before {
  content: "\edd2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-graduation:before {
  content: "\edd3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-grid:before {
  content: "\edd4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-grid-alt:before {
  content: "\edd5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-group:before {
  content: "\edd6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-guitar-amp:before {
  content: "\edd7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-hand:before {
  content: "\edd8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-hand-down:before {
  content: "\edd9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-hand-left:before {
  content: "\edda";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-hand-right:before {
  content: "\eddb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-hand-up:before {
  content: "\eddc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-happy:before {
  content: "\eddd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-happy-alt:before {
  content: "\edde";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-happy-beaming:before {
  content: "\eddf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-happy-heart-eyes:before {
  content: "\ede0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-hdd:before {
  content: "\ede1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-heart:before {
  content: "\ede2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-heart-circle:before {
  content: "\ede3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-heart-square:before {
  content: "\ede4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-help-circle:before {
  content: "\ede5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-hide:before {
  content: "\ede6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-home:before {
  content: "\ede7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-home-circle:before {
  content: "\ede8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-home-heart:before {
  content: "\ede9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-home-smile:before {
  content: "\edea";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-hotel:before {
  content: "\edeb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-hourglass:before {
  content: "\edec";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-hourglass-bottom:before {
  content: "\eded";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-hourglass-top:before {
  content: "\edee";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-id-card:before {
  content: "\edef";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-image:before {
  content: "\edf0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-image-add:before {
  content: "\edf1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-image-alt:before {
  content: "\edf2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-inbox:before {
  content: "\edf3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-info-circle:before {
  content: "\edf4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-info-square:before {
  content: "\edf5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-institution:before {
  content: "\edf6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-joystick:before {
  content: "\edf7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-joystick-alt:before {
  content: "\edf8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-joystick-button:before {
  content: "\edf9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-key:before {
  content: "\edfa";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-keyboard:before {
  content: "\edfb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-label:before {
  content: "\edfc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-landmark:before {
  content: "\edfd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-landscape:before {
  content: "\edfe";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-laugh:before {
  content: "\edff";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-layer:before {
  content: "\ee00";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-layer-minus:before {
  content: "\ee01";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-layer-plus:before {
  content: "\ee02";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-layout:before {
  content: "\ee03";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-left-arrow:before {
  content: "\ee04";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-left-arrow-alt:before {
  content: "\ee05";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-left-arrow-circle:before {
  content: "\ee06";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-left-arrow-square:before {
  content: "\ee07";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-left-down-arrow-circle:before {
  content: "\ee08";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-left-top-arrow-circle:before {
  content: "\ee09";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-like:before {
  content: "\ee0a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-location-plus:before {
  content: "\ee0b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-lock:before {
  content: "\ee0c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-lock-alt:before {
  content: "\ee0d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-lock-open:before {
  content: "\ee0e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-lock-open-alt:before {
  content: "\ee0f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-log-in:before {
  content: "\ee10";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-log-in-circle:before {
  content: "\ee11";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-log-out:before {
  content: "\ee12";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-log-out-circle:before {
  content: "\ee13";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-low-vision:before {
  content: "\ee14";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-magic-wand:before {
  content: "\ee15";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-magnet:before {
  content: "\ee16";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-map:before {
  content: "\ee17";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-map-alt:before {
  content: "\ee18";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-map-pin:before {
  content: "\ee19";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-mask:before {
  content: "\ee1a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-medal:before {
  content: "\ee1b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-megaphone:before {
  content: "\ee1c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-meh:before {
  content: "\ee1d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-meh-alt:before {
  content: "\ee1e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-meh-blank:before {
  content: "\ee1f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-memory-card:before {
  content: "\ee20";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message:before {
  content: "\ee21";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-add:before {
  content: "\ee22";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-alt:before {
  content: "\ee23";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-alt-add:before {
  content: "\ee24";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-alt-check:before {
  content: "\ee25";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-alt-detail:before {
  content: "\ee26";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-alt-dots:before {
  content: "\ee27";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-alt-edit:before {
  content: "\ee28";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-alt-error:before {
  content: "\ee29";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-alt-minus:before {
  content: "\ee2a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-alt-x:before {
  content: "\ee2b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-check:before {
  content: "\ee2c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-detail:before {
  content: "\ee2d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-dots:before {
  content: "\ee2e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-edit:before {
  content: "\ee2f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-error:before {
  content: "\ee30";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-minus:before {
  content: "\ee31";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-rounded:before {
  content: "\ee32";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-rounded-add:before {
  content: "\ee33";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-rounded-check:before {
  content: "\ee34";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-rounded-detail:before {
  content: "\ee35";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-rounded-dots:before {
  content: "\ee36";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-rounded-edit:before {
  content: "\ee37";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-rounded-error:before {
  content: "\ee38";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-rounded-minus:before {
  content: "\ee39";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-rounded-x:before {
  content: "\ee3a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-square:before {
  content: "\ee3b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-square-add:before {
  content: "\ee3c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-square-check:before {
  content: "\ee3d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-square-detail:before {
  content: "\ee3e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-square-dots:before {
  content: "\ee3f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-square-edit:before {
  content: "\ee40";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-square-error:before {
  content: "\ee41";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-square-minus:before {
  content: "\ee42";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-square-x:before {
  content: "\ee43";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-message-x:before {
  content: "\ee44";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-meteor:before {
  content: "\ee45";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-microchip:before {
  content: "\ee46";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-microphone:before {
  content: "\ee47";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-microphone-alt:before {
  content: "\ee48";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-microphone-off:before {
  content: "\ee49";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-minus-circle:before {
  content: "\ee4a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-minus-square:before {
  content: "\ee4b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-mobile:before {
  content: "\ee4c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-mobile-vibration:before {
  content: "\ee4d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-moon:before {
  content: "\ee4e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-mouse:before {
  content: "\ee4f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-mouse-alt:before {
  content: "\ee50";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-movie:before {
  content: "\ee51";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-movie-play:before {
  content: "\ee52";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-music:before {
  content: "\ee53";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-navigation:before {
  content: "\ee54";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-network-chart:before {
  content: "\ee55";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-news:before {
  content: "\ee56";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-no-entry:before {
  content: "\ee57";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-note:before {
  content: "\ee58";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-notepad:before {
  content: "\ee59";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-notification:before {
  content: "\ee5a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-notification-off:before {
  content: "\ee5b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-offer:before {
  content: "\ee5c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-package:before {
  content: "\ee5d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-paint:before {
  content: "\ee5e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-paint-roll:before {
  content: "\ee5f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-palette:before {
  content: "\ee60";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-paper-plane:before {
  content: "\ee61";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-parking:before {
  content: "\ee62";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-paste:before {
  content: "\ee63";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-pen:before {
  content: "\ee64";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-pencil:before {
  content: "\ee65";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-phone:before {
  content: "\ee66";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-phone-call:before {
  content: "\ee67";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-phone-incoming:before {
  content: "\ee68";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-phone-off:before {
  content: "\ee69";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-phone-outgoing:before {
  content: "\ee6a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-photo-album:before {
  content: "\ee6b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-piano:before {
  content: "\ee6c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-pie-chart:before {
  content: "\ee6d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-pie-chart-alt:before {
  content: "\ee6e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-pie-chart-alt-2:before {
  content: "\ee6f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-pin:before {
  content: "\ee70";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-pizza:before {
  content: "\ee71";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-plane:before {
  content: "\ee72";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-plane-alt:before {
  content: "\ee73";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-plane-land:before {
  content: "\ee74";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-planet:before {
  content: "\ee75";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-plane-take-off:before {
  content: "\ee76";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-playlist:before {
  content: "\ee77";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-plug:before {
  content: "\ee78";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-plus-circle:before {
  content: "\ee79";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-plus-square:before {
  content: "\ee7a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-pointer:before {
  content: "\ee7b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-polygon:before {
  content: "\ee7c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-printer:before {
  content: "\ee7d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-purchase-tag:before {
  content: "\ee7e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-purchase-tag-alt:before {
  content: "\ee7f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-pyramid:before {
  content: "\ee80";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-quote-alt-left:before {
  content: "\ee81";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-quote-alt-right:before {
  content: "\ee82";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-quote-left:before {
  content: "\ee83";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-quote-right:before {
  content: "\ee84";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-quote-single-left:before {
  content: "\ee85";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-quote-single-right:before {
  content: "\ee86";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-radiation:before {
  content: "\ee87";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-radio:before {
  content: "\ee88";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-receipt:before {
  content: "\ee89";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-rectangle:before {
  content: "\ee8a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-registered:before {
  content: "\ee8b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-rename:before {
  content: "\ee8c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-report:before {
  content: "\ee8d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-rewind-circle:before {
  content: "\ee8e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-right-arrow:before {
  content: "\ee8f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-right-arrow-alt:before {
  content: "\ee90";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-right-arrow-circle:before {
  content: "\ee91";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-right-arrow-square:before {
  content: "\ee92";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-right-down-arrow-circle:before {
  content: "\ee93";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-right-top-arrow-circle:before {
  content: "\ee94";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-rocket:before {
  content: "\ee95";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-ruler:before {
  content: "\ee96";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-sad:before {
  content: "\ee97";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-save:before {
  content: "\ee98";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-school:before {
  content: "\ee99";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-search:before {
  content: "\ee9a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-search-alt-2:before {
  content: "\ee9b";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-select-multiple:before {
  content: "\ee9c";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-send:before {
  content: "\ee9d";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-server:before {
  content: "\ee9e";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-shapes:before {
  content: "\ee9f";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-share:before {
  content: "\eea0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-share-alt:before {
  content: "\eea1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-shield:before {
  content: "\eea2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-shield-alt-2:before {
  content: "\eea3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-shield-x:before {
  content: "\eea4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-ship:before {
  content: "\eea5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-shocked:before {
  content: "\eea6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-shopping-bag:before {
  content: "\eea7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-shopping-bag-alt:before {
  content: "\eea8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-shopping-bags:before {
  content: "\eea9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-show:before {
  content: "\eeaa";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-skip-next-circle:before {
  content: "\eeab";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-skip-previous-circle:before {
  content: "\eeac";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-skull:before {
  content: "\eead";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-sleepy:before {
  content: "\eeae";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-slideshow:before {
  content: "\eeaf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-smile:before {
  content: "\eeb0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-sort-alt:before {
  content: "\eeb1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-spa:before {
  content: "\eeb2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-speaker:before {
  content: "\eeb3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-spray-can:before {
  content: "\eeb4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-spreadsheet:before {
  content: "\eeb5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-square:before {
  content: "\eeb6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-square-rounded:before {
  content: "\eeb7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-star:before {
  content: "\eeb8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-star-half:before {
  content: "\eeb9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-sticker:before {
  content: "\eeba";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-stopwatch:before {
  content: "\eebb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-store:before {
  content: "\eebc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-store-alt:before {
  content: "\eebd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-sun:before {
  content: "\eebe";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-tachometer:before {
  content: "\eebf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-tag:before {
  content: "\eec0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-tag-alt:before {
  content: "\eec1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-tag-x:before {
  content: "\eec2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-taxi:before {
  content: "\eec3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-tennis-ball:before {
  content: "\eec4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-terminal:before {
  content: "\eec5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-thermometer:before {
  content: "\eec6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-time:before {
  content: "\eec7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-time-five:before {
  content: "\eec8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-timer:before {
  content: "\eec9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-tired:before {
  content: "\eeca";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-toggle-left:before {
  content: "\eecb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-toggle-right:before {
  content: "\eecc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-tone:before {
  content: "\eecd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-torch:before {
  content: "\eece";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-to-top:before {
  content: "\eecf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-traffic:before {
  content: "\eed0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-traffic-barrier:before {
  content: "\eed1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-traffic-cone:before {
  content: "\eed2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-train:before {
  content: "\eed3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-trash:before {
  content: "\eed4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-trash-alt:before {
  content: "\eed5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-tree:before {
  content: "\eed6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-trophy:before {
  content: "\eed7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-truck:before {
  content: "\eed8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-t-shirt:before {
  content: "\eed9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-tv:before {
  content: "\eeda";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-up-arrow:before {
  content: "\eedb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-up-arrow-alt:before {
  content: "\eedc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-up-arrow-circle:before {
  content: "\eedd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-up-arrow-square:before {
  content: "\eede";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-upside-down:before {
  content: "\eedf";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-upvote:before {
  content: "\eee0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-user:before {
  content: "\eee1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-user-account:before {
  content: "\eee2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-user-badge:before {
  content: "\eee3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-user-check:before {
  content: "\eee4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-user-circle:before {
  content: "\eee5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-user-detail:before {
  content: "\eee6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-user-minus:before {
  content: "\eee7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-user-pin:before {
  content: "\eee8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-user-plus:before {
  content: "\eee9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-user-rectangle:before {
  content: "\eeea";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-user-voice:before {
  content: "\eeeb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-user-x:before {
  content: "\eeec";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-vector:before {
  content: "\eeed";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-vial:before {
  content: "\eeee";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-video:before {
  content: "\eeef";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-video-off:before {
  content: "\eef0";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-video-plus:before {
  content: "\eef1";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-video-recording:before {
  content: "\eef2";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-videos:before {
  content: "\eef3";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-virus:before {
  content: "\eef4";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-virus-block:before {
  content: "\eef5";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-volume:before {
  content: "\eef6";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-volume-full:before {
  content: "\eef7";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-volume-low:before {
  content: "\eef8";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-volume-mute:before {
  content: "\eef9";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-wallet:before {
  content: "\eefa";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-wallet-alt:before {
  content: "\eefb";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-washer:before {
  content: "\eefc";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-watch:before {
  content: "\eefd";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-watch-alt:before {
  content: "\eefe";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-webcam:before {
  content: "\eeff";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-widget:before {
  content: "\ef00";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-window-alt:before {
  content: "\ef01";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-wine:before {
  content: "\ef02";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-wink-smile:before {
  content: "\ef03";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-wink-tongue:before {
  content: "\ef04";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-wrench:before {
  content: "\ef05";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-x-circle:before {
  content: "\ef06";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-x-square:before {
  content: "\ef07";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-yin-yang:before {
  content: "\ef08";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-zap:before {
  content: "\ef09";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-zoom-in:before {
  content: "\ef0a";
}

/* line 1, vendor/assets/stylesheets/boxicons.min.css */
.bxs-zoom-out:before {
  content: "\ef0b";
}

@font-face {
  font-display: block;
  font-family: bootstrap-icons;
  src: url(/assets/bootstrap-icons-e6f7f7cd8141724aca90a32147baff6b39d139ef72ed7b9b9634238a799e19b2.woff2?8d200481aa7f02a2d63a331fc782cfaf) format("woff2"), url(/assets/bootstrap-icons-964f7b0c62279cc84541d81ecaff2a963e5de534b2c79cef68c14cd41c33cf24.woff?8d200481aa7f02a2d63a331fc782cfaf) format("woff");
}

/* line 13, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1885, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-123::before {
  content: "";
}

/* line 1886, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-alarm-fill::before {
  content: "";
}

/* line 1887, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-alarm::before {
  content: "";
}

/* line 1888, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-align-bottom::before {
  content: "";
}

/* line 1889, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-align-center::before {
  content: "";
}

/* line 1890, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-align-end::before {
  content: "";
}

/* line 1891, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-align-middle::before {
  content: "";
}

/* line 1892, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-align-start::before {
  content: "";
}

/* line 1893, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-align-top::before {
  content: "";
}

/* line 1894, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-alt::before {
  content: "";
}

/* line 1895, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-app-indicator::before {
  content: "";
}

/* line 1896, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-app::before {
  content: "";
}

/* line 1897, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-archive-fill::before {
  content: "";
}

/* line 1898, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-archive::before {
  content: "";
}

/* line 1899, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-90deg-down::before {
  content: "";
}

/* line 1900, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-90deg-left::before {
  content: "";
}

/* line 1901, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-90deg-right::before {
  content: "";
}

/* line 1902, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-90deg-up::before {
  content: "";
}

/* line 1903, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-bar-down::before {
  content: "";
}

/* line 1904, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-bar-left::before {
  content: "";
}

/* line 1905, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-bar-right::before {
  content: "";
}

/* line 1906, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-bar-up::before {
  content: "";
}

/* line 1907, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-clockwise::before {
  content: "";
}

/* line 1908, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-counterclockwise::before {
  content: "";
}

/* line 1909, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-down-circle-fill::before {
  content: "";
}

/* line 1910, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-down-circle::before {
  content: "";
}

/* line 1911, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-down-left-circle-fill::before {
  content: "";
}

/* line 1912, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-down-left-circle::before {
  content: "";
}

/* line 1913, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-down-left-square-fill::before {
  content: "";
}

/* line 1914, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-down-left-square::before {
  content: "";
}

/* line 1915, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-down-left::before {
  content: "";
}

/* line 1916, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-down-right-circle-fill::before {
  content: "";
}

/* line 1917, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-down-right-circle::before {
  content: "";
}

/* line 1918, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-down-right-square-fill::before {
  content: "";
}

/* line 1919, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-down-right-square::before {
  content: "";
}

/* line 1920, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-down-right::before {
  content: "";
}

/* line 1921, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-down-short::before {
  content: "";
}

/* line 1922, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-down-square-fill::before {
  content: "";
}

/* line 1923, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-down-square::before {
  content: "";
}

/* line 1924, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-down-up::before {
  content: "";
}

/* line 1925, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-down::before {
  content: "";
}

/* line 1926, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-left-circle-fill::before {
  content: "";
}

/* line 1927, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-left-circle::before {
  content: "";
}

/* line 1928, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-left-right::before {
  content: "";
}

/* line 1929, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-left-short::before {
  content: "";
}

/* line 1930, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-left-square-fill::before {
  content: "";
}

/* line 1931, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-left-square::before {
  content: "";
}

/* line 1932, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-left::before {
  content: "";
}

/* line 1933, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-repeat::before {
  content: "";
}

/* line 1934, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-return-left::before {
  content: "";
}

/* line 1935, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-return-right::before {
  content: "";
}

/* line 1936, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-right-circle-fill::before {
  content: "";
}

/* line 1937, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-right-circle::before {
  content: "";
}

/* line 1938, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-right-short::before {
  content: "";
}

/* line 1939, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-right-square-fill::before {
  content: "";
}

/* line 1940, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-right-square::before {
  content: "";
}

/* line 1941, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-right::before {
  content: "";
}

/* line 1942, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-up-circle-fill::before {
  content: "";
}

/* line 1943, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-up-circle::before {
  content: "";
}

/* line 1944, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-up-left-circle-fill::before {
  content: "";
}

/* line 1945, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-up-left-circle::before {
  content: "";
}

/* line 1946, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-up-left-square-fill::before {
  content: "";
}

/* line 1947, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-up-left-square::before {
  content: "";
}

/* line 1948, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-up-left::before {
  content: "";
}

/* line 1949, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-up-right-circle-fill::before {
  content: "";
}

/* line 1950, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-up-right-circle::before {
  content: "";
}

/* line 1951, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-up-right-square-fill::before {
  content: "";
}

/* line 1952, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-up-right-square::before {
  content: "";
}

/* line 1953, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-up-right::before {
  content: "";
}

/* line 1954, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-up-short::before {
  content: "";
}

/* line 1955, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-up-square-fill::before {
  content: "";
}

/* line 1956, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-up-square::before {
  content: "";
}

/* line 1957, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-up::before {
  content: "";
}

/* line 1958, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrows-angle-contract::before {
  content: "";
}

/* line 1959, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrows-angle-expand::before {
  content: "";
}

/* line 1960, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrows-collapse::before {
  content: "";
}

/* line 1961, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrows-expand::before {
  content: "";
}

/* line 1962, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrows-fullscreen::before {
  content: "";
}

/* line 1963, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrows-move::before {
  content: "";
}

/* line 1964, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-aspect-ratio-fill::before {
  content: "";
}

/* line 1965, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-aspect-ratio::before {
  content: "";
}

/* line 1966, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-asterisk::before {
  content: "";
}

/* line 1967, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-at::before {
  content: "";
}

/* line 1968, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-award-fill::before {
  content: "";
}

/* line 1969, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-award::before {
  content: "";
}

/* line 1970, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-back::before {
  content: "";
}

/* line 1971, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-backspace-fill::before {
  content: "";
}

/* line 1972, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-backspace-reverse-fill::before {
  content: "";
}

/* line 1973, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-backspace-reverse::before {
  content: "";
}

/* line 1974, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-backspace::before {
  content: "";
}

/* line 1975, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-3d-fill::before {
  content: "";
}

/* line 1976, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-3d::before {
  content: "";
}

/* line 1977, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-4k-fill::before {
  content: "";
}

/* line 1978, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-4k::before {
  content: "";
}

/* line 1979, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-8k-fill::before {
  content: "";
}

/* line 1980, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-8k::before {
  content: "";
}

/* line 1981, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-ad-fill::before {
  content: "";
}

/* line 1982, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-ad::before {
  content: "";
}

/* line 1983, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-ar-fill::before {
  content: "";
}

/* line 1984, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-ar::before {
  content: "";
}

/* line 1985, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-cc-fill::before {
  content: "";
}

/* line 1986, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-cc::before {
  content: "";
}

/* line 1987, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-hd-fill::before {
  content: "";
}

/* line 1988, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-hd::before {
  content: "";
}

/* line 1989, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-tm-fill::before {
  content: "";
}

/* line 1990, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-tm::before {
  content: "";
}

/* line 1991, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-vo-fill::before {
  content: "";
}

/* line 1992, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-vo::before {
  content: "";
}

/* line 1993, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-vr-fill::before {
  content: "";
}

/* line 1994, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-vr::before {
  content: "";
}

/* line 1995, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-wc-fill::before {
  content: "";
}

/* line 1996, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-wc::before {
  content: "";
}

/* line 1997, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bag-check-fill::before {
  content: "";
}

/* line 1998, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bag-check::before {
  content: "";
}

/* line 1999, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bag-dash-fill::before {
  content: "";
}

/* line 2000, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bag-dash::before {
  content: "";
}

/* line 2001, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bag-fill::before {
  content: "";
}

/* line 2002, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bag-plus-fill::before {
  content: "";
}

/* line 2003, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bag-plus::before {
  content: "";
}

/* line 2004, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bag-x-fill::before {
  content: "";
}

/* line 2005, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bag-x::before {
  content: "";
}

/* line 2006, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bag::before {
  content: "";
}

/* line 2007, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bar-chart-fill::before {
  content: "";
}

/* line 2008, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bar-chart-line-fill::before {
  content: "";
}

/* line 2009, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bar-chart-line::before {
  content: "";
}

/* line 2010, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bar-chart-steps::before {
  content: "";
}

/* line 2011, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bar-chart::before {
  content: "";
}

/* line 2012, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-basket-fill::before {
  content: "";
}

/* line 2013, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-basket::before {
  content: "";
}

/* line 2014, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-basket2-fill::before {
  content: "";
}

/* line 2015, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-basket2::before {
  content: "";
}

/* line 2016, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-basket3-fill::before {
  content: "";
}

/* line 2017, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-basket3::before {
  content: "";
}

/* line 2018, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-battery-charging::before {
  content: "";
}

/* line 2019, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-battery-full::before {
  content: "";
}

/* line 2020, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-battery-half::before {
  content: "";
}

/* line 2021, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-battery::before {
  content: "";
}

/* line 2022, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bell-fill::before {
  content: "";
}

/* line 2023, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bell::before {
  content: "";
}

/* line 2024, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bezier::before {
  content: "";
}

/* line 2025, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bezier2::before {
  content: "";
}

/* line 2026, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bicycle::before {
  content: "";
}

/* line 2027, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-binoculars-fill::before {
  content: "";
}

/* line 2028, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-binoculars::before {
  content: "";
}

/* line 2029, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-blockquote-left::before {
  content: "";
}

/* line 2030, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-blockquote-right::before {
  content: "";
}

/* line 2031, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-book-fill::before {
  content: "";
}

/* line 2032, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-book-half::before {
  content: "";
}

/* line 2033, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-book::before {
  content: "";
}

/* line 2034, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bookmark-check-fill::before {
  content: "";
}

/* line 2035, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bookmark-check::before {
  content: "";
}

/* line 2036, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bookmark-dash-fill::before {
  content: "";
}

/* line 2037, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bookmark-dash::before {
  content: "";
}

/* line 2038, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bookmark-fill::before {
  content: "";
}

/* line 2039, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bookmark-heart-fill::before {
  content: "";
}

/* line 2040, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bookmark-heart::before {
  content: "";
}

/* line 2041, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bookmark-plus-fill::before {
  content: "";
}

/* line 2042, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bookmark-plus::before {
  content: "";
}

/* line 2043, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bookmark-star-fill::before {
  content: "";
}

/* line 2044, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bookmark-star::before {
  content: "";
}

/* line 2045, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bookmark-x-fill::before {
  content: "";
}

/* line 2046, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bookmark-x::before {
  content: "";
}

/* line 2047, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bookmark::before {
  content: "";
}

/* line 2048, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bookmarks-fill::before {
  content: "";
}

/* line 2049, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bookmarks::before {
  content: "";
}

/* line 2050, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bookshelf::before {
  content: "";
}

/* line 2051, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bootstrap-fill::before {
  content: "";
}

/* line 2052, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bootstrap-reboot::before {
  content: "";
}

/* line 2053, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bootstrap::before {
  content: "";
}

/* line 2054, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-border-all::before {
  content: "";
}

/* line 2055, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-border-bottom::before {
  content: "";
}

/* line 2056, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-border-center::before {
  content: "";
}

/* line 2057, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-border-inner::before {
  content: "";
}

/* line 2058, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-border-left::before {
  content: "";
}

/* line 2059, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-border-middle::before {
  content: "";
}

/* line 2060, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-border-outer::before {
  content: "";
}

/* line 2061, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-border-right::before {
  content: "";
}

/* line 2062, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-border-style::before {
  content: "";
}

/* line 2063, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-border-top::before {
  content: "";
}

/* line 2064, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-border-width::before {
  content: "";
}

/* line 2065, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-border::before {
  content: "";
}

/* line 2066, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bounding-box-circles::before {
  content: "";
}

/* line 2067, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bounding-box::before {
  content: "";
}

/* line 2068, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box-arrow-down-left::before {
  content: "";
}

/* line 2069, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box-arrow-down-right::before {
  content: "";
}

/* line 2070, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box-arrow-down::before {
  content: "";
}

/* line 2071, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box-arrow-in-down-left::before {
  content: "";
}

/* line 2072, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box-arrow-in-down-right::before {
  content: "";
}

/* line 2073, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box-arrow-in-down::before {
  content: "";
}

/* line 2074, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box-arrow-in-left::before {
  content: "";
}

/* line 2075, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box-arrow-in-right::before {
  content: "";
}

/* line 2076, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box-arrow-in-up-left::before {
  content: "";
}

/* line 2077, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box-arrow-in-up-right::before {
  content: "";
}

/* line 2078, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box-arrow-in-up::before {
  content: "";
}

/* line 2079, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box-arrow-left::before {
  content: "";
}

/* line 2080, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box-arrow-right::before {
  content: "";
}

/* line 2081, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box-arrow-up-left::before {
  content: "";
}

/* line 2082, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box-arrow-up-right::before {
  content: "";
}

/* line 2083, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box-arrow-up::before {
  content: "";
}

/* line 2084, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box-seam::before {
  content: "";
}

/* line 2085, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box::before {
  content: "";
}

/* line 2086, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-braces::before {
  content: "";
}

/* line 2087, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bricks::before {
  content: "";
}

/* line 2088, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-briefcase-fill::before {
  content: "";
}

/* line 2089, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-briefcase::before {
  content: "";
}

/* line 2090, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-brightness-alt-high-fill::before {
  content: "";
}

/* line 2091, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-brightness-alt-high::before {
  content: "";
}

/* line 2092, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-brightness-alt-low-fill::before {
  content: "";
}

/* line 2093, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-brightness-alt-low::before {
  content: "";
}

/* line 2094, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-brightness-high-fill::before {
  content: "";
}

/* line 2095, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-brightness-high::before {
  content: "";
}

/* line 2096, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-brightness-low-fill::before {
  content: "";
}

/* line 2097, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-brightness-low::before {
  content: "";
}

/* line 2098, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-broadcast-pin::before {
  content: "";
}

/* line 2099, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-broadcast::before {
  content: "";
}

/* line 2100, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-brush-fill::before {
  content: "";
}

/* line 2101, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-brush::before {
  content: "";
}

/* line 2102, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bucket-fill::before {
  content: "";
}

/* line 2103, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bucket::before {
  content: "";
}

/* line 2104, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bug-fill::before {
  content: "";
}

/* line 2105, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bug::before {
  content: "";
}

/* line 2106, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-building::before {
  content: "";
}

/* line 2107, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bullseye::before {
  content: "";
}

/* line 2108, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calculator-fill::before {
  content: "";
}

/* line 2109, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calculator::before {
  content: "";
}

/* line 2110, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-check-fill::before {
  content: "";
}

/* line 2111, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-check::before {
  content: "";
}

/* line 2112, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-date-fill::before {
  content: "";
}

/* line 2113, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-date::before {
  content: "";
}

/* line 2114, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-day-fill::before {
  content: "";
}

/* line 2115, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-day::before {
  content: "";
}

/* line 2116, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-event-fill::before {
  content: "";
}

/* line 2117, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-event::before {
  content: "";
}

/* line 2118, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-fill::before {
  content: "";
}

/* line 2119, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-minus-fill::before {
  content: "";
}

/* line 2120, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-minus::before {
  content: "";
}

/* line 2121, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-month-fill::before {
  content: "";
}

/* line 2122, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-month::before {
  content: "";
}

/* line 2123, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-plus-fill::before {
  content: "";
}

/* line 2124, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-plus::before {
  content: "";
}

/* line 2125, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-range-fill::before {
  content: "";
}

/* line 2126, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-range::before {
  content: "";
}

/* line 2127, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-week-fill::before {
  content: "";
}

/* line 2128, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-week::before {
  content: "";
}

/* line 2129, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-x-fill::before {
  content: "";
}

/* line 2130, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-x::before {
  content: "";
}

/* line 2131, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar::before {
  content: "";
}

/* line 2132, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-check-fill::before {
  content: "";
}

/* line 2133, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-check::before {
  content: "";
}

/* line 2134, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-date-fill::before {
  content: "";
}

/* line 2135, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-date::before {
  content: "";
}

/* line 2136, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-day-fill::before {
  content: "";
}

/* line 2137, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-day::before {
  content: "";
}

/* line 2138, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-event-fill::before {
  content: "";
}

/* line 2139, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-event::before {
  content: "";
}

/* line 2140, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-fill::before {
  content: "";
}

/* line 2141, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-minus-fill::before {
  content: "";
}

/* line 2142, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-minus::before {
  content: "";
}

/* line 2143, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-month-fill::before {
  content: "";
}

/* line 2144, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-month::before {
  content: "";
}

/* line 2145, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-plus-fill::before {
  content: "";
}

/* line 2146, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-plus::before {
  content: "";
}

/* line 2147, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-range-fill::before {
  content: "";
}

/* line 2148, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-range::before {
  content: "";
}

/* line 2149, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-week-fill::before {
  content: "";
}

/* line 2150, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-week::before {
  content: "";
}

/* line 2151, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-x-fill::before {
  content: "";
}

/* line 2152, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-x::before {
  content: "";
}

/* line 2153, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2::before {
  content: "";
}

/* line 2154, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar3-event-fill::before {
  content: "";
}

/* line 2155, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar3-event::before {
  content: "";
}

/* line 2156, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar3-fill::before {
  content: "";
}

/* line 2157, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar3-range-fill::before {
  content: "";
}

/* line 2158, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar3-range::before {
  content: "";
}

/* line 2159, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar3-week-fill::before {
  content: "";
}

/* line 2160, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar3-week::before {
  content: "";
}

/* line 2161, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar3::before {
  content: "";
}

/* line 2162, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar4-event::before {
  content: "";
}

/* line 2163, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar4-range::before {
  content: "";
}

/* line 2164, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar4-week::before {
  content: "";
}

/* line 2165, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar4::before {
  content: "";
}

/* line 2166, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-camera-fill::before {
  content: "";
}

/* line 2167, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-camera-reels-fill::before {
  content: "";
}

/* line 2168, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-camera-reels::before {
  content: "";
}

/* line 2169, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-camera-video-fill::before {
  content: "";
}

/* line 2170, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-camera-video-off-fill::before {
  content: "";
}

/* line 2171, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-camera-video-off::before {
  content: "";
}

/* line 2172, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-camera-video::before {
  content: "";
}

/* line 2173, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-camera::before {
  content: "";
}

/* line 2174, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-camera2::before {
  content: "";
}

/* line 2175, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-capslock-fill::before {
  content: "";
}

/* line 2176, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-capslock::before {
  content: "";
}

/* line 2177, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-card-checklist::before {
  content: "";
}

/* line 2178, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-card-heading::before {
  content: "";
}

/* line 2179, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-card-image::before {
  content: "";
}

/* line 2180, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-card-list::before {
  content: "";
}

/* line 2181, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-card-text::before {
  content: "";
}

/* line 2182, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-caret-down-fill::before {
  content: "";
}

/* line 2183, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-caret-down-square-fill::before {
  content: "";
}

/* line 2184, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-caret-down-square::before {
  content: "";
}

/* line 2185, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-caret-down::before {
  content: "";
}

/* line 2186, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-caret-left-fill::before {
  content: "";
}

/* line 2187, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-caret-left-square-fill::before {
  content: "";
}

/* line 2188, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-caret-left-square::before {
  content: "";
}

/* line 2189, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-caret-left::before {
  content: "";
}

/* line 2190, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-caret-right-fill::before {
  content: "";
}

/* line 2191, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-caret-right-square-fill::before {
  content: "";
}

/* line 2192, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-caret-right-square::before {
  content: "";
}

/* line 2193, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-caret-right::before {
  content: "";
}

/* line 2194, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-caret-up-fill::before {
  content: "";
}

/* line 2195, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-caret-up-square-fill::before {
  content: "";
}

/* line 2196, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-caret-up-square::before {
  content: "";
}

/* line 2197, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-caret-up::before {
  content: "";
}

/* line 2198, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cart-check-fill::before {
  content: "";
}

/* line 2199, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cart-check::before {
  content: "";
}

/* line 2200, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cart-dash-fill::before {
  content: "";
}

/* line 2201, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cart-dash::before {
  content: "";
}

/* line 2202, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cart-fill::before {
  content: "";
}

/* line 2203, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cart-plus-fill::before {
  content: "";
}

/* line 2204, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cart-plus::before {
  content: "";
}

/* line 2205, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cart-x-fill::before {
  content: "";
}

/* line 2206, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cart-x::before {
  content: "";
}

/* line 2207, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cart::before {
  content: "";
}

/* line 2208, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cart2::before {
  content: "";
}

/* line 2209, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cart3::before {
  content: "";
}

/* line 2210, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cart4::before {
  content: "";
}

/* line 2211, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cash-stack::before {
  content: "";
}

/* line 2212, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cash::before {
  content: "";
}

/* line 2213, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cast::before {
  content: "";
}

/* line 2214, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-dots-fill::before {
  content: "";
}

/* line 2215, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-dots::before {
  content: "";
}

/* line 2216, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-fill::before {
  content: "";
}

/* line 2217, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-left-dots-fill::before {
  content: "";
}

/* line 2218, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-left-dots::before {
  content: "";
}

/* line 2219, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-left-fill::before {
  content: "";
}

/* line 2220, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-left-quote-fill::before {
  content: "";
}

/* line 2221, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-left-quote::before {
  content: "";
}

/* line 2222, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-left-text-fill::before {
  content: "";
}

/* line 2223, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-left-text::before {
  content: "";
}

/* line 2224, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-left::before {
  content: "";
}

/* line 2225, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-quote-fill::before {
  content: "";
}

/* line 2226, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-quote::before {
  content: "";
}

/* line 2227, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-right-dots-fill::before {
  content: "";
}

/* line 2228, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-right-dots::before {
  content: "";
}

/* line 2229, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-right-fill::before {
  content: "";
}

/* line 2230, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-right-quote-fill::before {
  content: "";
}

/* line 2231, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-right-quote::before {
  content: "";
}

/* line 2232, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-right-text-fill::before {
  content: "";
}

/* line 2233, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-right-text::before {
  content: "";
}

/* line 2234, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-right::before {
  content: "";
}

/* line 2235, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-square-dots-fill::before {
  content: "";
}

/* line 2236, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-square-dots::before {
  content: "";
}

/* line 2237, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-square-fill::before {
  content: "";
}

/* line 2238, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-square-quote-fill::before {
  content: "";
}

/* line 2239, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-square-quote::before {
  content: "";
}

/* line 2240, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-square-text-fill::before {
  content: "";
}

/* line 2241, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-square-text::before {
  content: "";
}

/* line 2242, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-square::before {
  content: "";
}

/* line 2243, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-text-fill::before {
  content: "";
}

/* line 2244, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-text::before {
  content: "";
}

/* line 2245, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat::before {
  content: "";
}

/* line 2246, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-check-all::before {
  content: "";
}

/* line 2247, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-check-circle-fill::before {
  content: "";
}

/* line 2248, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-check-circle::before {
  content: "";
}

/* line 2249, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-check-square-fill::before {
  content: "";
}

/* line 2250, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-check-square::before {
  content: "";
}

/* line 2251, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-check::before {
  content: "";
}

/* line 2252, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-check2-all::before {
  content: "";
}

/* line 2253, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-check2-circle::before {
  content: "";
}

/* line 2254, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-check2-square::before {
  content: "";
}

/* line 2255, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-check2::before {
  content: "";
}

/* line 2256, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-bar-contract::before {
  content: "";
}

/* line 2257, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-bar-down::before {
  content: "";
}

/* line 2258, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-bar-expand::before {
  content: "";
}

/* line 2259, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-bar-left::before {
  content: "";
}

/* line 2260, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-bar-right::before {
  content: "";
}

/* line 2261, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-bar-up::before {
  content: "";
}

/* line 2262, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-compact-down::before {
  content: "";
}

/* line 2263, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-compact-left::before {
  content: "";
}

/* line 2264, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-compact-right::before {
  content: "";
}

/* line 2265, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-compact-up::before {
  content: "";
}

/* line 2266, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-contract::before {
  content: "";
}

/* line 2267, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-double-down::before {
  content: "";
}

/* line 2268, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-double-left::before {
  content: "";
}

/* line 2269, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-double-right::before {
  content: "";
}

/* line 2270, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-double-up::before {
  content: "";
}

/* line 2271, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-down::before {
  content: "";
}

/* line 2272, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-expand::before {
  content: "";
}

/* line 2273, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-left::before {
  content: "";
}

/* line 2274, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-right::before {
  content: "";
}

/* line 2275, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chevron-up::before {
  content: "";
}

/* line 2276, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-circle-fill::before {
  content: "";
}

/* line 2277, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-circle-half::before {
  content: "";
}

/* line 2278, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-circle-square::before {
  content: "";
}

/* line 2279, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-circle::before {
  content: "";
}

/* line 2280, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard-check::before {
  content: "";
}

/* line 2281, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard-data::before {
  content: "";
}

/* line 2282, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard-minus::before {
  content: "";
}

/* line 2283, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard-plus::before {
  content: "";
}

/* line 2284, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard-x::before {
  content: "";
}

/* line 2285, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard::before {
  content: "";
}

/* line 2286, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clock-fill::before {
  content: "";
}

/* line 2287, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clock-history::before {
  content: "";
}

/* line 2288, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clock::before {
  content: "";
}

/* line 2289, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-arrow-down-fill::before {
  content: "";
}

/* line 2290, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-arrow-down::before {
  content: "";
}

/* line 2291, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-arrow-up-fill::before {
  content: "";
}

/* line 2292, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-arrow-up::before {
  content: "";
}

/* line 2293, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-check-fill::before {
  content: "";
}

/* line 2294, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-check::before {
  content: "";
}

/* line 2295, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-download-fill::before {
  content: "";
}

/* line 2296, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-download::before {
  content: "";
}

/* line 2297, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-drizzle-fill::before {
  content: "";
}

/* line 2298, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-drizzle::before {
  content: "";
}

/* line 2299, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-fill::before {
  content: "";
}

/* line 2300, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-fog-fill::before {
  content: "";
}

/* line 2301, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-fog::before {
  content: "";
}

/* line 2302, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-fog2-fill::before {
  content: "";
}

/* line 2303, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-fog2::before {
  content: "";
}

/* line 2304, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-hail-fill::before {
  content: "";
}

/* line 2305, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-hail::before {
  content: "";
}

/* line 2306, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-haze-1::before {
  content: "";
}

/* line 2307, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-haze-fill::before {
  content: "";
}

/* line 2308, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-haze::before {
  content: "";
}

/* line 2309, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-haze2-fill::before {
  content: "";
}

/* line 2310, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-lightning-fill::before {
  content: "";
}

/* line 2311, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-lightning-rain-fill::before {
  content: "";
}

/* line 2312, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-lightning-rain::before {
  content: "";
}

/* line 2313, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-lightning::before {
  content: "";
}

/* line 2314, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-minus-fill::before {
  content: "";
}

/* line 2315, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-minus::before {
  content: "";
}

/* line 2316, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-moon-fill::before {
  content: "";
}

/* line 2317, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-moon::before {
  content: "";
}

/* line 2318, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-plus-fill::before {
  content: "";
}

/* line 2319, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-plus::before {
  content: "";
}

/* line 2320, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-rain-fill::before {
  content: "";
}

/* line 2321, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-rain-heavy-fill::before {
  content: "";
}

/* line 2322, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-rain-heavy::before {
  content: "";
}

/* line 2323, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-rain::before {
  content: "";
}

/* line 2324, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-slash-fill::before {
  content: "";
}

/* line 2325, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-slash::before {
  content: "";
}

/* line 2326, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-sleet-fill::before {
  content: "";
}

/* line 2327, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-sleet::before {
  content: "";
}

/* line 2328, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-snow-fill::before {
  content: "";
}

/* line 2329, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-snow::before {
  content: "";
}

/* line 2330, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-sun-fill::before {
  content: "";
}

/* line 2331, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-sun::before {
  content: "";
}

/* line 2332, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-upload-fill::before {
  content: "";
}

/* line 2333, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-upload::before {
  content: "";
}

/* line 2334, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud::before {
  content: "";
}

/* line 2335, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clouds-fill::before {
  content: "";
}

/* line 2336, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clouds::before {
  content: "";
}

/* line 2337, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloudy-fill::before {
  content: "";
}

/* line 2338, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloudy::before {
  content: "";
}

/* line 2339, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-code-slash::before {
  content: "";
}

/* line 2340, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-code-square::before {
  content: "";
}

/* line 2341, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-code::before {
  content: "";
}

/* line 2342, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-collection-fill::before {
  content: "";
}

/* line 2343, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-collection-play-fill::before {
  content: "";
}

/* line 2344, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-collection-play::before {
  content: "";
}

/* line 2345, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-collection::before {
  content: "";
}

/* line 2346, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-columns-gap::before {
  content: "";
}

/* line 2347, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-columns::before {
  content: "";
}

/* line 2348, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-command::before {
  content: "";
}

/* line 2349, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-compass-fill::before {
  content: "";
}

/* line 2350, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-compass::before {
  content: "";
}

/* line 2351, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cone-striped::before {
  content: "";
}

/* line 2352, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cone::before {
  content: "";
}

/* line 2353, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-controller::before {
  content: "";
}

/* line 2354, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cpu-fill::before {
  content: "";
}

/* line 2355, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cpu::before {
  content: "";
}

/* line 2356, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-credit-card-2-back-fill::before {
  content: "";
}

/* line 2357, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-credit-card-2-back::before {
  content: "";
}

/* line 2358, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-credit-card-2-front-fill::before {
  content: "";
}

/* line 2359, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-credit-card-2-front::before {
  content: "";
}

/* line 2360, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-credit-card-fill::before {
  content: "";
}

/* line 2361, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-credit-card::before {
  content: "";
}

/* line 2362, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-crop::before {
  content: "";
}

/* line 2363, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cup-fill::before {
  content: "";
}

/* line 2364, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cup-straw::before {
  content: "";
}

/* line 2365, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cup::before {
  content: "";
}

/* line 2366, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cursor-fill::before {
  content: "";
}

/* line 2367, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cursor-text::before {
  content: "";
}

/* line 2368, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cursor::before {
  content: "";
}

/* line 2369, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dash-circle-dotted::before {
  content: "";
}

/* line 2370, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dash-circle-fill::before {
  content: "";
}

/* line 2371, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dash-circle::before {
  content: "";
}

/* line 2372, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dash-square-dotted::before {
  content: "";
}

/* line 2373, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dash-square-fill::before {
  content: "";
}

/* line 2374, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dash-square::before {
  content: "";
}

/* line 2375, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dash::before {
  content: "";
}

/* line 2376, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-diagram-2-fill::before {
  content: "";
}

/* line 2377, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-diagram-2::before {
  content: "";
}

/* line 2378, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-diagram-3-fill::before {
  content: "";
}

/* line 2379, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-diagram-3::before {
  content: "";
}

/* line 2380, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-diamond-fill::before {
  content: "";
}

/* line 2381, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-diamond-half::before {
  content: "";
}

/* line 2382, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-diamond::before {
  content: "";
}

/* line 2383, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dice-1-fill::before {
  content: "";
}

/* line 2384, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dice-1::before {
  content: "";
}

/* line 2385, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dice-2-fill::before {
  content: "";
}

/* line 2386, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dice-2::before {
  content: "";
}

/* line 2387, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dice-3-fill::before {
  content: "";
}

/* line 2388, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dice-3::before {
  content: "";
}

/* line 2389, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dice-4-fill::before {
  content: "";
}

/* line 2390, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dice-4::before {
  content: "";
}

/* line 2391, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dice-5-fill::before {
  content: "";
}

/* line 2392, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dice-5::before {
  content: "";
}

/* line 2393, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dice-6-fill::before {
  content: "";
}

/* line 2394, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dice-6::before {
  content: "";
}

/* line 2395, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-disc-fill::before {
  content: "";
}

/* line 2396, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-disc::before {
  content: "";
}

/* line 2397, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-discord::before {
  content: "";
}

/* line 2398, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-display-fill::before {
  content: "";
}

/* line 2399, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-display::before {
  content: "";
}

/* line 2400, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-distribute-horizontal::before {
  content: "";
}

/* line 2401, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-distribute-vertical::before {
  content: "";
}

/* line 2402, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-door-closed-fill::before {
  content: "";
}

/* line 2403, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-door-closed::before {
  content: "";
}

/* line 2404, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-door-open-fill::before {
  content: "";
}

/* line 2405, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-door-open::before {
  content: "";
}

/* line 2406, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dot::before {
  content: "";
}

/* line 2407, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-download::before {
  content: "";
}

/* line 2408, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-droplet-fill::before {
  content: "";
}

/* line 2409, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-droplet-half::before {
  content: "";
}

/* line 2410, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-droplet::before {
  content: "";
}

/* line 2411, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-earbuds::before {
  content: "";
}

/* line 2412, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-easel-fill::before {
  content: "";
}

/* line 2413, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-easel::before {
  content: "";
}

/* line 2414, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-egg-fill::before {
  content: "";
}

/* line 2415, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-egg-fried::before {
  content: "";
}

/* line 2416, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-egg::before {
  content: "";
}

/* line 2417, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-eject-fill::before {
  content: "";
}

/* line 2418, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-eject::before {
  content: "";
}

/* line 2419, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-angry-fill::before {
  content: "";
}

/* line 2420, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-angry::before {
  content: "";
}

/* line 2421, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-dizzy-fill::before {
  content: "";
}

/* line 2422, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-dizzy::before {
  content: "";
}

/* line 2423, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-expressionless-fill::before {
  content: "";
}

/* line 2424, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-expressionless::before {
  content: "";
}

/* line 2425, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-frown-fill::before {
  content: "";
}

/* line 2426, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-frown::before {
  content: "";
}

/* line 2427, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-heart-eyes-fill::before {
  content: "";
}

/* line 2428, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-heart-eyes::before {
  content: "";
}

/* line 2429, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-laughing-fill::before {
  content: "";
}

/* line 2430, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-laughing::before {
  content: "";
}

/* line 2431, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-neutral-fill::before {
  content: "";
}

/* line 2432, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-neutral::before {
  content: "";
}

/* line 2433, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-smile-fill::before {
  content: "";
}

/* line 2434, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-smile-upside-down-fill::before {
  content: "";
}

/* line 2435, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-smile-upside-down::before {
  content: "";
}

/* line 2436, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-smile::before {
  content: "";
}

/* line 2437, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-sunglasses-fill::before {
  content: "";
}

/* line 2438, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-sunglasses::before {
  content: "";
}

/* line 2439, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-wink-fill::before {
  content: "";
}

/* line 2440, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-wink::before {
  content: "";
}

/* line 2441, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-fill::before {
  content: "";
}

/* line 2442, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-open-fill::before {
  content: "";
}

/* line 2443, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-open::before {
  content: "";
}

/* line 2444, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope::before {
  content: "";
}

/* line 2445, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-eraser-fill::before {
  content: "";
}

/* line 2446, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-eraser::before {
  content: "";
}

/* line 2447, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-exclamation-circle-fill::before {
  content: "";
}

/* line 2448, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-exclamation-circle::before {
  content: "";
}

/* line 2449, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-exclamation-diamond-fill::before {
  content: "";
}

/* line 2450, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-exclamation-diamond::before {
  content: "";
}

/* line 2451, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-exclamation-octagon-fill::before {
  content: "";
}

/* line 2452, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-exclamation-octagon::before {
  content: "";
}

/* line 2453, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-exclamation-square-fill::before {
  content: "";
}

/* line 2454, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-exclamation-square::before {
  content: "";
}

/* line 2455, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-exclamation-triangle-fill::before {
  content: "";
}

/* line 2456, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-exclamation-triangle::before {
  content: "";
}

/* line 2457, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-exclamation::before {
  content: "";
}

/* line 2458, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-exclude::before {
  content: "";
}

/* line 2459, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-eye-fill::before {
  content: "";
}

/* line 2460, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-eye-slash-fill::before {
  content: "";
}

/* line 2461, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-eye-slash::before {
  content: "";
}

/* line 2462, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-eye::before {
  content: "";
}

/* line 2463, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-eyedropper::before {
  content: "";
}

/* line 2464, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-eyeglasses::before {
  content: "";
}

/* line 2465, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-facebook::before {
  content: "";
}

/* line 2466, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-arrow-down-fill::before {
  content: "";
}

/* line 2467, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-arrow-down::before {
  content: "";
}

/* line 2468, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-arrow-up-fill::before {
  content: "";
}

/* line 2469, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-arrow-up::before {
  content: "";
}

/* line 2470, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-bar-graph-fill::before {
  content: "";
}

/* line 2471, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-bar-graph::before {
  content: "";
}

/* line 2472, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-binary-fill::before {
  content: "";
}

/* line 2473, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-binary::before {
  content: "";
}

/* line 2474, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-break-fill::before {
  content: "";
}

/* line 2475, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-break::before {
  content: "";
}

/* line 2476, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-check-fill::before {
  content: "";
}

/* line 2477, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-check::before {
  content: "";
}

/* line 2478, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-code-fill::before {
  content: "";
}

/* line 2479, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-code::before {
  content: "";
}

/* line 2480, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-diff-fill::before {
  content: "";
}

/* line 2481, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-diff::before {
  content: "";
}

/* line 2482, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-arrow-down-fill::before {
  content: "";
}

/* line 2483, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-arrow-down::before {
  content: "";
}

/* line 2484, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-arrow-up-fill::before {
  content: "";
}

/* line 2485, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-arrow-up::before {
  content: "";
}

/* line 2486, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-bar-graph-fill::before {
  content: "";
}

/* line 2487, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-bar-graph::before {
  content: "";
}

/* line 2488, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-binary-fill::before {
  content: "";
}

/* line 2489, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-binary::before {
  content: "";
}

/* line 2490, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-break-fill::before {
  content: "";
}

/* line 2491, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-break::before {
  content: "";
}

/* line 2492, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-check-fill::before {
  content: "";
}

/* line 2493, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-check::before {
  content: "";
}

/* line 2494, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-code-fill::before {
  content: "";
}

/* line 2495, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-code::before {
  content: "";
}

/* line 2496, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-diff-fill::before {
  content: "";
}

/* line 2497, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-diff::before {
  content: "";
}

/* line 2498, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-easel-fill::before {
  content: "";
}

/* line 2499, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-easel::before {
  content: "";
}

/* line 2500, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-excel-fill::before {
  content: "";
}

/* line 2501, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-excel::before {
  content: "";
}

/* line 2502, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-fill::before {
  content: "";
}

/* line 2503, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-font-fill::before {
  content: "";
}

/* line 2504, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-font::before {
  content: "";
}

/* line 2505, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-image-fill::before {
  content: "";
}

/* line 2506, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-image::before {
  content: "";
}

/* line 2507, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-lock-fill::before {
  content: "";
}

/* line 2508, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-lock::before {
  content: "";
}

/* line 2509, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-lock2-fill::before {
  content: "";
}

/* line 2510, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-lock2::before {
  content: "";
}

/* line 2511, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-medical-fill::before {
  content: "";
}

/* line 2512, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-medical::before {
  content: "";
}

/* line 2513, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-minus-fill::before {
  content: "";
}

/* line 2514, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-minus::before {
  content: "";
}

/* line 2515, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-music-fill::before {
  content: "";
}

/* line 2516, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-music::before {
  content: "";
}

/* line 2517, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-person-fill::before {
  content: "";
}

/* line 2518, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-person::before {
  content: "";
}

/* line 2519, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-play-fill::before {
  content: "";
}

/* line 2520, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-play::before {
  content: "";
}

/* line 2521, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-plus-fill::before {
  content: "";
}

/* line 2522, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-plus::before {
  content: "";
}

/* line 2523, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-post-fill::before {
  content: "";
}

/* line 2524, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-post::before {
  content: "";
}

/* line 2525, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-ppt-fill::before {
  content: "";
}

/* line 2526, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-ppt::before {
  content: "";
}

/* line 2527, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-richtext-fill::before {
  content: "";
}

/* line 2528, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-richtext::before {
  content: "";
}

/* line 2529, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-ruled-fill::before {
  content: "";
}

/* line 2530, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-ruled::before {
  content: "";
}

/* line 2531, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-slides-fill::before {
  content: "";
}

/* line 2532, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-slides::before {
  content: "";
}

/* line 2533, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-spreadsheet-fill::before {
  content: "";
}

/* line 2534, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-spreadsheet::before {
  content: "";
}

/* line 2535, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-text-fill::before {
  content: "";
}

/* line 2536, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-text::before {
  content: "";
}

/* line 2537, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-word-fill::before {
  content: "";
}

/* line 2538, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-word::before {
  content: "";
}

/* line 2539, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-x-fill::before {
  content: "";
}

/* line 2540, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-x::before {
  content: "";
}

/* line 2541, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-zip-fill::before {
  content: "";
}

/* line 2542, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-zip::before {
  content: "";
}

/* line 2543, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark::before {
  content: "";
}

/* line 2544, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-easel-fill::before {
  content: "";
}

/* line 2545, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-easel::before {
  content: "";
}

/* line 2546, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-excel-fill::before {
  content: "";
}

/* line 2547, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-excel::before {
  content: "";
}

/* line 2548, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-fill::before {
  content: "";
}

/* line 2549, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-font-fill::before {
  content: "";
}

/* line 2550, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-font::before {
  content: "";
}

/* line 2551, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-image-fill::before {
  content: "";
}

/* line 2552, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-image::before {
  content: "";
}

/* line 2553, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-lock-fill::before {
  content: "";
}

/* line 2554, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-lock::before {
  content: "";
}

/* line 2555, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-lock2-fill::before {
  content: "";
}

/* line 2556, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-lock2::before {
  content: "";
}

/* line 2557, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-medical-fill::before {
  content: "";
}

/* line 2558, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-medical::before {
  content: "";
}

/* line 2559, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-minus-fill::before {
  content: "";
}

/* line 2560, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-minus::before {
  content: "";
}

/* line 2561, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-music-fill::before {
  content: "";
}

/* line 2562, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-music::before {
  content: "";
}

/* line 2563, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-person-fill::before {
  content: "";
}

/* line 2564, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-person::before {
  content: "";
}

/* line 2565, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-play-fill::before {
  content: "";
}

/* line 2566, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-play::before {
  content: "";
}

/* line 2567, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-plus-fill::before {
  content: "";
}

/* line 2568, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-plus::before {
  content: "";
}

/* line 2569, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-post-fill::before {
  content: "";
}

/* line 2570, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-post::before {
  content: "";
}

/* line 2571, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-ppt-fill::before {
  content: "";
}

/* line 2572, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-ppt::before {
  content: "";
}

/* line 2573, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-richtext-fill::before {
  content: "";
}

/* line 2574, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-richtext::before {
  content: "";
}

/* line 2575, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-ruled-fill::before {
  content: "";
}

/* line 2576, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-ruled::before {
  content: "";
}

/* line 2577, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-slides-fill::before {
  content: "";
}

/* line 2578, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-slides::before {
  content: "";
}

/* line 2579, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-spreadsheet-fill::before {
  content: "";
}

/* line 2580, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-spreadsheet::before {
  content: "";
}

/* line 2581, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-text-fill::before {
  content: "";
}

/* line 2582, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-text::before {
  content: "";
}

/* line 2583, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-word-fill::before {
  content: "";
}

/* line 2584, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-word::before {
  content: "";
}

/* line 2585, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-x-fill::before {
  content: "";
}

/* line 2586, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-x::before {
  content: "";
}

/* line 2587, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-zip-fill::before {
  content: "";
}

/* line 2588, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-zip::before {
  content: "";
}

/* line 2589, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file::before {
  content: "";
}

/* line 2590, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-files-alt::before {
  content: "";
}

/* line 2591, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-files::before {
  content: "";
}

/* line 2592, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-film::before {
  content: "";
}

/* line 2593, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filter-circle-fill::before {
  content: "";
}

/* line 2594, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filter-circle::before {
  content: "";
}

/* line 2595, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filter-left::before {
  content: "";
}

/* line 2596, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filter-right::before {
  content: "";
}

/* line 2597, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filter-square-fill::before {
  content: "";
}

/* line 2598, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filter-square::before {
  content: "";
}

/* line 2599, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filter::before {
  content: "";
}

/* line 2600, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-flag-fill::before {
  content: "";
}

/* line 2601, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-flag::before {
  content: "";
}

/* line 2602, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-flower1::before {
  content: "";
}

/* line 2603, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-flower2::before {
  content: "";
}

/* line 2604, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-flower3::before {
  content: "";
}

/* line 2605, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-folder-check::before {
  content: "";
}

/* line 2606, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-folder-fill::before {
  content: "";
}

/* line 2607, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-folder-minus::before {
  content: "";
}

/* line 2608, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-folder-plus::before {
  content: "";
}

/* line 2609, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-folder-symlink-fill::before {
  content: "";
}

/* line 2610, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-folder-symlink::before {
  content: "";
}

/* line 2611, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-folder-x::before {
  content: "";
}

/* line 2612, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-folder::before {
  content: "";
}

/* line 2613, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-folder2-open::before {
  content: "";
}

/* line 2614, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-folder2::before {
  content: "";
}

/* line 2615, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-fonts::before {
  content: "";
}

/* line 2616, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-forward-fill::before {
  content: "";
}

/* line 2617, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-forward::before {
  content: "";
}

/* line 2618, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-front::before {
  content: "";
}

/* line 2619, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-fullscreen-exit::before {
  content: "";
}

/* line 2620, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-fullscreen::before {
  content: "";
}

/* line 2621, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-funnel-fill::before {
  content: "";
}

/* line 2622, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-funnel::before {
  content: "";
}

/* line 2623, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-gear-fill::before {
  content: "";
}

/* line 2624, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-gear-wide-connected::before {
  content: "";
}

/* line 2625, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-gear-wide::before {
  content: "";
}

/* line 2626, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-gear::before {
  content: "";
}

/* line 2627, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-gem::before {
  content: "";
}

/* line 2628, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-geo-alt-fill::before {
  content: "";
}

/* line 2629, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-geo-alt::before {
  content: "";
}

/* line 2630, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-geo-fill::before {
  content: "";
}

/* line 2631, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-geo::before {
  content: "";
}

/* line 2632, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-gift-fill::before {
  content: "";
}

/* line 2633, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-gift::before {
  content: "";
}

/* line 2634, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-github::before {
  content: "";
}

/* line 2635, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-globe::before {
  content: "";
}

/* line 2636, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-globe2::before {
  content: "";
}

/* line 2637, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-google::before {
  content: "";
}

/* line 2638, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-graph-down::before {
  content: "";
}

/* line 2639, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-graph-up::before {
  content: "";
}

/* line 2640, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-grid-1x2-fill::before {
  content: "";
}

/* line 2641, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-grid-1x2::before {
  content: "";
}

/* line 2642, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-grid-3x2-gap-fill::before {
  content: "";
}

/* line 2643, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-grid-3x2-gap::before {
  content: "";
}

/* line 2644, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-grid-3x2::before {
  content: "";
}

/* line 2645, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-grid-3x3-gap-fill::before {
  content: "";
}

/* line 2646, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-grid-3x3-gap::before {
  content: "";
}

/* line 2647, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-grid-3x3::before {
  content: "";
}

/* line 2648, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-grid-fill::before {
  content: "";
}

/* line 2649, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-grid::before {
  content: "";
}

/* line 2650, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-grip-horizontal::before {
  content: "";
}

/* line 2651, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-grip-vertical::before {
  content: "";
}

/* line 2652, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hammer::before {
  content: "";
}

/* line 2653, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hand-index-fill::before {
  content: "";
}

/* line 2654, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hand-index-thumb-fill::before {
  content: "";
}

/* line 2655, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hand-index-thumb::before {
  content: "";
}

/* line 2656, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hand-index::before {
  content: "";
}

/* line 2657, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hand-thumbs-down-fill::before {
  content: "";
}

/* line 2658, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hand-thumbs-down::before {
  content: "";
}

/* line 2659, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hand-thumbs-up-fill::before {
  content: "";
}

/* line 2660, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hand-thumbs-up::before {
  content: "";
}

/* line 2661, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-handbag-fill::before {
  content: "";
}

/* line 2662, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-handbag::before {
  content: "";
}

/* line 2663, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hash::before {
  content: "";
}

/* line 2664, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hdd-fill::before {
  content: "";
}

/* line 2665, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hdd-network-fill::before {
  content: "";
}

/* line 2666, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hdd-network::before {
  content: "";
}

/* line 2667, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hdd-rack-fill::before {
  content: "";
}

/* line 2668, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hdd-rack::before {
  content: "";
}

/* line 2669, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hdd-stack-fill::before {
  content: "";
}

/* line 2670, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hdd-stack::before {
  content: "";
}

/* line 2671, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hdd::before {
  content: "";
}

/* line 2672, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-headphones::before {
  content: "";
}

/* line 2673, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-headset::before {
  content: "";
}

/* line 2674, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-heart-fill::before {
  content: "";
}

/* line 2675, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-heart-half::before {
  content: "";
}

/* line 2676, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-heart::before {
  content: "";
}

/* line 2677, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-heptagon-fill::before {
  content: "";
}

/* line 2678, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-heptagon-half::before {
  content: "";
}

/* line 2679, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-heptagon::before {
  content: "";
}

/* line 2680, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hexagon-fill::before {
  content: "";
}

/* line 2681, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hexagon-half::before {
  content: "";
}

/* line 2682, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hexagon::before {
  content: "";
}

/* line 2683, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hourglass-bottom::before {
  content: "";
}

/* line 2684, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hourglass-split::before {
  content: "";
}

/* line 2685, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hourglass-top::before {
  content: "";
}

/* line 2686, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hourglass::before {
  content: "";
}

/* line 2687, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-house-door-fill::before {
  content: "";
}

/* line 2688, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-house-door::before {
  content: "";
}

/* line 2689, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-house-fill::before {
  content: "";
}

/* line 2690, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-house::before {
  content: "";
}

/* line 2691, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hr::before {
  content: "";
}

/* line 2692, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hurricane::before {
  content: "";
}

/* line 2693, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-image-alt::before {
  content: "";
}

/* line 2694, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-image-fill::before {
  content: "";
}

/* line 2695, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-image::before {
  content: "";
}

/* line 2696, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-images::before {
  content: "";
}

/* line 2697, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-inbox-fill::before {
  content: "";
}

/* line 2698, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-inbox::before {
  content: "";
}

/* line 2699, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-inboxes-fill::before {
  content: "";
}

/* line 2700, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-inboxes::before {
  content: "";
}

/* line 2701, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-info-circle-fill::before {
  content: "";
}

/* line 2702, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-info-circle::before {
  content: "";
}

/* line 2703, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-info-square-fill::before {
  content: "";
}

/* line 2704, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-info-square::before {
  content: "";
}

/* line 2705, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-info::before {
  content: "";
}

/* line 2706, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-input-cursor-text::before {
  content: "";
}

/* line 2707, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-input-cursor::before {
  content: "";
}

/* line 2708, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-instagram::before {
  content: "";
}

/* line 2709, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-intersect::before {
  content: "";
}

/* line 2710, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-journal-album::before {
  content: "";
}

/* line 2711, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-journal-arrow-down::before {
  content: "";
}

/* line 2712, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-journal-arrow-up::before {
  content: "";
}

/* line 2713, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-journal-bookmark-fill::before {
  content: "";
}

/* line 2714, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-journal-bookmark::before {
  content: "";
}

/* line 2715, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-journal-check::before {
  content: "";
}

/* line 2716, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-journal-code::before {
  content: "";
}

/* line 2717, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-journal-medical::before {
  content: "";
}

/* line 2718, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-journal-minus::before {
  content: "";
}

/* line 2719, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-journal-plus::before {
  content: "";
}

/* line 2720, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-journal-richtext::before {
  content: "";
}

/* line 2721, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-journal-text::before {
  content: "";
}

/* line 2722, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-journal-x::before {
  content: "";
}

/* line 2723, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-journal::before {
  content: "";
}

/* line 2724, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-journals::before {
  content: "";
}

/* line 2725, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-joystick::before {
  content: "";
}

/* line 2726, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-justify-left::before {
  content: "";
}

/* line 2727, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-justify-right::before {
  content: "";
}

/* line 2728, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-justify::before {
  content: "";
}

/* line 2729, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-kanban-fill::before {
  content: "";
}

/* line 2730, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-kanban::before {
  content: "";
}

/* line 2731, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-key-fill::before {
  content: "";
}

/* line 2732, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-key::before {
  content: "";
}

/* line 2733, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-keyboard-fill::before {
  content: "";
}

/* line 2734, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-keyboard::before {
  content: "";
}

/* line 2735, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-ladder::before {
  content: "";
}

/* line 2736, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-lamp-fill::before {
  content: "";
}

/* line 2737, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-lamp::before {
  content: "";
}

/* line 2738, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-laptop-fill::before {
  content: "";
}

/* line 2739, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-laptop::before {
  content: "";
}

/* line 2740, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-layer-backward::before {
  content: "";
}

/* line 2741, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-layer-forward::before {
  content: "";
}

/* line 2742, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-layers-fill::before {
  content: "";
}

/* line 2743, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-layers-half::before {
  content: "";
}

/* line 2744, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-layers::before {
  content: "";
}

/* line 2745, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-layout-sidebar-inset-reverse::before {
  content: "";
}

/* line 2746, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-layout-sidebar-inset::before {
  content: "";
}

/* line 2747, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-layout-sidebar-reverse::before {
  content: "";
}

/* line 2748, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-layout-sidebar::before {
  content: "";
}

/* line 2749, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-layout-split::before {
  content: "";
}

/* line 2750, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-layout-text-sidebar-reverse::before {
  content: "";
}

/* line 2751, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-layout-text-sidebar::before {
  content: "";
}

/* line 2752, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-layout-text-window-reverse::before {
  content: "";
}

/* line 2753, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-layout-text-window::before {
  content: "";
}

/* line 2754, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-layout-three-columns::before {
  content: "";
}

/* line 2755, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-layout-wtf::before {
  content: "";
}

/* line 2756, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-life-preserver::before {
  content: "";
}

/* line 2757, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-lightbulb-fill::before {
  content: "";
}

/* line 2758, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-lightbulb-off-fill::before {
  content: "";
}

/* line 2759, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-lightbulb-off::before {
  content: "";
}

/* line 2760, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-lightbulb::before {
  content: "";
}

/* line 2761, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-lightning-charge-fill::before {
  content: "";
}

/* line 2762, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-lightning-charge::before {
  content: "";
}

/* line 2763, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-lightning-fill::before {
  content: "";
}

/* line 2764, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-lightning::before {
  content: "";
}

/* line 2765, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-link-45deg::before {
  content: "";
}

/* line 2766, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-link::before {
  content: "";
}

/* line 2767, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-linkedin::before {
  content: "";
}

/* line 2768, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-list-check::before {
  content: "";
}

/* line 2769, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-list-nested::before {
  content: "";
}

/* line 2770, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-list-ol::before {
  content: "";
}

/* line 2771, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-list-stars::before {
  content: "";
}

/* line 2772, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-list-task::before {
  content: "";
}

/* line 2773, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-list-ul::before {
  content: "";
}

/* line 2774, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-list::before {
  content: "";
}

/* line 2775, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-lock-fill::before {
  content: "";
}

/* line 2776, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-lock::before {
  content: "";
}

/* line 2777, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-mailbox::before {
  content: "";
}

/* line 2778, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-mailbox2::before {
  content: "";
}

/* line 2779, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-map-fill::before {
  content: "";
}

/* line 2780, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-map::before {
  content: "";
}

/* line 2781, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-markdown-fill::before {
  content: "";
}

/* line 2782, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-markdown::before {
  content: "";
}

/* line 2783, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-mask::before {
  content: "";
}

/* line 2784, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-megaphone-fill::before {
  content: "";
}

/* line 2785, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-megaphone::before {
  content: "";
}

/* line 2786, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-menu-app-fill::before {
  content: "";
}

/* line 2787, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-menu-app::before {
  content: "";
}

/* line 2788, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-menu-button-fill::before {
  content: "";
}

/* line 2789, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-menu-button-wide-fill::before {
  content: "";
}

/* line 2790, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-menu-button-wide::before {
  content: "";
}

/* line 2791, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-menu-button::before {
  content: "";
}

/* line 2792, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-menu-down::before {
  content: "";
}

/* line 2793, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-menu-up::before {
  content: "";
}

/* line 2794, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-mic-fill::before {
  content: "";
}

/* line 2795, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-mic-mute-fill::before {
  content: "";
}

/* line 2796, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-mic-mute::before {
  content: "";
}

/* line 2797, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-mic::before {
  content: "";
}

/* line 2798, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-minecart-loaded::before {
  content: "";
}

/* line 2799, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-minecart::before {
  content: "";
}

/* line 2800, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-moisture::before {
  content: "";
}

/* line 2801, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-moon-fill::before {
  content: "";
}

/* line 2802, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-moon-stars-fill::before {
  content: "";
}

/* line 2803, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-moon-stars::before {
  content: "";
}

/* line 2804, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-moon::before {
  content: "";
}

/* line 2805, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-mouse-fill::before {
  content: "";
}

/* line 2806, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-mouse::before {
  content: "";
}

/* line 2807, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-mouse2-fill::before {
  content: "";
}

/* line 2808, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-mouse2::before {
  content: "";
}

/* line 2809, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-mouse3-fill::before {
  content: "";
}

/* line 2810, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-mouse3::before {
  content: "";
}

/* line 2811, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-music-note-beamed::before {
  content: "";
}

/* line 2812, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-music-note-list::before {
  content: "";
}

/* line 2813, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-music-note::before {
  content: "";
}

/* line 2814, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-music-player-fill::before {
  content: "";
}

/* line 2815, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-music-player::before {
  content: "";
}

/* line 2816, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-newspaper::before {
  content: "";
}

/* line 2817, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-node-minus-fill::before {
  content: "";
}

/* line 2818, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-node-minus::before {
  content: "";
}

/* line 2819, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-node-plus-fill::before {
  content: "";
}

/* line 2820, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-node-plus::before {
  content: "";
}

/* line 2821, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-nut-fill::before {
  content: "";
}

/* line 2822, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-nut::before {
  content: "";
}

/* line 2823, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-octagon-fill::before {
  content: "";
}

/* line 2824, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-octagon-half::before {
  content: "";
}

/* line 2825, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-octagon::before {
  content: "";
}

/* line 2826, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-option::before {
  content: "";
}

/* line 2827, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-outlet::before {
  content: "";
}

/* line 2828, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-paint-bucket::before {
  content: "";
}

/* line 2829, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-palette-fill::before {
  content: "";
}

/* line 2830, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-palette::before {
  content: "";
}

/* line 2831, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-palette2::before {
  content: "";
}

/* line 2832, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-paperclip::before {
  content: "";
}

/* line 2833, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-paragraph::before {
  content: "";
}

/* line 2834, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-patch-check-fill::before {
  content: "";
}

/* line 2835, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-patch-check::before {
  content: "";
}

/* line 2836, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-patch-exclamation-fill::before {
  content: "";
}

/* line 2837, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-patch-exclamation::before {
  content: "";
}

/* line 2838, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-patch-minus-fill::before {
  content: "";
}

/* line 2839, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-patch-minus::before {
  content: "";
}

/* line 2840, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-patch-plus-fill::before {
  content: "";
}

/* line 2841, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-patch-plus::before {
  content: "";
}

/* line 2842, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-patch-question-fill::before {
  content: "";
}

/* line 2843, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-patch-question::before {
  content: "";
}

/* line 2844, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pause-btn-fill::before {
  content: "";
}

/* line 2845, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pause-btn::before {
  content: "";
}

/* line 2846, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pause-circle-fill::before {
  content: "";
}

/* line 2847, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pause-circle::before {
  content: "";
}

/* line 2848, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pause-fill::before {
  content: "";
}

/* line 2849, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pause::before {
  content: "";
}

/* line 2850, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-peace-fill::before {
  content: "";
}

/* line 2851, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-peace::before {
  content: "";
}

/* line 2852, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pen-fill::before {
  content: "";
}

/* line 2853, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pen::before {
  content: "";
}

/* line 2854, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pencil-fill::before {
  content: "";
}

/* line 2855, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pencil-square::before {
  content: "";
}

/* line 2856, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pencil::before {
  content: "";
}

/* line 2857, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pentagon-fill::before {
  content: "";
}

/* line 2858, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pentagon-half::before {
  content: "";
}

/* line 2859, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pentagon::before {
  content: "";
}

/* line 2860, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-people-fill::before {
  content: "";
}

/* line 2861, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-people::before {
  content: "";
}

/* line 2862, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-percent::before {
  content: "";
}

/* line 2863, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-badge-fill::before {
  content: "";
}

/* line 2864, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-badge::before {
  content: "";
}

/* line 2865, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-bounding-box::before {
  content: "";
}

/* line 2866, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-check-fill::before {
  content: "";
}

/* line 2867, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-check::before {
  content: "";
}

/* line 2868, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-circle::before {
  content: "";
}

/* line 2869, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-dash-fill::before {
  content: "";
}

/* line 2870, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-dash::before {
  content: "";
}

/* line 2871, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-fill::before {
  content: "";
}

/* line 2872, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-lines-fill::before {
  content: "";
}

/* line 2873, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-plus-fill::before {
  content: "";
}

/* line 2874, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-plus::before {
  content: "";
}

/* line 2875, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-square::before {
  content: "";
}

/* line 2876, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-x-fill::before {
  content: "";
}

/* line 2877, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-x::before {
  content: "";
}

/* line 2878, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person::before {
  content: "";
}

/* line 2879, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-phone-fill::before {
  content: "";
}

/* line 2880, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-phone-landscape-fill::before {
  content: "";
}

/* line 2881, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-phone-landscape::before {
  content: "";
}

/* line 2882, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-phone-vibrate-fill::before {
  content: "";
}

/* line 2883, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-phone-vibrate::before {
  content: "";
}

/* line 2884, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-phone::before {
  content: "";
}

/* line 2885, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pie-chart-fill::before {
  content: "";
}

/* line 2886, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pie-chart::before {
  content: "";
}

/* line 2887, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pin-angle-fill::before {
  content: "";
}

/* line 2888, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pin-angle::before {
  content: "";
}

/* line 2889, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pin-fill::before {
  content: "";
}

/* line 2890, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pin::before {
  content: "";
}

/* line 2891, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pip-fill::before {
  content: "";
}

/* line 2892, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pip::before {
  content: "";
}

/* line 2893, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-play-btn-fill::before {
  content: "";
}

/* line 2894, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-play-btn::before {
  content: "";
}

/* line 2895, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-play-circle-fill::before {
  content: "";
}

/* line 2896, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-play-circle::before {
  content: "";
}

/* line 2897, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-play-fill::before {
  content: "";
}

/* line 2898, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-play::before {
  content: "";
}

/* line 2899, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-plug-fill::before {
  content: "";
}

/* line 2900, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-plug::before {
  content: "";
}

/* line 2901, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-plus-circle-dotted::before {
  content: "";
}

/* line 2902, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-plus-circle-fill::before {
  content: "";
}

/* line 2903, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-plus-circle::before {
  content: "";
}

/* line 2904, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-plus-square-dotted::before {
  content: "";
}

/* line 2905, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-plus-square-fill::before {
  content: "";
}

/* line 2906, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-plus-square::before {
  content: "";
}

/* line 2907, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-plus::before {
  content: "";
}

/* line 2908, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-power::before {
  content: "";
}

/* line 2909, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-printer-fill::before {
  content: "";
}

/* line 2910, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-printer::before {
  content: "";
}

/* line 2911, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-puzzle-fill::before {
  content: "";
}

/* line 2912, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-puzzle::before {
  content: "";
}

/* line 2913, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-question-circle-fill::before {
  content: "";
}

/* line 2914, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-question-circle::before {
  content: "";
}

/* line 2915, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-question-diamond-fill::before {
  content: "";
}

/* line 2916, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-question-diamond::before {
  content: "";
}

/* line 2917, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-question-octagon-fill::before {
  content: "";
}

/* line 2918, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-question-octagon::before {
  content: "";
}

/* line 2919, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-question-square-fill::before {
  content: "";
}

/* line 2920, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-question-square::before {
  content: "";
}

/* line 2921, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-question::before {
  content: "";
}

/* line 2922, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-rainbow::before {
  content: "";
}

/* line 2923, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-receipt-cutoff::before {
  content: "";
}

/* line 2924, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-receipt::before {
  content: "";
}

/* line 2925, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-reception-0::before {
  content: "";
}

/* line 2926, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-reception-1::before {
  content: "";
}

/* line 2927, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-reception-2::before {
  content: "";
}

/* line 2928, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-reception-3::before {
  content: "";
}

/* line 2929, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-reception-4::before {
  content: "";
}

/* line 2930, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-record-btn-fill::before {
  content: "";
}

/* line 2931, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-record-btn::before {
  content: "";
}

/* line 2932, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-record-circle-fill::before {
  content: "";
}

/* line 2933, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-record-circle::before {
  content: "";
}

/* line 2934, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-record-fill::before {
  content: "";
}

/* line 2935, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-record::before {
  content: "";
}

/* line 2936, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-record2-fill::before {
  content: "";
}

/* line 2937, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-record2::before {
  content: "";
}

/* line 2938, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-reply-all-fill::before {
  content: "";
}

/* line 2939, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-reply-all::before {
  content: "";
}

/* line 2940, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-reply-fill::before {
  content: "";
}

/* line 2941, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-reply::before {
  content: "";
}

/* line 2942, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-rss-fill::before {
  content: "";
}

/* line 2943, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-rss::before {
  content: "";
}

/* line 2944, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-rulers::before {
  content: "";
}

/* line 2945, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-save-fill::before {
  content: "";
}

/* line 2946, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-save::before {
  content: "";
}

/* line 2947, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-save2-fill::before {
  content: "";
}

/* line 2948, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-save2::before {
  content: "";
}

/* line 2949, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-scissors::before {
  content: "";
}

/* line 2950, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-screwdriver::before {
  content: "";
}

/* line 2951, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-search::before {
  content: "";
}

/* line 2952, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-segmented-nav::before {
  content: "";
}

/* line 2953, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-server::before {
  content: "";
}

/* line 2954, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-share-fill::before {
  content: "";
}

/* line 2955, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-share::before {
  content: "";
}

/* line 2956, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shield-check::before {
  content: "";
}

/* line 2957, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shield-exclamation::before {
  content: "";
}

/* line 2958, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shield-fill-check::before {
  content: "";
}

/* line 2959, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shield-fill-exclamation::before {
  content: "";
}

/* line 2960, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shield-fill-minus::before {
  content: "";
}

/* line 2961, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shield-fill-plus::before {
  content: "";
}

/* line 2962, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shield-fill-x::before {
  content: "";
}

/* line 2963, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shield-fill::before {
  content: "";
}

/* line 2964, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shield-lock-fill::before {
  content: "";
}

/* line 2965, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shield-lock::before {
  content: "";
}

/* line 2966, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shield-minus::before {
  content: "";
}

/* line 2967, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shield-plus::before {
  content: "";
}

/* line 2968, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shield-shaded::before {
  content: "";
}

/* line 2969, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shield-slash-fill::before {
  content: "";
}

/* line 2970, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shield-slash::before {
  content: "";
}

/* line 2971, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shield-x::before {
  content: "";
}

/* line 2972, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shield::before {
  content: "";
}

/* line 2973, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shift-fill::before {
  content: "";
}

/* line 2974, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shift::before {
  content: "";
}

/* line 2975, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shop-window::before {
  content: "";
}

/* line 2976, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shop::before {
  content: "";
}

/* line 2977, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-shuffle::before {
  content: "";
}

/* line 2978, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-signpost-2-fill::before {
  content: "";
}

/* line 2979, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-signpost-2::before {
  content: "";
}

/* line 2980, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-signpost-fill::before {
  content: "";
}

/* line 2981, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-signpost-split-fill::before {
  content: "";
}

/* line 2982, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-signpost-split::before {
  content: "";
}

/* line 2983, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-signpost::before {
  content: "";
}

/* line 2984, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sim-fill::before {
  content: "";
}

/* line 2985, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sim::before {
  content: "";
}

/* line 2986, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-backward-btn-fill::before {
  content: "";
}

/* line 2987, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-backward-btn::before {
  content: "";
}

/* line 2988, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-backward-circle-fill::before {
  content: "";
}

/* line 2989, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-backward-circle::before {
  content: "";
}

/* line 2990, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-backward-fill::before {
  content: "";
}

/* line 2991, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-backward::before {
  content: "";
}

/* line 2992, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-end-btn-fill::before {
  content: "";
}

/* line 2993, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-end-btn::before {
  content: "";
}

/* line 2994, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-end-circle-fill::before {
  content: "";
}

/* line 2995, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-end-circle::before {
  content: "";
}

/* line 2996, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-end-fill::before {
  content: "";
}

/* line 2997, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-end::before {
  content: "";
}

/* line 2998, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-forward-btn-fill::before {
  content: "";
}

/* line 2999, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-forward-btn::before {
  content: "";
}

/* line 3000, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-forward-circle-fill::before {
  content: "";
}

/* line 3001, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-forward-circle::before {
  content: "";
}

/* line 3002, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-forward-fill::before {
  content: "";
}

/* line 3003, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-forward::before {
  content: "";
}

/* line 3004, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-start-btn-fill::before {
  content: "";
}

/* line 3005, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-start-btn::before {
  content: "";
}

/* line 3006, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-start-circle-fill::before {
  content: "";
}

/* line 3007, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-start-circle::before {
  content: "";
}

/* line 3008, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-start-fill::before {
  content: "";
}

/* line 3009, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skip-start::before {
  content: "";
}

/* line 3010, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-slack::before {
  content: "";
}

/* line 3011, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-slash-circle-fill::before {
  content: "";
}

/* line 3012, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-slash-circle::before {
  content: "";
}

/* line 3013, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-slash-square-fill::before {
  content: "";
}

/* line 3014, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-slash-square::before {
  content: "";
}

/* line 3015, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-slash::before {
  content: "";
}

/* line 3016, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sliders::before {
  content: "";
}

/* line 3017, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-smartwatch::before {
  content: "";
}

/* line 3018, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-snow::before {
  content: "";
}

/* line 3019, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-snow2::before {
  content: "";
}

/* line 3020, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-snow3::before {
  content: "";
}

/* line 3021, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sort-alpha-down-alt::before {
  content: "";
}

/* line 3022, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sort-alpha-down::before {
  content: "";
}

/* line 3023, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sort-alpha-up-alt::before {
  content: "";
}

/* line 3024, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sort-alpha-up::before {
  content: "";
}

/* line 3025, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sort-down-alt::before {
  content: "";
}

/* line 3026, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sort-down::before {
  content: "";
}

/* line 3027, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sort-numeric-down-alt::before {
  content: "";
}

/* line 3028, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sort-numeric-down::before {
  content: "";
}

/* line 3029, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sort-numeric-up-alt::before {
  content: "";
}

/* line 3030, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sort-numeric-up::before {
  content: "";
}

/* line 3031, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sort-up-alt::before {
  content: "";
}

/* line 3032, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sort-up::before {
  content: "";
}

/* line 3033, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-soundwave::before {
  content: "";
}

/* line 3034, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-speaker-fill::before {
  content: "";
}

/* line 3035, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-speaker::before {
  content: "";
}

/* line 3036, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-speedometer::before {
  content: "";
}

/* line 3037, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-speedometer2::before {
  content: "";
}

/* line 3038, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-spellcheck::before {
  content: "";
}

/* line 3039, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-square-fill::before {
  content: "";
}

/* line 3040, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-square-half::before {
  content: "";
}

/* line 3041, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-square::before {
  content: "";
}

/* line 3042, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-stack::before {
  content: "";
}

/* line 3043, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-star-fill::before {
  content: "";
}

/* line 3044, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-star-half::before {
  content: "";
}

/* line 3045, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-star::before {
  content: "";
}

/* line 3046, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-stars::before {
  content: "";
}

/* line 3047, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-stickies-fill::before {
  content: "";
}

/* line 3048, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-stickies::before {
  content: "";
}

/* line 3049, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sticky-fill::before {
  content: "";
}

/* line 3050, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sticky::before {
  content: "";
}

/* line 3051, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-stop-btn-fill::before {
  content: "";
}

/* line 3052, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-stop-btn::before {
  content: "";
}

/* line 3053, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-stop-circle-fill::before {
  content: "";
}

/* line 3054, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-stop-circle::before {
  content: "";
}

/* line 3055, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-stop-fill::before {
  content: "";
}

/* line 3056, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-stop::before {
  content: "";
}

/* line 3057, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-stoplights-fill::before {
  content: "";
}

/* line 3058, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-stoplights::before {
  content: "";
}

/* line 3059, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-stopwatch-fill::before {
  content: "";
}

/* line 3060, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-stopwatch::before {
  content: "";
}

/* line 3061, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-subtract::before {
  content: "";
}

/* line 3062, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-suit-club-fill::before {
  content: "";
}

/* line 3063, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-suit-club::before {
  content: "";
}

/* line 3064, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-suit-diamond-fill::before {
  content: "";
}

/* line 3065, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-suit-diamond::before {
  content: "";
}

/* line 3066, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-suit-heart-fill::before {
  content: "";
}

/* line 3067, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-suit-heart::before {
  content: "";
}

/* line 3068, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-suit-spade-fill::before {
  content: "";
}

/* line 3069, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-suit-spade::before {
  content: "";
}

/* line 3070, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sun-fill::before {
  content: "";
}

/* line 3071, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sun::before {
  content: "";
}

/* line 3072, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sunglasses::before {
  content: "";
}

/* line 3073, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sunrise-fill::before {
  content: "";
}

/* line 3074, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sunrise::before {
  content: "";
}

/* line 3075, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sunset-fill::before {
  content: "";
}

/* line 3076, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sunset::before {
  content: "";
}

/* line 3077, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-symmetry-horizontal::before {
  content: "";
}

/* line 3078, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-symmetry-vertical::before {
  content: "";
}

/* line 3079, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-table::before {
  content: "";
}

/* line 3080, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-tablet-fill::before {
  content: "";
}

/* line 3081, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-tablet-landscape-fill::before {
  content: "";
}

/* line 3082, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-tablet-landscape::before {
  content: "";
}

/* line 3083, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-tablet::before {
  content: "";
}

/* line 3084, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-tag-fill::before {
  content: "";
}

/* line 3085, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-tag::before {
  content: "";
}

/* line 3086, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-tags-fill::before {
  content: "";
}

/* line 3087, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-tags::before {
  content: "";
}

/* line 3088, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-telegram::before {
  content: "";
}

/* line 3089, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-telephone-fill::before {
  content: "";
}

/* line 3090, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-telephone-forward-fill::before {
  content: "";
}

/* line 3091, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-telephone-forward::before {
  content: "";
}

/* line 3092, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-telephone-inbound-fill::before {
  content: "";
}

/* line 3093, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-telephone-inbound::before {
  content: "";
}

/* line 3094, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-telephone-minus-fill::before {
  content: "";
}

/* line 3095, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-telephone-minus::before {
  content: "";
}

/* line 3096, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-telephone-outbound-fill::before {
  content: "";
}

/* line 3097, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-telephone-outbound::before {
  content: "";
}

/* line 3098, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-telephone-plus-fill::before {
  content: "";
}

/* line 3099, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-telephone-plus::before {
  content: "";
}

/* line 3100, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-telephone-x-fill::before {
  content: "";
}

/* line 3101, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-telephone-x::before {
  content: "";
}

/* line 3102, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-telephone::before {
  content: "";
}

/* line 3103, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-terminal-fill::before {
  content: "";
}

/* line 3104, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-terminal::before {
  content: "";
}

/* line 3105, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-text-center::before {
  content: "";
}

/* line 3106, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-text-indent-left::before {
  content: "";
}

/* line 3107, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-text-indent-right::before {
  content: "";
}

/* line 3108, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-text-left::before {
  content: "";
}

/* line 3109, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-text-paragraph::before {
  content: "";
}

/* line 3110, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-text-right::before {
  content: "";
}

/* line 3111, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-textarea-resize::before {
  content: "";
}

/* line 3112, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-textarea-t::before {
  content: "";
}

/* line 3113, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-textarea::before {
  content: "";
}

/* line 3114, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-thermometer-half::before {
  content: "";
}

/* line 3115, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-thermometer-high::before {
  content: "";
}

/* line 3116, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-thermometer-low::before {
  content: "";
}

/* line 3117, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-thermometer-snow::before {
  content: "";
}

/* line 3118, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-thermometer-sun::before {
  content: "";
}

/* line 3119, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-thermometer::before {
  content: "";
}

/* line 3120, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-three-dots-vertical::before {
  content: "";
}

/* line 3121, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-three-dots::before {
  content: "";
}

/* line 3122, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-toggle-off::before {
  content: "";
}

/* line 3123, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-toggle-on::before {
  content: "";
}

/* line 3124, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-toggle2-off::before {
  content: "";
}

/* line 3125, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-toggle2-on::before {
  content: "";
}

/* line 3126, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-toggles::before {
  content: "";
}

/* line 3127, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-toggles2::before {
  content: "";
}

/* line 3128, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-tools::before {
  content: "";
}

/* line 3129, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-tornado::before {
  content: "";
}

/* line 3130, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-trash-fill::before {
  content: "";
}

/* line 3131, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-trash::before {
  content: "";
}

/* line 3132, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-trash2-fill::before {
  content: "";
}

/* line 3133, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-trash2::before {
  content: "";
}

/* line 3134, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-tree-fill::before {
  content: "";
}

/* line 3135, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-tree::before {
  content: "";
}

/* line 3136, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-triangle-fill::before {
  content: "";
}

/* line 3137, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-triangle-half::before {
  content: "";
}

/* line 3138, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-triangle::before {
  content: "";
}

/* line 3139, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-trophy-fill::before {
  content: "";
}

/* line 3140, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-trophy::before {
  content: "";
}

/* line 3141, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-tropical-storm::before {
  content: "";
}

/* line 3142, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-truck-flatbed::before {
  content: "";
}

/* line 3143, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-truck::before {
  content: "";
}

/* line 3144, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-tsunami::before {
  content: "";
}

/* line 3145, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-tv-fill::before {
  content: "";
}

/* line 3146, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-tv::before {
  content: "";
}

/* line 3147, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-twitch::before {
  content: "";
}

/* line 3148, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-twitter::before {
  content: "";
}

/* line 3149, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-type-bold::before {
  content: "";
}

/* line 3150, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-type-h1::before {
  content: "";
}

/* line 3151, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-type-h2::before {
  content: "";
}

/* line 3152, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-type-h3::before {
  content: "";
}

/* line 3153, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-type-italic::before {
  content: "";
}

/* line 3154, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-type-strikethrough::before {
  content: "";
}

/* line 3155, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-type-underline::before {
  content: "";
}

/* line 3156, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-type::before {
  content: "";
}

/* line 3157, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-ui-checks-grid::before {
  content: "";
}

/* line 3158, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-ui-checks::before {
  content: "";
}

/* line 3159, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-ui-radios-grid::before {
  content: "";
}

/* line 3160, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-ui-radios::before {
  content: "";
}

/* line 3161, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-umbrella-fill::before {
  content: "";
}

/* line 3162, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-umbrella::before {
  content: "";
}

/* line 3163, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-union::before {
  content: "";
}

/* line 3164, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-unlock-fill::before {
  content: "";
}

/* line 3165, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-unlock::before {
  content: "";
}

/* line 3166, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-upc-scan::before {
  content: "";
}

/* line 3167, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-upc::before {
  content: "";
}

/* line 3168, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-upload::before {
  content: "";
}

/* line 3169, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-vector-pen::before {
  content: "";
}

/* line 3170, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-view-list::before {
  content: "";
}

/* line 3171, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-view-stacked::before {
  content: "";
}

/* line 3172, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-vinyl-fill::before {
  content: "";
}

/* line 3173, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-vinyl::before {
  content: "";
}

/* line 3174, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-voicemail::before {
  content: "";
}

/* line 3175, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-volume-down-fill::before {
  content: "";
}

/* line 3176, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-volume-down::before {
  content: "";
}

/* line 3177, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-volume-mute-fill::before {
  content: "";
}

/* line 3178, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-volume-mute::before {
  content: "";
}

/* line 3179, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-volume-off-fill::before {
  content: "";
}

/* line 3180, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-volume-off::before {
  content: "";
}

/* line 3181, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-volume-up-fill::before {
  content: "";
}

/* line 3182, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-volume-up::before {
  content: "";
}

/* line 3183, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-vr::before {
  content: "";
}

/* line 3184, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-wallet-fill::before {
  content: "";
}

/* line 3185, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-wallet::before {
  content: "";
}

/* line 3186, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-wallet2::before {
  content: "";
}

/* line 3187, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-watch::before {
  content: "";
}

/* line 3188, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-water::before {
  content: "";
}

/* line 3189, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-whatsapp::before {
  content: "";
}

/* line 3190, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-wifi-1::before {
  content: "";
}

/* line 3191, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-wifi-2::before {
  content: "";
}

/* line 3192, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-wifi-off::before {
  content: "";
}

/* line 3193, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-wifi::before {
  content: "";
}

/* line 3194, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-wind::before {
  content: "";
}

/* line 3195, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-window-dock::before {
  content: "";
}

/* line 3196, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-window-sidebar::before {
  content: "";
}

/* line 3197, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-window::before {
  content: "";
}

/* line 3198, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-wrench::before {
  content: "";
}

/* line 3199, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-x-circle-fill::before {
  content: "";
}

/* line 3200, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-x-circle::before {
  content: "";
}

/* line 3201, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-x-diamond-fill::before {
  content: "";
}

/* line 3202, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-x-diamond::before {
  content: "";
}

/* line 3203, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-x-octagon-fill::before {
  content: "";
}

/* line 3204, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-x-octagon::before {
  content: "";
}

/* line 3205, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-x-square-fill::before {
  content: "";
}

/* line 3206, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-x-square::before {
  content: "";
}

/* line 3207, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-x::before {
  content: "";
}

/* line 3208, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-youtube::before {
  content: "";
}

/* line 3209, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-zoom-in::before {
  content: "";
}

/* line 3210, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-zoom-out::before {
  content: "";
}

/* line 3211, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bank::before {
  content: "";
}

/* line 3212, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bank2::before {
  content: "";
}

/* line 3213, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bell-slash-fill::before {
  content: "";
}

/* line 3214, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bell-slash::before {
  content: "";
}

/* line 3215, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cash-coin::before {
  content: "";
}

/* line 3216, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-check-lg::before {
  content: "";
}

/* line 3217, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-coin::before {
  content: "";
}

/* line 3218, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-currency-bitcoin::before {
  content: "";
}

/* line 3219, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-currency-dollar::before {
  content: "";
}

/* line 3220, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-currency-euro::before {
  content: "";
}

/* line 3221, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-currency-exchange::before {
  content: "";
}

/* line 3222, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-currency-pound::before {
  content: "";
}

/* line 3223, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-currency-yen::before {
  content: "";
}

/* line 3224, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dash-lg::before {
  content: "";
}

/* line 3225, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-exclamation-lg::before {
  content: "";
}

/* line 3226, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-pdf-fill::before {
  content: "";
}

/* line 3227, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-earmark-pdf::before {
  content: "";
}

/* line 3228, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-pdf-fill::before {
  content: "";
}

/* line 3229, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-file-pdf::before {
  content: "";
}

/* line 3230, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-gender-ambiguous::before {
  content: "";
}

/* line 3231, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-gender-female::before {
  content: "";
}

/* line 3232, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-gender-male::before {
  content: "";
}

/* line 3233, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-gender-trans::before {
  content: "";
}

/* line 3234, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-headset-vr::before {
  content: "";
}

/* line 3235, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-info-lg::before {
  content: "";
}

/* line 3236, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-mastodon::before {
  content: "";
}

/* line 3237, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-messenger::before {
  content: "";
}

/* line 3238, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-piggy-bank-fill::before {
  content: "";
}

/* line 3239, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-piggy-bank::before {
  content: "";
}

/* line 3240, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pin-map-fill::before {
  content: "";
}

/* line 3241, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pin-map::before {
  content: "";
}

/* line 3242, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-plus-lg::before {
  content: "";
}

/* line 3243, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-question-lg::before {
  content: "";
}

/* line 3244, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-recycle::before {
  content: "";
}

/* line 3245, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-reddit::before {
  content: "";
}

/* line 3246, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-safe-fill::before {
  content: "";
}

/* line 3247, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-safe2-fill::before {
  content: "";
}

/* line 3248, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-safe2::before {
  content: "";
}

/* line 3249, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sd-card-fill::before {
  content: "";
}

/* line 3250, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sd-card::before {
  content: "";
}

/* line 3251, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-skype::before {
  content: "";
}

/* line 3252, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-slash-lg::before {
  content: "";
}

/* line 3253, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-translate::before {
  content: "";
}

/* line 3254, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-x-lg::before {
  content: "";
}

/* line 3255, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-safe::before {
  content: "";
}

/* line 3256, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-apple::before {
  content: "";
}

/* line 3257, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-microsoft::before {
  content: "";
}

/* line 3258, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-windows::before {
  content: "";
}

/* line 3259, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-behance::before {
  content: "";
}

/* line 3260, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dribbble::before {
  content: "";
}

/* line 3261, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-line::before {
  content: "";
}

/* line 3262, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-medium::before {
  content: "";
}

/* line 3263, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-paypal::before {
  content: "";
}

/* line 3264, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pinterest::before {
  content: "";
}

/* line 3265, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-signal::before {
  content: "";
}

/* line 3266, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-snapchat::before {
  content: "";
}

/* line 3267, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-spotify::before {
  content: "";
}

/* line 3268, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-stack-overflow::before {
  content: "";
}

/* line 3269, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-strava::before {
  content: "";
}

/* line 3270, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-wordpress::before {
  content: "";
}

/* line 3271, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-vimeo::before {
  content: "";
}

/* line 3272, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-activity::before {
  content: "";
}

/* line 3273, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-easel2-fill::before {
  content: "";
}

/* line 3274, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-easel2::before {
  content: "";
}

/* line 3275, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-easel3-fill::before {
  content: "";
}

/* line 3276, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-easel3::before {
  content: "";
}

/* line 3277, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-fan::before {
  content: "";
}

/* line 3278, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-fingerprint::before {
  content: "";
}

/* line 3279, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-graph-down-arrow::before {
  content: "";
}

/* line 3280, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-graph-up-arrow::before {
  content: "";
}

/* line 3281, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hypnotize::before {
  content: "";
}

/* line 3282, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-magic::before {
  content: "";
}

/* line 3283, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-rolodex::before {
  content: "";
}

/* line 3284, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-video::before {
  content: "";
}

/* line 3285, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-video2::before {
  content: "";
}

/* line 3286, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-video3::before {
  content: "";
}

/* line 3287, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-workspace::before {
  content: "";
}

/* line 3288, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-radioactive::before {
  content: "";
}

/* line 3289, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-webcam-fill::before {
  content: "";
}

/* line 3290, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-webcam::before {
  content: "";
}

/* line 3291, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-yin-yang::before {
  content: "";
}

/* line 3292, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bandaid-fill::before {
  content: "";
}

/* line 3293, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bandaid::before {
  content: "";
}

/* line 3294, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bluetooth::before {
  content: "";
}

/* line 3295, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-body-text::before {
  content: "";
}

/* line 3296, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-boombox::before {
  content: "";
}

/* line 3297, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-boxes::before {
  content: "";
}

/* line 3298, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dpad-fill::before {
  content: "";
}

/* line 3299, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dpad::before {
  content: "";
}

/* line 3300, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-ear-fill::before {
  content: "";
}

/* line 3301, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-ear::before {
  content: "";
}

/* line 3302, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-check-1::before {
  content: "";
}

/* line 3303, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-check-fill::before {
  content: "";
}

/* line 3304, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-check::before {
  content: "";
}

/* line 3305, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-dash-1::before {
  content: "";
}

/* line 3306, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-dash-fill::before {
  content: "";
}

/* line 3307, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-dash::before {
  content: "";
}

/* line 3308, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-exclamation-1::before {
  content: "";
}

/* line 3309, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-exclamation-fill::before {
  content: "";
}

/* line 3310, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-exclamation::before {
  content: "";
}

/* line 3311, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-plus-fill::before {
  content: "";
}

/* line 3312, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-plus::before {
  content: "";
}

/* line 3313, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-slash-1::before {
  content: "";
}

/* line 3314, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-slash-fill::before {
  content: "";
}

/* line 3315, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-slash::before {
  content: "";
}

/* line 3316, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-x-1::before {
  content: "";
}

/* line 3317, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-x-fill::before {
  content: "";
}

/* line 3318, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-x::before {
  content: "";
}

/* line 3319, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-explicit-fill::before {
  content: "";
}

/* line 3320, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-explicit::before {
  content: "";
}

/* line 3321, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-git::before {
  content: "";
}

/* line 3322, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-infinity::before {
  content: "";
}

/* line 3323, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-list-columns-reverse::before {
  content: "";
}

/* line 3324, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-list-columns::before {
  content: "";
}

/* line 3325, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-meta::before {
  content: "";
}

/* line 3326, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-mortorboard-fill::before {
  content: "";
}

/* line 3327, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-mortorboard::before {
  content: "";
}

/* line 3328, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-nintendo-switch::before {
  content: "";
}

/* line 3329, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pc-display-horizontal::before {
  content: "";
}

/* line 3330, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pc-display::before {
  content: "";
}

/* line 3331, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pc-horizontal::before {
  content: "";
}

/* line 3332, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pc::before {
  content: "";
}

/* line 3333, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-playstation::before {
  content: "";
}

/* line 3334, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-plus-slash-minus::before {
  content: "";
}

/* line 3335, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-projector-fill::before {
  content: "";
}

/* line 3336, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-projector::before {
  content: "";
}

/* line 3337, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-qr-code-scan::before {
  content: "";
}

/* line 3338, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-qr-code::before {
  content: "";
}

/* line 3339, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-quora::before {
  content: "";
}

/* line 3340, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-quote::before {
  content: "";
}

/* line 3341, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-robot::before {
  content: "";
}

/* line 3342, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-send-check-fill::before {
  content: "";
}

/* line 3343, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-send-check::before {
  content: "";
}

/* line 3344, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-send-dash-fill::before {
  content: "";
}

/* line 3345, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-send-dash::before {
  content: "";
}

/* line 3346, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-send-exclamation-1::before {
  content: "";
}

/* line 3347, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-send-exclamation-fill::before {
  content: "";
}

/* line 3348, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-send-exclamation::before {
  content: "";
}

/* line 3349, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-send-fill::before {
  content: "";
}

/* line 3350, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-send-plus-fill::before {
  content: "";
}

/* line 3351, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-send-plus::before {
  content: "";
}

/* line 3352, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-send-slash-fill::before {
  content: "";
}

/* line 3353, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-send-slash::before {
  content: "";
}

/* line 3354, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-send-x-fill::before {
  content: "";
}

/* line 3355, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-send-x::before {
  content: "";
}

/* line 3356, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-send::before {
  content: "";
}

/* line 3357, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-steam::before {
  content: "";
}

/* line 3358, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-terminal-dash-1::before {
  content: "";
}

/* line 3359, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-terminal-dash::before {
  content: "";
}

/* line 3360, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-terminal-plus::before {
  content: "";
}

/* line 3361, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-terminal-split::before {
  content: "";
}

/* line 3362, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-ticket-detailed-fill::before {
  content: "";
}

/* line 3363, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-ticket-detailed::before {
  content: "";
}

/* line 3364, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-ticket-fill::before {
  content: "";
}

/* line 3365, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-ticket-perforated-fill::before {
  content: "";
}

/* line 3366, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-ticket-perforated::before {
  content: "";
}

/* line 3367, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-ticket::before {
  content: "";
}

/* line 3368, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-tiktok::before {
  content: "";
}

/* line 3369, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-window-dash::before {
  content: "";
}

/* line 3370, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-window-desktop::before {
  content: "";
}

/* line 3371, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-window-fullscreen::before {
  content: "";
}

/* line 3372, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-window-plus::before {
  content: "";
}

/* line 3373, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-window-split::before {
  content: "";
}

/* line 3374, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-window-stack::before {
  content: "";
}

/* line 3375, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-window-x::before {
  content: "";
}

/* line 3376, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-xbox::before {
  content: "";
}

/* line 3377, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-ethernet::before {
  content: "";
}

/* line 3378, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hdmi-fill::before {
  content: "";
}

/* line 3379, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hdmi::before {
  content: "";
}

/* line 3380, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-usb-c-fill::before {
  content: "";
}

/* line 3381, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-usb-c::before {
  content: "";
}

/* line 3382, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-usb-fill::before {
  content: "";
}

/* line 3383, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-usb-plug-fill::before {
  content: "";
}

/* line 3384, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-usb-plug::before {
  content: "";
}

/* line 3385, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-usb-symbol::before {
  content: "";
}

/* line 3386, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-usb::before {
  content: "";
}

/* line 3387, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-boombox-fill::before {
  content: "";
}

/* line 3388, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-displayport-1::before {
  content: "";
}

/* line 3389, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-displayport::before {
  content: "";
}

/* line 3390, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-gpu-card::before {
  content: "";
}

/* line 3391, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-memory::before {
  content: "";
}

/* line 3392, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-modem-fill::before {
  content: "";
}

/* line 3393, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-modem::before {
  content: "";
}

/* line 3394, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-motherboard-fill::before {
  content: "";
}

/* line 3395, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-motherboard::before {
  content: "";
}

/* line 3396, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-optical-audio-fill::before {
  content: "";
}

/* line 3397, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-optical-audio::before {
  content: "";
}

/* line 3398, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pci-card::before {
  content: "";
}

/* line 3399, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-router-fill::before {
  content: "";
}

/* line 3400, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-router::before {
  content: "";
}

/* line 3401, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-ssd-fill::before {
  content: "";
}

/* line 3402, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-ssd::before {
  content: "";
}

/* line 3403, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-thunderbolt-fill::before {
  content: "";
}

/* line 3404, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-thunderbolt::before {
  content: "";
}

/* line 3405, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-usb-drive-fill::before {
  content: "";
}

/* line 3406, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-usb-drive::before {
  content: "";
}

/* line 3407, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-usb-micro-fill::before {
  content: "";
}

/* line 3408, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-usb-micro::before {
  content: "";
}

/* line 3409, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-usb-mini-fill::before {
  content: "";
}

/* line 3410, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-usb-mini::before {
  content: "";
}

/* line 3411, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cloud-haze2::before {
  content: "";
}

/* line 3412, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-device-hdd-fill::before {
  content: "";
}

/* line 3413, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-device-hdd::before {
  content: "";
}

/* line 3414, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-device-ssd-fill::before {
  content: "";
}

/* line 3415, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-device-ssd::before {
  content: "";
}

/* line 3416, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-displayport-fill::before {
  content: "";
}

/* line 3417, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-mortarboard-fill::before {
  content: "";
}

/* line 3418, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-mortarboard::before {
  content: "";
}

/* line 3419, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-terminal-x::before {
  content: "";
}

/* line 3420, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-through-heart-fill::before {
  content: "";
}

/* line 3421, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-arrow-through-heart::before {
  content: "";
}

/* line 3422, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-sd-fill::before {
  content: "";
}

/* line 3423, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-badge-sd::before {
  content: "";
}

/* line 3424, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bag-heart-fill::before {
  content: "";
}

/* line 3425, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-bag-heart::before {
  content: "";
}

/* line 3426, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-balloon-fill::before {
  content: "";
}

/* line 3427, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-balloon-heart-fill::before {
  content: "";
}

/* line 3428, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-balloon-heart::before {
  content: "";
}

/* line 3429, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-balloon::before {
  content: "";
}

/* line 3430, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box2-fill::before {
  content: "";
}

/* line 3431, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box2-heart-fill::before {
  content: "";
}

/* line 3432, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box2-heart::before {
  content: "";
}

/* line 3433, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box2::before {
  content: "";
}

/* line 3434, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-braces-asterisk::before {
  content: "";
}

/* line 3435, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-heart-fill::before {
  content: "";
}

/* line 3436, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar-heart::before {
  content: "";
}

/* line 3437, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-heart-fill::before {
  content: "";
}

/* line 3438, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-calendar2-heart::before {
  content: "";
}

/* line 3439, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-heart-fill::before {
  content: "";
}

/* line 3440, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-heart::before {
  content: "";
}

/* line 3441, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-left-heart-fill::before {
  content: "";
}

/* line 3442, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-left-heart::before {
  content: "";
}

/* line 3443, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-right-heart-fill::before {
  content: "";
}

/* line 3444, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-right-heart::before {
  content: "";
}

/* line 3445, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-square-heart-fill::before {
  content: "";
}

/* line 3446, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-chat-square-heart::before {
  content: "";
}

/* line 3447, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard-check-fill::before {
  content: "";
}

/* line 3448, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard-data-fill::before {
  content: "";
}

/* line 3449, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard-fill::before {
  content: "";
}

/* line 3450, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard-heart-fill::before {
  content: "";
}

/* line 3451, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard-heart::before {
  content: "";
}

/* line 3452, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard-minus-fill::before {
  content: "";
}

/* line 3453, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard-plus-fill::before {
  content: "";
}

/* line 3454, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard-pulse::before {
  content: "";
}

/* line 3455, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard-x-fill::before {
  content: "";
}

/* line 3456, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard2-check-fill::before {
  content: "";
}

/* line 3457, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard2-check::before {
  content: "";
}

/* line 3458, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard2-data-fill::before {
  content: "";
}

/* line 3459, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard2-data::before {
  content: "";
}

/* line 3460, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard2-fill::before {
  content: "";
}

/* line 3461, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard2-heart-fill::before {
  content: "";
}

/* line 3462, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard2-heart::before {
  content: "";
}

/* line 3463, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard2-minus-fill::before {
  content: "";
}

/* line 3464, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard2-minus::before {
  content: "";
}

/* line 3465, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard2-plus-fill::before {
  content: "";
}

/* line 3466, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard2-plus::before {
  content: "";
}

/* line 3467, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard2-pulse-fill::before {
  content: "";
}

/* line 3468, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard2-pulse::before {
  content: "";
}

/* line 3469, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard2-x-fill::before {
  content: "";
}

/* line 3470, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard2-x::before {
  content: "";
}

/* line 3471, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-clipboard2::before {
  content: "";
}

/* line 3472, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-kiss-fill::before {
  content: "";
}

/* line 3473, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-emoji-kiss::before {
  content: "";
}

/* line 3474, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-heart-fill::before {
  content: "";
}

/* line 3475, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-heart::before {
  content: "";
}

/* line 3476, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-open-heart-fill::before {
  content: "";
}

/* line 3477, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-open-heart::before {
  content: "";
}

/* line 3478, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-paper-fill::before {
  content: "";
}

/* line 3479, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-paper-heart-fill::before {
  content: "";
}

/* line 3480, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-paper-heart::before {
  content: "";
}

/* line 3481, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-envelope-paper::before {
  content: "";
}

/* line 3482, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-aac::before {
  content: "";
}

/* line 3483, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-ai::before {
  content: "";
}

/* line 3484, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-bmp::before {
  content: "";
}

/* line 3485, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-cs::before {
  content: "";
}

/* line 3486, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-css::before {
  content: "";
}

/* line 3487, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-csv::before {
  content: "";
}

/* line 3488, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-doc::before {
  content: "";
}

/* line 3489, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-docx::before {
  content: "";
}

/* line 3490, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-exe::before {
  content: "";
}

/* line 3491, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-gif::before {
  content: "";
}

/* line 3492, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-heic::before {
  content: "";
}

/* line 3493, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-html::before {
  content: "";
}

/* line 3494, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-java::before {
  content: "";
}

/* line 3495, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-jpg::before {
  content: "";
}

/* line 3496, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-js::before {
  content: "";
}

/* line 3497, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-jsx::before {
  content: "";
}

/* line 3498, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-key::before {
  content: "";
}

/* line 3499, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-m4p::before {
  content: "";
}

/* line 3500, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-md::before {
  content: "";
}

/* line 3501, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-mdx::before {
  content: "";
}

/* line 3502, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-mov::before {
  content: "";
}

/* line 3503, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-mp3::before {
  content: "";
}

/* line 3504, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-mp4::before {
  content: "";
}

/* line 3505, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-otf::before {
  content: "";
}

/* line 3506, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-pdf::before {
  content: "";
}

/* line 3507, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-php::before {
  content: "";
}

/* line 3508, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-png::before {
  content: "";
}

/* line 3509, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-ppt-1::before {
  content: "";
}

/* line 3510, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-ppt::before {
  content: "";
}

/* line 3511, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-psd::before {
  content: "";
}

/* line 3512, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-py::before {
  content: "";
}

/* line 3513, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-raw::before {
  content: "";
}

/* line 3514, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-rb::before {
  content: "";
}

/* line 3515, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-sass::before {
  content: "";
}

/* line 3516, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-scss::before {
  content: "";
}

/* line 3517, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-sh::before {
  content: "";
}

/* line 3518, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-svg::before {
  content: "";
}

/* line 3519, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-tiff::before {
  content: "";
}

/* line 3520, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-tsx::before {
  content: "";
}

/* line 3521, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-ttf::before {
  content: "";
}

/* line 3522, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-txt::before {
  content: "";
}

/* line 3523, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-wav::before {
  content: "";
}

/* line 3524, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-woff::before {
  content: "";
}

/* line 3525, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-xls-1::before {
  content: "";
}

/* line 3526, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-xls::before {
  content: "";
}

/* line 3527, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-xml::before {
  content: "";
}

/* line 3528, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-yml::before {
  content: "";
}

/* line 3529, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-heart-arrow::before {
  content: "";
}

/* line 3530, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-heart-pulse-fill::before {
  content: "";
}

/* line 3531, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-heart-pulse::before {
  content: "";
}

/* line 3532, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-heartbreak-fill::before {
  content: "";
}

/* line 3533, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-heartbreak::before {
  content: "";
}

/* line 3534, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hearts::before {
  content: "";
}

/* line 3535, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hospital-fill::before {
  content: "";
}

/* line 3536, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-hospital::before {
  content: "";
}

/* line 3537, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-house-heart-fill::before {
  content: "";
}

/* line 3538, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-house-heart::before {
  content: "";
}

/* line 3539, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-incognito::before {
  content: "";
}

/* line 3540, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-magnet-fill::before {
  content: "";
}

/* line 3541, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-magnet::before {
  content: "";
}

/* line 3542, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-heart::before {
  content: "";
}

/* line 3543, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-person-hearts::before {
  content: "";
}

/* line 3544, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-phone-flip::before {
  content: "";
}

/* line 3545, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-plugin::before {
  content: "";
}

/* line 3546, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-postage-fill::before {
  content: "";
}

/* line 3547, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-postage-heart-fill::before {
  content: "";
}

/* line 3548, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-postage-heart::before {
  content: "";
}

/* line 3549, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-postage::before {
  content: "";
}

/* line 3550, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-postcard-fill::before {
  content: "";
}

/* line 3551, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-postcard-heart-fill::before {
  content: "";
}

/* line 3552, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-postcard-heart::before {
  content: "";
}

/* line 3553, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-postcard::before {
  content: "";
}

/* line 3554, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-search-heart-fill::before {
  content: "";
}

/* line 3555, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-search-heart::before {
  content: "";
}

/* line 3556, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sliders2-vertical::before {
  content: "";
}

/* line 3557, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sliders2::before {
  content: "";
}

/* line 3558, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-trash3-fill::before {
  content: "";
}

/* line 3559, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-trash3::before {
  content: "";
}

/* line 3560, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-valentine::before {
  content: "";
}

/* line 3561, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-valentine2::before {
  content: "";
}

/* line 3562, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-wrench-adjustable-circle-fill::before {
  content: "";
}

/* line 3563, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-wrench-adjustable-circle::before {
  content: "";
}

/* line 3564, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-wrench-adjustable::before {
  content: "";
}

/* line 3565, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-json::before {
  content: "";
}

/* line 3566, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-pptx::before {
  content: "";
}

/* line 3567, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-xlsx::before {
  content: "";
}

/* line 3568, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-1-circle-1::before {
  content: "";
}

/* line 3569, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-1-circle-fill-1::before {
  content: "";
}

/* line 3570, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-1-circle-fill::before {
  content: "";
}

/* line 3571, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-1-circle::before {
  content: "";
}

/* line 3572, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-1-square-fill::before {
  content: "";
}

/* line 3573, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-1-square::before {
  content: "";
}

/* line 3574, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-2-circle-1::before {
  content: "";
}

/* line 3575, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-2-circle-fill-1::before {
  content: "";
}

/* line 3576, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-2-circle-fill::before {
  content: "";
}

/* line 3577, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-2-circle::before {
  content: "";
}

/* line 3578, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-2-square-fill::before {
  content: "";
}

/* line 3579, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-2-square::before {
  content: "";
}

/* line 3580, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-3-circle-1::before {
  content: "";
}

/* line 3581, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-3-circle-fill-1::before {
  content: "";
}

/* line 3582, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-3-circle-fill::before {
  content: "";
}

/* line 3583, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-3-circle::before {
  content: "";
}

/* line 3584, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-3-square-fill::before {
  content: "";
}

/* line 3585, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-3-square::before {
  content: "";
}

/* line 3586, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-4-circle-1::before {
  content: "";
}

/* line 3587, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-4-circle-fill-1::before {
  content: "";
}

/* line 3588, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-4-circle-fill::before {
  content: "";
}

/* line 3589, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-4-circle::before {
  content: "";
}

/* line 3590, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-4-square-fill::before {
  content: "";
}

/* line 3591, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-4-square::before {
  content: "";
}

/* line 3592, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-5-circle-1::before {
  content: "";
}

/* line 3593, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-5-circle-fill-1::before {
  content: "";
}

/* line 3594, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-5-circle-fill::before {
  content: "";
}

/* line 3595, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-5-circle::before {
  content: "";
}

/* line 3596, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-5-square-fill::before {
  content: "";
}

/* line 3597, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-5-square::before {
  content: "";
}

/* line 3598, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-6-circle-1::before {
  content: "";
}

/* line 3599, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-6-circle-fill-1::before {
  content: "";
}

/* line 3600, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-6-circle-fill::before {
  content: "";
}

/* line 3601, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-6-circle::before {
  content: "";
}

/* line 3602, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-6-square-fill::before {
  content: "";
}

/* line 3603, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-6-square::before {
  content: "";
}

/* line 3604, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-7-circle-1::before {
  content: "";
}

/* line 3605, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-7-circle-fill-1::before {
  content: "";
}

/* line 3606, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-7-circle-fill::before {
  content: "";
}

/* line 3607, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-7-circle::before {
  content: "";
}

/* line 3608, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-7-square-fill::before {
  content: "";
}

/* line 3609, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-7-square::before {
  content: "";
}

/* line 3610, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-8-circle-1::before {
  content: "";
}

/* line 3611, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-8-circle-fill-1::before {
  content: "";
}

/* line 3612, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-8-circle-fill::before {
  content: "";
}

/* line 3613, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-8-circle::before {
  content: "";
}

/* line 3614, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-8-square-fill::before {
  content: "";
}

/* line 3615, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-8-square::before {
  content: "";
}

/* line 3616, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-9-circle-1::before {
  content: "";
}

/* line 3617, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-9-circle-fill-1::before {
  content: "";
}

/* line 3618, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-9-circle-fill::before {
  content: "";
}

/* line 3619, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-9-circle::before {
  content: "";
}

/* line 3620, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-9-square-fill::before {
  content: "";
}

/* line 3621, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-9-square::before {
  content: "";
}

/* line 3622, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-airplane-engines-fill::before {
  content: "";
}

/* line 3623, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-airplane-engines::before {
  content: "";
}

/* line 3624, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-airplane-fill::before {
  content: "";
}

/* line 3625, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-airplane::before {
  content: "";
}

/* line 3626, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-alexa::before {
  content: "";
}

/* line 3627, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-alipay::before {
  content: "";
}

/* line 3628, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-android::before {
  content: "";
}

/* line 3629, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-android2::before {
  content: "";
}

/* line 3630, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box-fill::before {
  content: "";
}

/* line 3631, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-box-seam-fill::before {
  content: "";
}

/* line 3632, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-browser-chrome::before {
  content: "";
}

/* line 3633, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-browser-edge::before {
  content: "";
}

/* line 3634, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-browser-firefox::before {
  content: "";
}

/* line 3635, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-browser-safari::before {
  content: "";
}

/* line 3636, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-c-circle-1::before {
  content: "";
}

/* line 3637, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-c-circle-fill-1::before {
  content: "";
}

/* line 3638, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-c-circle-fill::before {
  content: "";
}

/* line 3639, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-c-circle::before {
  content: "";
}

/* line 3640, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-c-square-fill::before {
  content: "";
}

/* line 3641, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-c-square::before {
  content: "";
}

/* line 3642, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-capsule-pill::before {
  content: "";
}

/* line 3643, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-capsule::before {
  content: "";
}

/* line 3644, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-car-front-fill::before {
  content: "";
}

/* line 3645, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-car-front::before {
  content: "";
}

/* line 3646, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cassette-fill::before {
  content: "";
}

/* line 3647, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cassette::before {
  content: "";
}

/* line 3648, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cc-circle-1::before {
  content: "";
}

/* line 3649, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cc-circle-fill-1::before {
  content: "";
}

/* line 3650, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cc-circle-fill::before {
  content: "";
}

/* line 3651, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cc-circle::before {
  content: "";
}

/* line 3652, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cc-square-fill::before {
  content: "";
}

/* line 3653, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cc-square::before {
  content: "";
}

/* line 3654, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cup-hot-fill::before {
  content: "";
}

/* line 3655, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-cup-hot::before {
  content: "";
}

/* line 3656, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-currency-rupee::before {
  content: "";
}

/* line 3657, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-dropbox::before {
  content: "";
}

/* line 3658, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-escape::before {
  content: "";
}

/* line 3659, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-fast-forward-btn-fill::before {
  content: "";
}

/* line 3660, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-fast-forward-btn::before {
  content: "";
}

/* line 3661, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-fast-forward-circle-fill::before {
  content: "";
}

/* line 3662, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-fast-forward-circle::before {
  content: "";
}

/* line 3663, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-fast-forward-fill::before {
  content: "";
}

/* line 3664, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-fast-forward::before {
  content: "";
}

/* line 3665, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-filetype-sql::before {
  content: "";
}

/* line 3666, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-fire::before {
  content: "";
}

/* line 3667, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-google-play::before {
  content: "";
}

/* line 3668, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-h-circle-1::before {
  content: "";
}

/* line 3669, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-h-circle-fill-1::before {
  content: "";
}

/* line 3670, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-h-circle-fill::before {
  content: "";
}

/* line 3671, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-h-circle::before {
  content: "";
}

/* line 3672, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-h-square-fill::before {
  content: "";
}

/* line 3673, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-h-square::before {
  content: "";
}

/* line 3674, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-indent::before {
  content: "";
}

/* line 3675, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-lungs-fill::before {
  content: "";
}

/* line 3676, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-lungs::before {
  content: "";
}

/* line 3677, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-microsoft-teams::before {
  content: "";
}

/* line 3678, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-p-circle-1::before {
  content: "";
}

/* line 3679, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-p-circle-fill-1::before {
  content: "";
}

/* line 3680, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-p-circle-fill::before {
  content: "";
}

/* line 3681, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-p-circle::before {
  content: "";
}

/* line 3682, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-p-square-fill::before {
  content: "";
}

/* line 3683, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-p-square::before {
  content: "";
}

/* line 3684, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pass-fill::before {
  content: "";
}

/* line 3685, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-pass::before {
  content: "";
}

/* line 3686, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-prescription::before {
  content: "";
}

/* line 3687, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-prescription2::before {
  content: "";
}

/* line 3688, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-r-circle-1::before {
  content: "";
}

/* line 3689, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-r-circle-fill-1::before {
  content: "";
}

/* line 3690, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-r-circle-fill::before {
  content: "";
}

/* line 3691, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-r-circle::before {
  content: "";
}

/* line 3692, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-r-square-fill::before {
  content: "";
}

/* line 3693, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-r-square::before {
  content: "";
}

/* line 3694, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-repeat-1::before {
  content: "";
}

/* line 3695, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-repeat::before {
  content: "";
}

/* line 3696, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-rewind-btn-fill::before {
  content: "";
}

/* line 3697, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-rewind-btn::before {
  content: "";
}

/* line 3698, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-rewind-circle-fill::before {
  content: "";
}

/* line 3699, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-rewind-circle::before {
  content: "";
}

/* line 3700, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-rewind-fill::before {
  content: "";
}

/* line 3701, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-rewind::before {
  content: "";
}

/* line 3702, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-train-freight-front-fill::before {
  content: "";
}

/* line 3703, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-train-freight-front::before {
  content: "";
}

/* line 3704, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-train-front-fill::before {
  content: "";
}

/* line 3705, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-train-front::before {
  content: "";
}

/* line 3706, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-train-lightrail-front-fill::before {
  content: "";
}

/* line 3707, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-train-lightrail-front::before {
  content: "";
}

/* line 3708, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-truck-front-fill::before {
  content: "";
}

/* line 3709, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-truck-front::before {
  content: "";
}

/* line 3710, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-ubuntu::before {
  content: "";
}

/* line 3711, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-unindent::before {
  content: "";
}

/* line 3712, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-unity::before {
  content: "";
}

/* line 3713, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-universal-access-circle::before {
  content: "";
}

/* line 3714, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-universal-access::before {
  content: "";
}

/* line 3715, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-virus::before {
  content: "";
}

/* line 3716, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-virus2::before {
  content: "";
}

/* line 3717, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-wechat::before {
  content: "";
}

/* line 3718, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-yelp::before {
  content: "";
}

/* line 3719, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sign-stop-fill::before {
  content: "";
}

/* line 3720, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sign-stop-lights-fill::before {
  content: "";
}

/* line 3721, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sign-stop-lights::before {
  content: "";
}

/* line 3722, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sign-stop::before {
  content: "";
}

/* line 3723, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sign-turn-left-fill::before {
  content: "";
}

/* line 3724, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sign-turn-left::before {
  content: "";
}

/* line 3725, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sign-turn-right-fill::before {
  content: "";
}

/* line 3726, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sign-turn-right::before {
  content: "";
}

/* line 3727, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sign-turn-slight-left-fill::before {
  content: "";
}

/* line 3728, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sign-turn-slight-left::before {
  content: "";
}

/* line 3729, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sign-turn-slight-right-fill::before {
  content: "";
}

/* line 3730, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sign-turn-slight-right::before {
  content: "";
}

/* line 3731, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sign-yield-fill::before {
  content: "";
}

/* line 3732, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-sign-yield::before {
  content: "";
}

/* line 3733, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-ev-station-fill::before {
  content: "";
}

/* line 3734, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-ev-station::before {
  content: "";
}

/* line 3735, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-fuel-pump-diesel-fill::before {
  content: "";
}

/* line 3736, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-fuel-pump-diesel::before {
  content: "";
}

/* line 3737, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-fuel-pump-fill::before {
  content: "";
}

/* line 3738, vendor/assets/stylesheets/bootstrap-icons.scss */
.bi-fuel-pump::before {
  content: "";
}

/* line 1, vendor/assets/stylesheets/tagify.css */
:root {
  --tagify-dd-color-primary:rgb(53,149,246);
  --tagify-dd-bg-color:white;
  --tagify-dd-item-pad:.3em .5em;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify {
  --tags-disabled-bg:#F1F1F1;
  --tags-border-color:#DDD;
  --tags-hover-border-color:#CCC;
  --tags-focus-border-color:#3595f6;
  --tag-border-radius:3px;
  --tag-bg:#E5E5E5;
  --tag-hover:#D3E2E2;
  --tag-text-color:black;
  --tag-text-color--edit:black;
  --tag-pad:0.3em 0.5em;
  --tag-inset-shadow-size:1.1em;
  --tag-invalid-color:#D39494;
  --tag-invalid-bg:rgba(211, 148, 148, 0.5);
  --tag-remove-bg:rgba(211, 148, 148, 0.3);
  --tag-remove-btn-color:black;
  --tag-remove-btn-bg:none;
  --tag-remove-btn-bg--hover:#c77777;
  --input-color:inherit;
  --tag--min-width:1ch;
  --tag--max-width:auto;
  --tag-hide-transition:0.3s;
  --placeholder-color:rgba(0, 0, 0, 0.4);
  --placeholder-color-focus:rgba(0, 0, 0, 0.25);
  --loader-size:.8em;
  --readonly-striped:1;
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid var(--tags-border-color);
  padding: 0;
  line-height: 0;
  cursor: text;
  outline: 0;
  position: relative;
  box-sizing: border-box;
  transition: .1s;
}

@-webkit-keyframes tags--bump {
  30% {
    transform: scale(1.2);
  }
}

@keyframes tags--bump {
  30% {
    transform: scale(1.2);
  }
}

@-webkit-keyframes rotateLoader {
  to {
    transform: rotate(1turn);
  }
}

@keyframes rotateLoader {
  to {
    transform: rotate(1turn);
  }
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify:hover:not(.tagify--focus):not(.tagify--invalid) {
  --tags-border-color:var(--tags-hover-border-color);
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify[disabled] {
  background: var(--tags-disabled-bg);
  filter: saturate(0);
  opacity: .5;
  pointer-events: none;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify.tagify--select[disabled], .tagify.tagify--select[readonly] {
  pointer-events: none;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify[disabled]:not(.tagify--mix):not(.tagify--select), .tagify[readonly]:not(.tagify--mix):not(.tagify--select) {
  cursor: default;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify[disabled]:not(.tagify--mix):not(.tagify--select) > .tagify__input, .tagify[readonly]:not(.tagify--mix):not(.tagify--select) > .tagify__input {
  visibility: hidden;
  width: 0;
  margin: 5px 0;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div, .tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div {
  padding: var(--tag-pad);
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div::before, .tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div::before {
  -webkit-animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
          animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
}

@-webkit-keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
  }
}

@keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
  }
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify[disabled] .tagify__tag__removeBtn, .tagify[readonly] .tagify__tag__removeBtn {
  display: none;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify--loading .tagify__input > br:last-child {
  display: none;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify--loading .tagify__input::before {
  content: none;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify--loading .tagify__input::after {
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: .7em;
  height: .7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #eee #bbb #888 transparent;
  border-radius: 50%;
  -webkit-animation: rotateLoader .4s infinite linear;
          animation: rotateLoader .4s infinite linear;
  content: "" !important;
  margin: -2px 0 -2px .5em;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify--loading .tagify__input:empty::after {
  margin-left: 0;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify + input, .tagify + textarea {
  position: absolute !important;
  left: -9999em !important;
  transform: scale(0) !important;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag {
  display: inline-flex;
  align-items: center;
  margin: 5px 0 5px 5px;
  position: relative;
  z-index: 1;
  outline: 0;
  line-height: normal;
  cursor: default;
  transition: .13s ease-out;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag > div {
  vertical-align: top;
  box-sizing: border-box;
  max-width: 100%;
  padding: var(--tag-pad);
  color: var(--tag-text-color);
  line-height: inherit;
  border-radius: var(--tag-border-radius);
  white-space: nowrap;
  transition: .13s ease-out;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag > div > * {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  min-width: var(--tag--min-width);
  max-width: var(--tag--max-width);
  transition: .8s ease,.1s color;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag > div > [contenteditable] {
  outline: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
   -ms-user-select: text;
       user-select: text;
  cursor: text;
  margin: -2px;
  padding: 2px;
  max-width: 350px;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag > div::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  inset: var(--tag-bg-inset, 0);
  z-index: -1;
  pointer-events: none;
  transition: 120ms ease;
  -webkit-animation: tags--bump .3s ease-out 1;
          animation: tags--bump .3s ease-out 1;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag:focus div::before, .tagify__tag:hover:not([readonly]) div::before {
  --tag-bg-inset:-2.5px;
  --tag-bg:var(--tag-hover);
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag--loading {
  pointer-events: none;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag--loading .tagify__tag__removeBtn {
  display: none;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag--loading::after {
  --loader-size:.4em;
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: .7em;
  height: .7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #eee #bbb #888 transparent;
  border-radius: 50%;
  -webkit-animation: rotateLoader .4s infinite linear;
          animation: rotateLoader .4s infinite linear;
  margin: 0 .5em 0 -.1em;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag--flash div::before {
  -webkit-animation: none;
          animation: none;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag--hide {
  width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  transform: scale(0);
  transition: var(--tag-hide-transition);
  pointer-events: none;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag--hide > div > * {
  white-space: nowrap;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag.tagify--noAnim > div::before {
  -webkit-animation: none;
          animation: none;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div > span {
  opacity: .5;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
  --tag-bg:var(--tag-invalid-bg);
  transition: .2s;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag[readonly] .tagify__tag__removeBtn {
  display: none;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag[readonly] > div::before {
  -webkit-animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
          animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
}

@keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
  }
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag--editable > div {
  color: var(--tag-text-color--edit);
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag--editable > div::before {
  box-shadow: 0 0 0 2px var(--tag-hover) inset !important;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag--editable > .tagify__tag__removeBtn {
  pointer-events: none;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag--editable > .tagify__tag__removeBtn::after {
  opacity: 0;
  transform: translateX(100%) translateX(5px);
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag--editable.tagify--invalid > div::before {
  box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag__removeBtn {
  order: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  font: 14px/1 Arial;
  background: var(--tag-remove-btn-bg);
  color: var(--tag-remove-btn-color);
  width: 14px;
  height: 14px;
  margin-right: 4.6666666667px;
  margin-left: auto;
  overflow: hidden;
  transition: .2s ease-out;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag__removeBtn::after {
  content: "×";
  transition: .3s,color 0s;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag__removeBtn:hover {
  color: #fff;
  background: var(--tag-remove-btn-bg--hover);
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag__removeBtn:hover + div > span {
  opacity: .5;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__tag__removeBtn:hover + div::before {
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg, rgba(211, 148, 148, 0.3)) inset !important;
  transition: box-shadow .2s;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify:not(.tagify--mix) .tagify__input br {
  display: none;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify:not(.tagify--mix) .tagify__input * {
  display: inline;
  white-space: nowrap;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__input {
  flex-grow: 1;
  display: inline-block;
  min-width: 110px;
  margin: 5px;
  padding: var(--tag-pad);
  line-height: normal;
  position: relative;
  white-space: pre-wrap;
  color: var(--input-color);
  box-sizing: inherit;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__input:empty::before {
  position: static;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__input:focus {
  outline: 0;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__input:focus::before {
  transition: .2s ease-out;
  opacity: 0;
  transform: translatex(6px);
}

@supports (-ms-ime-align: auto) {
  /* line 1, vendor/assets/stylesheets/tagify.css */
  .tagify__input:focus::before {
    display: none;
  }
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__input:focus:empty::before {
  transition: .2s ease-out;
  opacity: 1;
  transform: none;
  color: rgba(0, 0, 0, 0.25);
  color: var(--placeholder-color-focus);
}

@-moz-document url-prefix() {
  /* line 1, vendor/assets/stylesheets/tagify.css */
  .tagify__input:focus:empty::after {
    display: none;
  }
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__input::before {
  content: attr(data-placeholder);
  height: 1em;
  line-height: 1em;
  margin: auto 0;
  z-index: 1;
  color: var(--placeholder-color);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  position: absolute;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__input::after {
  content: attr(data-suggest);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  min-width: calc(100% - 1.5em);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  color: var(--tag-text-color);
  opacity: .3;
  pointer-events: none;
  max-width: 100px;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__input .tagify__tag {
  margin: 0 1px;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify--mix {
  display: block;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify--mix .tagify__input {
  padding: 5px;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  display: block;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify--mix .tagify__input::before {
  height: auto;
  display: none;
  line-height: inherit;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify--mix .tagify__input::after {
  content: none;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify--select::after {
  content: ">";
  opacity: .5;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font: 16px monospace;
  line-height: 8px;
  height: 8px;
  pointer-events: none;
  transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  transition: .2s ease-in-out;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify--select[aria-expanded=true]::after {
  transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify--select .tagify__tag {
  position: absolute;
  top: 0;
  right: 1.8em;
  bottom: 0;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify--select .tagify__tag div {
  display: none;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify--select .tagify__input {
  width: 100%;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify--empty .tagify__input::before {
  transition: .2s ease-out;
  opacity: 1;
  transform: none;
  display: inline-block;
  width: auto;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify--mix .tagify--empty .tagify__input::before {
  display: inline-block;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify--focus {
  --tags-border-color:var(--tags-focus-border-color);
  transition: 0s;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify--invalid {
  --tags-border-color:#D39494;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__dropdown {
  position: absolute;
  z-index: 9999;
  transform: translateY(1px);
  overflow: hidden;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__dropdown[placement=top] {
  margin-top: 0;
  transform: translateY(-100%);
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__dropdown[placement=top] .tagify__dropdown__wrapper {
  border-top-width: 1.1px;
  border-bottom-width: 0;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__dropdown[position=text] {
  box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), 0.1);
  font-size: .9em;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__dropdown[position=text] .tagify__dropdown__wrapper {
  border-width: 1px;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__dropdown__wrapper {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  background: var(--tagify-dd-bg-color);
  border: 1px solid;
  border-color: var(--tagify-dd-color-primary);
  border-bottom-width: 1.5px;
  border-top-width: 0;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  transition: 0.25s cubic-bezier(0, 1, 0.5, 1);
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__dropdown__header:empty {
  display: none;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__dropdown__footer {
  display: inline-block;
  margin-top: .5em;
  padding: var(--tagify-dd-item-pad);
  font-size: .7em;
  font-style: italic;
  opacity: .5;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__dropdown__footer:empty {
  display: none;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__dropdown--initial .tagify__dropdown__wrapper {
  max-height: 20px;
  transform: translateY(-1em);
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper {
  transform: translateY(2em);
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__dropdown__item {
  box-sizing: border-box;
  padding: var(--tagify-dd-item-pad);
  margin: 1px;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
  outline: 0;
  max-height: 60px;
  max-width: 100%;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__dropdown__item--active {
  background: var(--tagify-dd-color-primary);
  color: #fff;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__dropdown__item:active {
  filter: brightness(105%);
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__dropdown__item--hidden {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 1px;
  pointer-events: none;
  overflow: hidden;
  max-height: 0;
  transition: var(--tagify-dd-item--hidden-duration, 0.3s) !important;
}

/* line 1, vendor/assets/stylesheets/tagify.css */
.tagify__dropdown__item--hidden > * {
  transform: translateY(-100%);
  opacity: 0;
  transition: inherit;
}

/*
* Remix Icon v2.5.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2020-05-23
*/
@font-face {
  font-family: "remixicon";
  src: url(/assets/remixicon-2fa689ec631cd80bdc6238c7f33c43bc0112960d827b31a25552d787753d552d.eot?t=1590207869815);
  /* IE9*/
  src: url(/assets/remixicon-2fa689ec631cd80bdc6238c7f33c43bc0112960d827b31a25552d787753d552d.eot?t=1590207869815#iefix) format("embedded-opentype"), url(/assets/remixicon-9ec1723f207a4945dfaee350960a1834d8ee560ef767066fad86eb3c21c36745.woff2?t=1590207869815) format("woff2"), url(/assets/remixicon-ece6bff4445c24c37c0649ca3e86160624c86b96d4f7ce662a5f581331e77cfe.woff?t=1590207869815) format("woff"), url(/assets/remixicon-ab5769a97382874bc49bad18d49800149ba19f86ec3cb3d7cfcbb55045ea41cc.ttf?t=1590207869815) format("truetype"), url(/assets/remixicon-d2557a2e953a6b7b5c3762c1373525f82b2754427dd81d250130d8c05afbf056.svg?t=1590207869815#remixicon) format("svg");
  /* iOS 4.1- */
  font-display: swap;
}

/* line 22, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
[class^="ri-"], [class*=" ri-"] {
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 29, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-lg {
  font-size: 1.3333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 30, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-xl {
  font-size: 1.5em;
  line-height: 0.6666em;
  vertical-align: -.075em;
}

/* line 31, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-xxs {
  font-size: .5em;
}

/* line 32, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-xs {
  font-size: .75em;
}

/* line 33, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sm {
  font-size: .875em;
}

/* line 34, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-1x {
  font-size: 1em;
}

/* line 35, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-2x {
  font-size: 2em;
}

/* line 36, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-3x {
  font-size: 3em;
}

/* line 37, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-4x {
  font-size: 4em;
}

/* line 38, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-5x {
  font-size: 5em;
}

/* line 39, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-6x {
  font-size: 6em;
}

/* line 40, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-7x {
  font-size: 7em;
}

/* line 41, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-8x {
  font-size: 8em;
}

/* line 42, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-9x {
  font-size: 9em;
}

/* line 43, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-10x {
  font-size: 10em;
}

/* line 44, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-fw {
  text-align: center;
  width: 1.25em;
}

/* line 46, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-24-hours-fill:before {
  content: "\ea01";
}

/* line 47, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-24-hours-line:before {
  content: "\ea02";
}

/* line 48, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-4k-fill:before {
  content: "\ea03";
}

/* line 49, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-4k-line:before {
  content: "\ea04";
}

/* line 50, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-a-b:before {
  content: "\ea05";
}

/* line 51, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-account-box-fill:before {
  content: "\ea06";
}

/* line 52, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-account-box-line:before {
  content: "\ea07";
}

/* line 53, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-account-circle-fill:before {
  content: "\ea08";
}

/* line 54, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-account-circle-line:before {
  content: "\ea09";
}

/* line 55, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-account-pin-box-fill:before {
  content: "\ea0a";
}

/* line 56, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-account-pin-box-line:before {
  content: "\ea0b";
}

/* line 57, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-account-pin-circle-fill:before {
  content: "\ea0c";
}

/* line 58, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-account-pin-circle-line:before {
  content: "\ea0d";
}

/* line 59, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-add-box-fill:before {
  content: "\ea0e";
}

/* line 60, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-add-box-line:before {
  content: "\ea0f";
}

/* line 61, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-add-circle-fill:before {
  content: "\ea10";
}

/* line 62, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-add-circle-line:before {
  content: "\ea11";
}

/* line 63, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-add-fill:before {
  content: "\ea12";
}

/* line 64, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-add-line:before {
  content: "\ea13";
}

/* line 65, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-admin-fill:before {
  content: "\ea14";
}

/* line 66, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-admin-line:before {
  content: "\ea15";
}

/* line 67, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-advertisement-fill:before {
  content: "\ea16";
}

/* line 68, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-advertisement-line:before {
  content: "\ea17";
}

/* line 69, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-airplay-fill:before {
  content: "\ea18";
}

/* line 70, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-airplay-line:before {
  content: "\ea19";
}

/* line 71, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-alarm-fill:before {
  content: "\ea1a";
}

/* line 72, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-alarm-line:before {
  content: "\ea1b";
}

/* line 73, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-alarm-warning-fill:before {
  content: "\ea1c";
}

/* line 74, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-alarm-warning-line:before {
  content: "\ea1d";
}

/* line 75, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-album-fill:before {
  content: "\ea1e";
}

/* line 76, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-album-line:before {
  content: "\ea1f";
}

/* line 77, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-alert-fill:before {
  content: "\ea20";
}

/* line 78, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-alert-line:before {
  content: "\ea21";
}

/* line 79, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-aliens-fill:before {
  content: "\ea22";
}

/* line 80, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-aliens-line:before {
  content: "\ea23";
}

/* line 81, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-align-bottom:before {
  content: "\ea24";
}

/* line 82, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-align-center:before {
  content: "\ea25";
}

/* line 83, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-align-justify:before {
  content: "\ea26";
}

/* line 84, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-align-left:before {
  content: "\ea27";
}

/* line 85, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-align-right:before {
  content: "\ea28";
}

/* line 86, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-align-top:before {
  content: "\ea29";
}

/* line 87, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-align-vertically:before {
  content: "\ea2a";
}

/* line 88, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-alipay-fill:before {
  content: "\ea2b";
}

/* line 89, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-alipay-line:before {
  content: "\ea2c";
}

/* line 90, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-amazon-fill:before {
  content: "\ea2d";
}

/* line 91, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-amazon-line:before {
  content: "\ea2e";
}

/* line 92, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-anchor-fill:before {
  content: "\ea2f";
}

/* line 93, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-anchor-line:before {
  content: "\ea30";
}

/* line 94, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ancient-gate-fill:before {
  content: "\ea31";
}

/* line 95, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ancient-gate-line:before {
  content: "\ea32";
}

/* line 96, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ancient-pavilion-fill:before {
  content: "\ea33";
}

/* line 97, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ancient-pavilion-line:before {
  content: "\ea34";
}

/* line 98, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-android-fill:before {
  content: "\ea35";
}

/* line 99, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-android-line:before {
  content: "\ea36";
}

/* line 100, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-angularjs-fill:before {
  content: "\ea37";
}

/* line 101, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-angularjs-line:before {
  content: "\ea38";
}

/* line 102, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-anticlockwise-2-fill:before {
  content: "\ea39";
}

/* line 103, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-anticlockwise-2-line:before {
  content: "\ea3a";
}

/* line 104, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-anticlockwise-fill:before {
  content: "\ea3b";
}

/* line 105, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-anticlockwise-line:before {
  content: "\ea3c";
}

/* line 106, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-app-store-fill:before {
  content: "\ea3d";
}

/* line 107, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-app-store-line:before {
  content: "\ea3e";
}

/* line 108, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-apple-fill:before {
  content: "\ea3f";
}

/* line 109, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-apple-line:before {
  content: "\ea40";
}

/* line 110, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-apps-2-fill:before {
  content: "\ea41";
}

/* line 111, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-apps-2-line:before {
  content: "\ea42";
}

/* line 112, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-apps-fill:before {
  content: "\ea43";
}

/* line 113, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-apps-line:before {
  content: "\ea44";
}

/* line 114, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-archive-drawer-fill:before {
  content: "\ea45";
}

/* line 115, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-archive-drawer-line:before {
  content: "\ea46";
}

/* line 116, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-archive-fill:before {
  content: "\ea47";
}

/* line 117, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-archive-line:before {
  content: "\ea48";
}

/* line 118, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-down-circle-fill:before {
  content: "\ea49";
}

/* line 119, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-down-circle-line:before {
  content: "\ea4a";
}

/* line 120, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-down-fill:before {
  content: "\ea4b";
}

/* line 121, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-down-line:before {
  content: "\ea4c";
}

/* line 122, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-down-s-fill:before {
  content: "\ea4d";
}

/* line 123, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-down-s-line:before {
  content: "\ea4e";
}

/* line 124, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-drop-down-fill:before {
  content: "\ea4f";
}

/* line 125, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-drop-down-line:before {
  content: "\ea50";
}

/* line 126, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-drop-left-fill:before {
  content: "\ea51";
}

/* line 127, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-drop-left-line:before {
  content: "\ea52";
}

/* line 128, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-drop-right-fill:before {
  content: "\ea53";
}

/* line 129, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-drop-right-line:before {
  content: "\ea54";
}

/* line 130, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-drop-up-fill:before {
  content: "\ea55";
}

/* line 131, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-drop-up-line:before {
  content: "\ea56";
}

/* line 132, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-go-back-fill:before {
  content: "\ea57";
}

/* line 133, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-go-back-line:before {
  content: "\ea58";
}

/* line 134, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-go-forward-fill:before {
  content: "\ea59";
}

/* line 135, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-go-forward-line:before {
  content: "\ea5a";
}

/* line 136, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-left-circle-fill:before {
  content: "\ea5b";
}

/* line 137, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-left-circle-line:before {
  content: "\ea5c";
}

/* line 138, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-left-down-fill:before {
  content: "\ea5d";
}

/* line 139, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-left-down-line:before {
  content: "\ea5e";
}

/* line 140, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-left-fill:before {
  content: "\ea5f";
}

/* line 141, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-left-line:before {
  content: "\ea60";
}

/* line 142, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-left-right-fill:before {
  content: "\ea61";
}

/* line 143, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-left-right-line:before {
  content: "\ea62";
}

/* line 144, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-left-s-fill:before {
  content: "\ea63";
}

/* line 145, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-left-s-line:before {
  content: "\ea64";
}

/* line 146, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-left-up-fill:before {
  content: "\ea65";
}

/* line 147, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-left-up-line:before {
  content: "\ea66";
}

/* line 148, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-right-circle-fill:before {
  content: "\ea67";
}

/* line 149, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-right-circle-line:before {
  content: "\ea68";
}

/* line 150, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-right-down-fill:before {
  content: "\ea69";
}

/* line 151, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-right-down-line:before {
  content: "\ea6a";
}

/* line 152, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-right-fill:before {
  content: "\ea6b";
}

/* line 153, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-right-line:before {
  content: "\ea6c";
}

/* line 154, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-right-s-fill:before {
  content: "\ea6d";
}

/* line 155, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-right-s-line:before {
  content: "\ea6e";
}

/* line 156, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-right-up-fill:before {
  content: "\ea6f";
}

/* line 157, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-right-up-line:before {
  content: "\ea70";
}

/* line 158, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-up-circle-fill:before {
  content: "\ea71";
}

/* line 159, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-up-circle-line:before {
  content: "\ea72";
}

/* line 160, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-up-down-fill:before {
  content: "\ea73";
}

/* line 161, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-up-down-line:before {
  content: "\ea74";
}

/* line 162, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-up-fill:before {
  content: "\ea75";
}

/* line 163, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-up-line:before {
  content: "\ea76";
}

/* line 164, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-up-s-fill:before {
  content: "\ea77";
}

/* line 165, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-arrow-up-s-line:before {
  content: "\ea78";
}

/* line 166, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-artboard-2-fill:before {
  content: "\ea79";
}

/* line 167, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-artboard-2-line:before {
  content: "\ea7a";
}

/* line 168, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-artboard-fill:before {
  content: "\ea7b";
}

/* line 169, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-artboard-line:before {
  content: "\ea7c";
}

/* line 170, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-article-fill:before {
  content: "\ea7d";
}

/* line 171, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-article-line:before {
  content: "\ea7e";
}

/* line 172, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-aspect-ratio-fill:before {
  content: "\ea7f";
}

/* line 173, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-aspect-ratio-line:before {
  content: "\ea80";
}

/* line 174, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-asterisk:before {
  content: "\ea81";
}

/* line 175, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-at-fill:before {
  content: "\ea82";
}

/* line 176, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-at-line:before {
  content: "\ea83";
}

/* line 177, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-attachment-2:before {
  content: "\ea84";
}

/* line 178, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-attachment-fill:before {
  content: "\ea85";
}

/* line 179, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-attachment-line:before {
  content: "\ea86";
}

/* line 180, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-auction-fill:before {
  content: "\ea87";
}

/* line 181, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-auction-line:before {
  content: "\ea88";
}

/* line 182, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-award-fill:before {
  content: "\ea89";
}

/* line 183, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-award-line:before {
  content: "\ea8a";
}

/* line 184, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-baidu-fill:before {
  content: "\ea8b";
}

/* line 185, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-baidu-line:before {
  content: "\ea8c";
}

/* line 186, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ball-pen-fill:before {
  content: "\ea8d";
}

/* line 187, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ball-pen-line:before {
  content: "\ea8e";
}

/* line 188, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bank-card-2-fill:before {
  content: "\ea8f";
}

/* line 189, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bank-card-2-line:before {
  content: "\ea90";
}

/* line 190, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bank-card-fill:before {
  content: "\ea91";
}

/* line 191, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bank-card-line:before {
  content: "\ea92";
}

/* line 192, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bank-fill:before {
  content: "\ea93";
}

/* line 193, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bank-line:before {
  content: "\ea94";
}

/* line 194, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bar-chart-2-fill:before {
  content: "\ea95";
}

/* line 195, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bar-chart-2-line:before {
  content: "\ea96";
}

/* line 196, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bar-chart-box-fill:before {
  content: "\ea97";
}

/* line 197, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bar-chart-box-line:before {
  content: "\ea98";
}

/* line 198, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bar-chart-fill:before {
  content: "\ea99";
}

/* line 199, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bar-chart-grouped-fill:before {
  content: "\ea9a";
}

/* line 200, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bar-chart-grouped-line:before {
  content: "\ea9b";
}

/* line 201, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bar-chart-horizontal-fill:before {
  content: "\ea9c";
}

/* line 202, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bar-chart-horizontal-line:before {
  content: "\ea9d";
}

/* line 203, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bar-chart-line:before {
  content: "\ea9e";
}

/* line 204, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-barcode-box-fill:before {
  content: "\ea9f";
}

/* line 205, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-barcode-box-line:before {
  content: "\eaa0";
}

/* line 206, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-barcode-fill:before {
  content: "\eaa1";
}

/* line 207, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-barcode-line:before {
  content: "\eaa2";
}

/* line 208, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-barricade-fill:before {
  content: "\eaa3";
}

/* line 209, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-barricade-line:before {
  content: "\eaa4";
}

/* line 210, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-base-station-fill:before {
  content: "\eaa5";
}

/* line 211, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-base-station-line:before {
  content: "\eaa6";
}

/* line 212, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-basketball-fill:before {
  content: "\eaa7";
}

/* line 213, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-basketball-line:before {
  content: "\eaa8";
}

/* line 214, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-battery-2-charge-fill:before {
  content: "\eaa9";
}

/* line 215, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-battery-2-charge-line:before {
  content: "\eaaa";
}

/* line 216, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-battery-2-fill:before {
  content: "\eaab";
}

/* line 217, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-battery-2-line:before {
  content: "\eaac";
}

/* line 218, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-battery-charge-fill:before {
  content: "\eaad";
}

/* line 219, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-battery-charge-line:before {
  content: "\eaae";
}

/* line 220, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-battery-fill:before {
  content: "\eaaf";
}

/* line 221, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-battery-line:before {
  content: "\eab0";
}

/* line 222, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-battery-low-fill:before {
  content: "\eab1";
}

/* line 223, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-battery-low-line:before {
  content: "\eab2";
}

/* line 224, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-battery-saver-fill:before {
  content: "\eab3";
}

/* line 225, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-battery-saver-line:before {
  content: "\eab4";
}

/* line 226, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-battery-share-fill:before {
  content: "\eab5";
}

/* line 227, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-battery-share-line:before {
  content: "\eab6";
}

/* line 228, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bear-smile-fill:before {
  content: "\eab7";
}

/* line 229, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bear-smile-line:before {
  content: "\eab8";
}

/* line 230, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-behance-fill:before {
  content: "\eab9";
}

/* line 231, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-behance-line:before {
  content: "\eaba";
}

/* line 232, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bell-fill:before {
  content: "\eabb";
}

/* line 233, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bell-line:before {
  content: "\eabc";
}

/* line 234, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bike-fill:before {
  content: "\eabd";
}

/* line 235, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bike-line:before {
  content: "\eabe";
}

/* line 236, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bilibili-fill:before {
  content: "\eabf";
}

/* line 237, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bilibili-line:before {
  content: "\eac0";
}

/* line 238, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bill-fill:before {
  content: "\eac1";
}

/* line 239, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bill-line:before {
  content: "\eac2";
}

/* line 240, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-billiards-fill:before {
  content: "\eac3";
}

/* line 241, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-billiards-line:before {
  content: "\eac4";
}

/* line 242, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bit-coin-fill:before {
  content: "\eac5";
}

/* line 243, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bit-coin-line:before {
  content: "\eac6";
}

/* line 244, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-blaze-fill:before {
  content: "\eac7";
}

/* line 245, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-blaze-line:before {
  content: "\eac8";
}

/* line 246, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bluetooth-connect-fill:before {
  content: "\eac9";
}

/* line 247, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bluetooth-connect-line:before {
  content: "\eaca";
}

/* line 248, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bluetooth-fill:before {
  content: "\eacb";
}

/* line 249, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bluetooth-line:before {
  content: "\eacc";
}

/* line 250, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-blur-off-fill:before {
  content: "\eacd";
}

/* line 251, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-blur-off-line:before {
  content: "\eace";
}

/* line 252, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-body-scan-fill:before {
  content: "\eacf";
}

/* line 253, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-body-scan-line:before {
  content: "\ead0";
}

/* line 254, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bold:before {
  content: "\ead1";
}

/* line 255, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-book-2-fill:before {
  content: "\ead2";
}

/* line 256, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-book-2-line:before {
  content: "\ead3";
}

/* line 257, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-book-3-fill:before {
  content: "\ead4";
}

/* line 258, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-book-3-line:before {
  content: "\ead5";
}

/* line 259, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-book-fill:before {
  content: "\ead6";
}

/* line 260, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-book-line:before {
  content: "\ead7";
}

/* line 261, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-book-mark-fill:before {
  content: "\ead8";
}

/* line 262, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-book-mark-line:before {
  content: "\ead9";
}

/* line 263, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-book-open-fill:before {
  content: "\eada";
}

/* line 264, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-book-open-line:before {
  content: "\eadb";
}

/* line 265, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-book-read-fill:before {
  content: "\eadc";
}

/* line 266, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-book-read-line:before {
  content: "\eadd";
}

/* line 267, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-booklet-fill:before {
  content: "\eade";
}

/* line 268, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-booklet-line:before {
  content: "\eadf";
}

/* line 269, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bookmark-2-fill:before {
  content: "\eae0";
}

/* line 270, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bookmark-2-line:before {
  content: "\eae1";
}

/* line 271, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bookmark-3-fill:before {
  content: "\eae2";
}

/* line 272, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bookmark-3-line:before {
  content: "\eae3";
}

/* line 273, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bookmark-fill:before {
  content: "\eae4";
}

/* line 274, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bookmark-line:before {
  content: "\eae5";
}

/* line 275, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-boxing-fill:before {
  content: "\eae6";
}

/* line 276, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-boxing-line:before {
  content: "\eae7";
}

/* line 277, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-braces-fill:before {
  content: "\eae8";
}

/* line 278, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-braces-line:before {
  content: "\eae9";
}

/* line 279, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-brackets-fill:before {
  content: "\eaea";
}

/* line 280, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-brackets-line:before {
  content: "\eaeb";
}

/* line 281, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-briefcase-2-fill:before {
  content: "\eaec";
}

/* line 282, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-briefcase-2-line:before {
  content: "\eaed";
}

/* line 283, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-briefcase-3-fill:before {
  content: "\eaee";
}

/* line 284, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-briefcase-3-line:before {
  content: "\eaef";
}

/* line 285, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-briefcase-4-fill:before {
  content: "\eaf0";
}

/* line 286, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-briefcase-4-line:before {
  content: "\eaf1";
}

/* line 287, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-briefcase-5-fill:before {
  content: "\eaf2";
}

/* line 288, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-briefcase-5-line:before {
  content: "\eaf3";
}

/* line 289, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-briefcase-fill:before {
  content: "\eaf4";
}

/* line 290, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-briefcase-line:before {
  content: "\eaf5";
}

/* line 291, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bring-forward:before {
  content: "\eaf6";
}

/* line 292, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bring-to-front:before {
  content: "\eaf7";
}

/* line 293, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-broadcast-fill:before {
  content: "\eaf8";
}

/* line 294, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-broadcast-line:before {
  content: "\eaf9";
}

/* line 295, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-brush-2-fill:before {
  content: "\eafa";
}

/* line 296, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-brush-2-line:before {
  content: "\eafb";
}

/* line 297, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-brush-3-fill:before {
  content: "\eafc";
}

/* line 298, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-brush-3-line:before {
  content: "\eafd";
}

/* line 299, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-brush-4-fill:before {
  content: "\eafe";
}

/* line 300, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-brush-4-line:before {
  content: "\eaff";
}

/* line 301, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-brush-fill:before {
  content: "\eb00";
}

/* line 302, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-brush-line:before {
  content: "\eb01";
}

/* line 303, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bubble-chart-fill:before {
  content: "\eb02";
}

/* line 304, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bubble-chart-line:before {
  content: "\eb03";
}

/* line 305, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bug-2-fill:before {
  content: "\eb04";
}

/* line 306, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bug-2-line:before {
  content: "\eb05";
}

/* line 307, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bug-fill:before {
  content: "\eb06";
}

/* line 308, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bug-line:before {
  content: "\eb07";
}

/* line 309, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-building-2-fill:before {
  content: "\eb08";
}

/* line 310, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-building-2-line:before {
  content: "\eb09";
}

/* line 311, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-building-3-fill:before {
  content: "\eb0a";
}

/* line 312, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-building-3-line:before {
  content: "\eb0b";
}

/* line 313, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-building-4-fill:before {
  content: "\eb0c";
}

/* line 314, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-building-4-line:before {
  content: "\eb0d";
}

/* line 315, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-building-fill:before {
  content: "\eb0e";
}

/* line 316, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-building-line:before {
  content: "\eb0f";
}

/* line 317, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bus-2-fill:before {
  content: "\eb10";
}

/* line 318, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bus-2-line:before {
  content: "\eb11";
}

/* line 319, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bus-fill:before {
  content: "\eb12";
}

/* line 320, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bus-line:before {
  content: "\eb13";
}

/* line 321, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bus-wifi-fill:before {
  content: "\eb14";
}

/* line 322, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-bus-wifi-line:before {
  content: "\eb15";
}

/* line 323, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cactus-fill:before {
  content: "\eb16";
}

/* line 324, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cactus-line:before {
  content: "\eb17";
}

/* line 325, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cake-2-fill:before {
  content: "\eb18";
}

/* line 326, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cake-2-line:before {
  content: "\eb19";
}

/* line 327, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cake-3-fill:before {
  content: "\eb1a";
}

/* line 328, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cake-3-line:before {
  content: "\eb1b";
}

/* line 329, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cake-fill:before {
  content: "\eb1c";
}

/* line 330, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cake-line:before {
  content: "\eb1d";
}

/* line 331, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-calculator-fill:before {
  content: "\eb1e";
}

/* line 332, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-calculator-line:before {
  content: "\eb1f";
}

/* line 333, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-calendar-2-fill:before {
  content: "\eb20";
}

/* line 334, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-calendar-2-line:before {
  content: "\eb21";
}

/* line 335, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-calendar-check-fill:before {
  content: "\eb22";
}

/* line 336, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-calendar-check-line:before {
  content: "\eb23";
}

/* line 337, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-calendar-event-fill:before {
  content: "\eb24";
}

/* line 338, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-calendar-event-line:before {
  content: "\eb25";
}

/* line 339, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-calendar-fill:before {
  content: "\eb26";
}

/* line 340, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-calendar-line:before {
  content: "\eb27";
}

/* line 341, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-calendar-todo-fill:before {
  content: "\eb28";
}

/* line 342, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-calendar-todo-line:before {
  content: "\eb29";
}

/* line 343, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-camera-2-fill:before {
  content: "\eb2a";
}

/* line 344, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-camera-2-line:before {
  content: "\eb2b";
}

/* line 345, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-camera-3-fill:before {
  content: "\eb2c";
}

/* line 346, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-camera-3-line:before {
  content: "\eb2d";
}

/* line 347, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-camera-fill:before {
  content: "\eb2e";
}

/* line 348, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-camera-lens-fill:before {
  content: "\eb2f";
}

/* line 349, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-camera-lens-line:before {
  content: "\eb30";
}

/* line 350, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-camera-line:before {
  content: "\eb31";
}

/* line 351, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-camera-off-fill:before {
  content: "\eb32";
}

/* line 352, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-camera-off-line:before {
  content: "\eb33";
}

/* line 353, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-camera-switch-fill:before {
  content: "\eb34";
}

/* line 354, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-camera-switch-line:before {
  content: "\eb35";
}

/* line 355, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-capsule-fill:before {
  content: "\eb36";
}

/* line 356, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-capsule-line:before {
  content: "\eb37";
}

/* line 357, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-car-fill:before {
  content: "\eb38";
}

/* line 358, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-car-line:before {
  content: "\eb39";
}

/* line 359, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-car-washing-fill:before {
  content: "\eb3a";
}

/* line 360, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-car-washing-line:before {
  content: "\eb3b";
}

/* line 361, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-caravan-fill:before {
  content: "\eb3c";
}

/* line 362, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-caravan-line:before {
  content: "\eb3d";
}

/* line 363, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cast-fill:before {
  content: "\eb3e";
}

/* line 364, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cast-line:before {
  content: "\eb3f";
}

/* line 365, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cellphone-fill:before {
  content: "\eb40";
}

/* line 366, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cellphone-line:before {
  content: "\eb41";
}

/* line 367, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-celsius-fill:before {
  content: "\eb42";
}

/* line 368, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-celsius-line:before {
  content: "\eb43";
}

/* line 369, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-centos-fill:before {
  content: "\eb44";
}

/* line 370, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-centos-line:before {
  content: "\eb45";
}

/* line 371, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-character-recognition-fill:before {
  content: "\eb46";
}

/* line 372, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-character-recognition-line:before {
  content: "\eb47";
}

/* line 373, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-charging-pile-2-fill:before {
  content: "\eb48";
}

/* line 374, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-charging-pile-2-line:before {
  content: "\eb49";
}

/* line 375, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-charging-pile-fill:before {
  content: "\eb4a";
}

/* line 376, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-charging-pile-line:before {
  content: "\eb4b";
}

/* line 377, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-1-fill:before {
  content: "\eb4c";
}

/* line 378, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-1-line:before {
  content: "\eb4d";
}

/* line 379, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-2-fill:before {
  content: "\eb4e";
}

/* line 380, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-2-line:before {
  content: "\eb4f";
}

/* line 381, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-3-fill:before {
  content: "\eb50";
}

/* line 382, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-3-line:before {
  content: "\eb51";
}

/* line 383, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-4-fill:before {
  content: "\eb52";
}

/* line 384, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-4-line:before {
  content: "\eb53";
}

/* line 385, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-check-fill:before {
  content: "\eb54";
}

/* line 386, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-check-line:before {
  content: "\eb55";
}

/* line 387, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-delete-fill:before {
  content: "\eb56";
}

/* line 388, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-delete-line:before {
  content: "\eb57";
}

/* line 389, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-download-fill:before {
  content: "\eb58";
}

/* line 390, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-download-line:before {
  content: "\eb59";
}

/* line 391, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-follow-up-fill:before {
  content: "\eb5a";
}

/* line 392, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-follow-up-line:before {
  content: "\eb5b";
}

/* line 393, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-forward-fill:before {
  content: "\eb5c";
}

/* line 394, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-forward-line:before {
  content: "\eb5d";
}

/* line 395, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-heart-fill:before {
  content: "\eb5e";
}

/* line 396, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-heart-line:before {
  content: "\eb5f";
}

/* line 397, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-history-fill:before {
  content: "\eb60";
}

/* line 398, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-history-line:before {
  content: "\eb61";
}

/* line 399, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-new-fill:before {
  content: "\eb62";
}

/* line 400, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-new-line:before {
  content: "\eb63";
}

/* line 401, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-off-fill:before {
  content: "\eb64";
}

/* line 402, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-off-line:before {
  content: "\eb65";
}

/* line 403, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-poll-fill:before {
  content: "\eb66";
}

/* line 404, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-poll-line:before {
  content: "\eb67";
}

/* line 405, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-private-fill:before {
  content: "\eb68";
}

/* line 406, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-private-line:before {
  content: "\eb69";
}

/* line 407, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-quote-fill:before {
  content: "\eb6a";
}

/* line 408, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-quote-line:before {
  content: "\eb6b";
}

/* line 409, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-settings-fill:before {
  content: "\eb6c";
}

/* line 410, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-settings-line:before {
  content: "\eb6d";
}

/* line 411, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-smile-2-fill:before {
  content: "\eb6e";
}

/* line 412, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-smile-2-line:before {
  content: "\eb6f";
}

/* line 413, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-smile-3-fill:before {
  content: "\eb70";
}

/* line 414, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-smile-3-line:before {
  content: "\eb71";
}

/* line 415, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-smile-fill:before {
  content: "\eb72";
}

/* line 416, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-smile-line:before {
  content: "\eb73";
}

/* line 417, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-upload-fill:before {
  content: "\eb74";
}

/* line 418, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-upload-line:before {
  content: "\eb75";
}

/* line 419, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-voice-fill:before {
  content: "\eb76";
}

/* line 420, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chat-voice-line:before {
  content: "\eb77";
}

/* line 421, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-check-double-fill:before {
  content: "\eb78";
}

/* line 422, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-check-double-line:before {
  content: "\eb79";
}

/* line 423, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-check-fill:before {
  content: "\eb7a";
}

/* line 424, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-check-line:before {
  content: "\eb7b";
}

/* line 425, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-checkbox-blank-circle-fill:before {
  content: "\eb7c";
}

/* line 426, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-checkbox-blank-circle-line:before {
  content: "\eb7d";
}

/* line 427, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-checkbox-blank-fill:before {
  content: "\eb7e";
}

/* line 428, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-checkbox-blank-line:before {
  content: "\eb7f";
}

/* line 429, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-checkbox-circle-fill:before {
  content: "\eb80";
}

/* line 430, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-checkbox-circle-line:before {
  content: "\eb81";
}

/* line 431, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-checkbox-fill:before {
  content: "\eb82";
}

/* line 432, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-checkbox-indeterminate-fill:before {
  content: "\eb83";
}

/* line 433, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-checkbox-indeterminate-line:before {
  content: "\eb84";
}

/* line 434, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-checkbox-line:before {
  content: "\eb85";
}

/* line 435, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-checkbox-multiple-blank-fill:before {
  content: "\eb86";
}

/* line 436, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-checkbox-multiple-blank-line:before {
  content: "\eb87";
}

/* line 437, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-checkbox-multiple-fill:before {
  content: "\eb88";
}

/* line 438, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-checkbox-multiple-line:before {
  content: "\eb89";
}

/* line 439, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-china-railway-fill:before {
  content: "\eb8a";
}

/* line 440, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-china-railway-line:before {
  content: "\eb8b";
}

/* line 441, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chrome-fill:before {
  content: "\eb8c";
}

/* line 442, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-chrome-line:before {
  content: "\eb8d";
}

/* line 443, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-clapperboard-fill:before {
  content: "\eb8e";
}

/* line 444, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-clapperboard-line:before {
  content: "\eb8f";
}

/* line 445, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-clipboard-fill:before {
  content: "\eb90";
}

/* line 446, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-clipboard-line:before {
  content: "\eb91";
}

/* line 447, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-clockwise-2-fill:before {
  content: "\eb92";
}

/* line 448, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-clockwise-2-line:before {
  content: "\eb93";
}

/* line 449, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-clockwise-fill:before {
  content: "\eb94";
}

/* line 450, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-clockwise-line:before {
  content: "\eb95";
}

/* line 451, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-close-circle-fill:before {
  content: "\eb96";
}

/* line 452, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-close-circle-line:before {
  content: "\eb97";
}

/* line 453, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-close-fill:before {
  content: "\eb98";
}

/* line 454, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-close-line:before {
  content: "\eb99";
}

/* line 455, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-closed-captioning-fill:before {
  content: "\eb9a";
}

/* line 456, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-closed-captioning-line:before {
  content: "\eb9b";
}

/* line 457, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cloud-fill:before {
  content: "\eb9c";
}

/* line 458, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cloud-line:before {
  content: "\eb9d";
}

/* line 459, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cloud-off-fill:before {
  content: "\eb9e";
}

/* line 460, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cloud-off-line:before {
  content: "\eb9f";
}

/* line 461, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cloud-windy-fill:before {
  content: "\eba0";
}

/* line 462, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cloud-windy-line:before {
  content: "\eba1";
}

/* line 463, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cloudy-2-fill:before {
  content: "\eba2";
}

/* line 464, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cloudy-2-line:before {
  content: "\eba3";
}

/* line 465, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cloudy-fill:before {
  content: "\eba4";
}

/* line 466, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cloudy-line:before {
  content: "\eba5";
}

/* line 467, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-code-box-fill:before {
  content: "\eba6";
}

/* line 468, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-code-box-line:before {
  content: "\eba7";
}

/* line 469, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-code-fill:before {
  content: "\eba8";
}

/* line 470, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-code-line:before {
  content: "\eba9";
}

/* line 471, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-code-s-fill:before {
  content: "\ebaa";
}

/* line 472, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-code-s-line:before {
  content: "\ebab";
}

/* line 473, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-code-s-slash-fill:before {
  content: "\ebac";
}

/* line 474, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-code-s-slash-line:before {
  content: "\ebad";
}

/* line 475, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-code-view:before {
  content: "\ebae";
}

/* line 476, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-codepen-fill:before {
  content: "\ebaf";
}

/* line 477, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-codepen-line:before {
  content: "\ebb0";
}

/* line 478, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-coin-fill:before {
  content: "\ebb1";
}

/* line 479, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-coin-line:before {
  content: "\ebb2";
}

/* line 480, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-coins-fill:before {
  content: "\ebb3";
}

/* line 481, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-coins-line:before {
  content: "\ebb4";
}

/* line 482, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-collage-fill:before {
  content: "\ebb5";
}

/* line 483, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-collage-line:before {
  content: "\ebb6";
}

/* line 484, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-command-fill:before {
  content: "\ebb7";
}

/* line 485, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-command-line:before {
  content: "\ebb8";
}

/* line 486, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-community-fill:before {
  content: "\ebb9";
}

/* line 487, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-community-line:before {
  content: "\ebba";
}

/* line 488, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-compass-2-fill:before {
  content: "\ebbb";
}

/* line 489, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-compass-2-line:before {
  content: "\ebbc";
}

/* line 490, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-compass-3-fill:before {
  content: "\ebbd";
}

/* line 491, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-compass-3-line:before {
  content: "\ebbe";
}

/* line 492, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-compass-4-fill:before {
  content: "\ebbf";
}

/* line 493, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-compass-4-line:before {
  content: "\ebc0";
}

/* line 494, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-compass-discover-fill:before {
  content: "\ebc1";
}

/* line 495, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-compass-discover-line:before {
  content: "\ebc2";
}

/* line 496, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-compass-fill:before {
  content: "\ebc3";
}

/* line 497, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-compass-line:before {
  content: "\ebc4";
}

/* line 498, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-compasses-2-fill:before {
  content: "\ebc5";
}

/* line 499, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-compasses-2-line:before {
  content: "\ebc6";
}

/* line 500, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-compasses-fill:before {
  content: "\ebc7";
}

/* line 501, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-compasses-line:before {
  content: "\ebc8";
}

/* line 502, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-computer-fill:before {
  content: "\ebc9";
}

/* line 503, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-computer-line:before {
  content: "\ebca";
}

/* line 504, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-contacts-book-2-fill:before {
  content: "\ebcb";
}

/* line 505, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-contacts-book-2-line:before {
  content: "\ebcc";
}

/* line 506, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-contacts-book-fill:before {
  content: "\ebcd";
}

/* line 507, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-contacts-book-line:before {
  content: "\ebce";
}

/* line 508, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-contacts-book-upload-fill:before {
  content: "\ebcf";
}

/* line 509, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-contacts-book-upload-line:before {
  content: "\ebd0";
}

/* line 510, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-contacts-fill:before {
  content: "\ebd1";
}

/* line 511, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-contacts-line:before {
  content: "\ebd2";
}

/* line 512, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-contrast-2-fill:before {
  content: "\ebd3";
}

/* line 513, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-contrast-2-line:before {
  content: "\ebd4";
}

/* line 514, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-contrast-drop-2-fill:before {
  content: "\ebd5";
}

/* line 515, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-contrast-drop-2-line:before {
  content: "\ebd6";
}

/* line 516, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-contrast-drop-fill:before {
  content: "\ebd7";
}

/* line 517, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-contrast-drop-line:before {
  content: "\ebd8";
}

/* line 518, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-contrast-fill:before {
  content: "\ebd9";
}

/* line 519, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-contrast-line:before {
  content: "\ebda";
}

/* line 520, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-copper-coin-fill:before {
  content: "\ebdb";
}

/* line 521, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-copper-coin-line:before {
  content: "\ebdc";
}

/* line 522, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-copper-diamond-fill:before {
  content: "\ebdd";
}

/* line 523, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-copper-diamond-line:before {
  content: "\ebde";
}

/* line 524, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-copyleft-fill:before {
  content: "\ebdf";
}

/* line 525, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-copyleft-line:before {
  content: "\ebe0";
}

/* line 526, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-copyright-fill:before {
  content: "\ebe1";
}

/* line 527, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-copyright-line:before {
  content: "\ebe2";
}

/* line 528, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-coreos-fill:before {
  content: "\ebe3";
}

/* line 529, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-coreos-line:before {
  content: "\ebe4";
}

/* line 530, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-coupon-2-fill:before {
  content: "\ebe5";
}

/* line 531, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-coupon-2-line:before {
  content: "\ebe6";
}

/* line 532, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-coupon-3-fill:before {
  content: "\ebe7";
}

/* line 533, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-coupon-3-line:before {
  content: "\ebe8";
}

/* line 534, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-coupon-4-fill:before {
  content: "\ebe9";
}

/* line 535, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-coupon-4-line:before {
  content: "\ebea";
}

/* line 536, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-coupon-5-fill:before {
  content: "\ebeb";
}

/* line 537, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-coupon-5-line:before {
  content: "\ebec";
}

/* line 538, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-coupon-fill:before {
  content: "\ebed";
}

/* line 539, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-coupon-line:before {
  content: "\ebee";
}

/* line 540, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cpu-fill:before {
  content: "\ebef";
}

/* line 541, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cpu-line:before {
  content: "\ebf0";
}

/* line 542, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-creative-commons-by-fill:before {
  content: "\ebf1";
}

/* line 543, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-creative-commons-by-line:before {
  content: "\ebf2";
}

/* line 544, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-creative-commons-fill:before {
  content: "\ebf3";
}

/* line 545, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-creative-commons-line:before {
  content: "\ebf4";
}

/* line 546, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-creative-commons-nc-fill:before {
  content: "\ebf5";
}

/* line 547, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-creative-commons-nc-line:before {
  content: "\ebf6";
}

/* line 548, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-creative-commons-nd-fill:before {
  content: "\ebf7";
}

/* line 549, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-creative-commons-nd-line:before {
  content: "\ebf8";
}

/* line 550, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-creative-commons-sa-fill:before {
  content: "\ebf9";
}

/* line 551, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-creative-commons-sa-line:before {
  content: "\ebfa";
}

/* line 552, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-creative-commons-zero-fill:before {
  content: "\ebfb";
}

/* line 553, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-creative-commons-zero-line:before {
  content: "\ebfc";
}

/* line 554, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-criminal-fill:before {
  content: "\ebfd";
}

/* line 555, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-criminal-line:before {
  content: "\ebfe";
}

/* line 556, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-crop-2-fill:before {
  content: "\ebff";
}

/* line 557, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-crop-2-line:before {
  content: "\ec00";
}

/* line 558, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-crop-fill:before {
  content: "\ec01";
}

/* line 559, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-crop-line:before {
  content: "\ec02";
}

/* line 560, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-css3-fill:before {
  content: "\ec03";
}

/* line 561, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-css3-line:before {
  content: "\ec04";
}

/* line 562, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cup-fill:before {
  content: "\ec05";
}

/* line 563, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cup-line:before {
  content: "\ec06";
}

/* line 564, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-currency-fill:before {
  content: "\ec07";
}

/* line 565, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-currency-line:before {
  content: "\ec08";
}

/* line 566, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cursor-fill:before {
  content: "\ec09";
}

/* line 567, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-cursor-line:before {
  content: "\ec0a";
}

/* line 568, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-customer-service-2-fill:before {
  content: "\ec0b";
}

/* line 569, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-customer-service-2-line:before {
  content: "\ec0c";
}

/* line 570, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-customer-service-fill:before {
  content: "\ec0d";
}

/* line 571, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-customer-service-line:before {
  content: "\ec0e";
}

/* line 572, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dashboard-2-fill:before {
  content: "\ec0f";
}

/* line 573, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dashboard-2-line:before {
  content: "\ec10";
}

/* line 574, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dashboard-3-fill:before {
  content: "\ec11";
}

/* line 575, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dashboard-3-line:before {
  content: "\ec12";
}

/* line 576, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dashboard-fill:before {
  content: "\ec13";
}

/* line 577, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dashboard-line:before {
  content: "\ec14";
}

/* line 578, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-database-2-fill:before {
  content: "\ec15";
}

/* line 579, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-database-2-line:before {
  content: "\ec16";
}

/* line 580, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-database-fill:before {
  content: "\ec17";
}

/* line 581, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-database-line:before {
  content: "\ec18";
}

/* line 582, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-back-2-fill:before {
  content: "\ec19";
}

/* line 583, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-back-2-line:before {
  content: "\ec1a";
}

/* line 584, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-back-fill:before {
  content: "\ec1b";
}

/* line 585, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-back-line:before {
  content: "\ec1c";
}

/* line 586, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-bin-2-fill:before {
  content: "\ec1d";
}

/* line 587, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-bin-2-line:before {
  content: "\ec1e";
}

/* line 588, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-bin-3-fill:before {
  content: "\ec1f";
}

/* line 589, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-bin-3-line:before {
  content: "\ec20";
}

/* line 590, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-bin-4-fill:before {
  content: "\ec21";
}

/* line 591, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-bin-4-line:before {
  content: "\ec22";
}

/* line 592, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-bin-5-fill:before {
  content: "\ec23";
}

/* line 593, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-bin-5-line:before {
  content: "\ec24";
}

/* line 594, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-bin-6-fill:before {
  content: "\ec25";
}

/* line 595, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-bin-6-line:before {
  content: "\ec26";
}

/* line 596, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-bin-7-fill:before {
  content: "\ec27";
}

/* line 597, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-bin-7-line:before {
  content: "\ec28";
}

/* line 598, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-bin-fill:before {
  content: "\ec29";
}

/* line 599, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-bin-line:before {
  content: "\ec2a";
}

/* line 600, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-column:before {
  content: "\ec2b";
}

/* line 601, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-delete-row:before {
  content: "\ec2c";
}

/* line 602, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-device-fill:before {
  content: "\ec2d";
}

/* line 603, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-device-line:before {
  content: "\ec2e";
}

/* line 604, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-device-recover-fill:before {
  content: "\ec2f";
}

/* line 605, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-device-recover-line:before {
  content: "\ec30";
}

/* line 606, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dingding-fill:before {
  content: "\ec31";
}

/* line 607, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dingding-line:before {
  content: "\ec32";
}

/* line 608, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-direction-fill:before {
  content: "\ec33";
}

/* line 609, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-direction-line:before {
  content: "\ec34";
}

/* line 610, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-disc-fill:before {
  content: "\ec35";
}

/* line 611, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-disc-line:before {
  content: "\ec36";
}

/* line 612, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-discord-fill:before {
  content: "\ec37";
}

/* line 613, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-discord-line:before {
  content: "\ec38";
}

/* line 614, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-discuss-fill:before {
  content: "\ec39";
}

/* line 615, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-discuss-line:before {
  content: "\ec3a";
}

/* line 616, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dislike-fill:before {
  content: "\ec3b";
}

/* line 617, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dislike-line:before {
  content: "\ec3c";
}

/* line 618, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-disqus-fill:before {
  content: "\ec3d";
}

/* line 619, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-disqus-line:before {
  content: "\ec3e";
}

/* line 620, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-divide-fill:before {
  content: "\ec3f";
}

/* line 621, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-divide-line:before {
  content: "\ec40";
}

/* line 622, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-donut-chart-fill:before {
  content: "\ec41";
}

/* line 623, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-donut-chart-line:before {
  content: "\ec42";
}

/* line 624, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-door-closed-fill:before {
  content: "\ec43";
}

/* line 625, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-door-closed-line:before {
  content: "\ec44";
}

/* line 626, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-door-fill:before {
  content: "\ec45";
}

/* line 627, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-door-line:before {
  content: "\ec46";
}

/* line 628, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-door-lock-box-fill:before {
  content: "\ec47";
}

/* line 629, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-door-lock-box-line:before {
  content: "\ec48";
}

/* line 630, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-door-lock-fill:before {
  content: "\ec49";
}

/* line 631, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-door-lock-line:before {
  content: "\ec4a";
}

/* line 632, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-door-open-fill:before {
  content: "\ec4b";
}

/* line 633, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-door-open-line:before {
  content: "\ec4c";
}

/* line 634, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dossier-fill:before {
  content: "\ec4d";
}

/* line 635, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dossier-line:before {
  content: "\ec4e";
}

/* line 636, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-douban-fill:before {
  content: "\ec4f";
}

/* line 637, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-douban-line:before {
  content: "\ec50";
}

/* line 638, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-double-quotes-l:before {
  content: "\ec51";
}

/* line 639, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-double-quotes-r:before {
  content: "\ec52";
}

/* line 640, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-download-2-fill:before {
  content: "\ec53";
}

/* line 641, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-download-2-line:before {
  content: "\ec54";
}

/* line 642, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-download-cloud-2-fill:before {
  content: "\ec55";
}

/* line 643, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-download-cloud-2-line:before {
  content: "\ec56";
}

/* line 644, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-download-cloud-fill:before {
  content: "\ec57";
}

/* line 645, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-download-cloud-line:before {
  content: "\ec58";
}

/* line 646, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-download-fill:before {
  content: "\ec59";
}

/* line 647, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-download-line:before {
  content: "\ec5a";
}

/* line 648, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-draft-fill:before {
  content: "\ec5b";
}

/* line 649, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-draft-line:before {
  content: "\ec5c";
}

/* line 650, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-drag-drop-fill:before {
  content: "\ec5d";
}

/* line 651, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-drag-drop-line:before {
  content: "\ec5e";
}

/* line 652, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-drag-move-2-fill:before {
  content: "\ec5f";
}

/* line 653, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-drag-move-2-line:before {
  content: "\ec60";
}

/* line 654, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-drag-move-fill:before {
  content: "\ec61";
}

/* line 655, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-drag-move-line:before {
  content: "\ec62";
}

/* line 656, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dribbble-fill:before {
  content: "\ec63";
}

/* line 657, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dribbble-line:before {
  content: "\ec64";
}

/* line 658, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-drive-fill:before {
  content: "\ec65";
}

/* line 659, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-drive-line:before {
  content: "\ec66";
}

/* line 660, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-drizzle-fill:before {
  content: "\ec67";
}

/* line 661, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-drizzle-line:before {
  content: "\ec68";
}

/* line 662, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-drop-fill:before {
  content: "\ec69";
}

/* line 663, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-drop-line:before {
  content: "\ec6a";
}

/* line 664, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dropbox-fill:before {
  content: "\ec6b";
}

/* line 665, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dropbox-line:before {
  content: "\ec6c";
}

/* line 666, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dual-sim-1-fill:before {
  content: "\ec6d";
}

/* line 667, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dual-sim-1-line:before {
  content: "\ec6e";
}

/* line 668, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dual-sim-2-fill:before {
  content: "\ec6f";
}

/* line 669, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dual-sim-2-line:before {
  content: "\ec70";
}

/* line 670, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dv-fill:before {
  content: "\ec71";
}

/* line 671, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dv-line:before {
  content: "\ec72";
}

/* line 672, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dvd-fill:before {
  content: "\ec73";
}

/* line 673, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-dvd-line:before {
  content: "\ec74";
}

/* line 674, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-e-bike-2-fill:before {
  content: "\ec75";
}

/* line 675, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-e-bike-2-line:before {
  content: "\ec76";
}

/* line 676, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-e-bike-fill:before {
  content: "\ec77";
}

/* line 677, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-e-bike-line:before {
  content: "\ec78";
}

/* line 678, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-earth-fill:before {
  content: "\ec79";
}

/* line 679, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-earth-line:before {
  content: "\ec7a";
}

/* line 680, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-earthquake-fill:before {
  content: "\ec7b";
}

/* line 681, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-earthquake-line:before {
  content: "\ec7c";
}

/* line 682, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-edge-fill:before {
  content: "\ec7d";
}

/* line 683, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-edge-line:before {
  content: "\ec7e";
}

/* line 684, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-edit-2-fill:before {
  content: "\ec7f";
}

/* line 685, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-edit-2-line:before {
  content: "\ec80";
}

/* line 686, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-edit-box-fill:before {
  content: "\ec81";
}

/* line 687, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-edit-box-line:before {
  content: "\ec82";
}

/* line 688, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-edit-circle-fill:before {
  content: "\ec83";
}

/* line 689, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-edit-circle-line:before {
  content: "\ec84";
}

/* line 690, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-edit-fill:before {
  content: "\ec85";
}

/* line 691, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-edit-line:before {
  content: "\ec86";
}

/* line 692, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-eject-fill:before {
  content: "\ec87";
}

/* line 693, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-eject-line:before {
  content: "\ec88";
}

/* line 694, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-emotion-2-fill:before {
  content: "\ec89";
}

/* line 695, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-emotion-2-line:before {
  content: "\ec8a";
}

/* line 696, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-emotion-fill:before {
  content: "\ec8b";
}

/* line 697, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-emotion-happy-fill:before {
  content: "\ec8c";
}

/* line 698, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-emotion-happy-line:before {
  content: "\ec8d";
}

/* line 699, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-emotion-laugh-fill:before {
  content: "\ec8e";
}

/* line 700, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-emotion-laugh-line:before {
  content: "\ec8f";
}

/* line 701, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-emotion-line:before {
  content: "\ec90";
}

/* line 702, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-emotion-normal-fill:before {
  content: "\ec91";
}

/* line 703, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-emotion-normal-line:before {
  content: "\ec92";
}

/* line 704, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-emotion-sad-fill:before {
  content: "\ec93";
}

/* line 705, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-emotion-sad-line:before {
  content: "\ec94";
}

/* line 706, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-emotion-unhappy-fill:before {
  content: "\ec95";
}

/* line 707, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-emotion-unhappy-line:before {
  content: "\ec96";
}

/* line 708, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-empathize-fill:before {
  content: "\ec97";
}

/* line 709, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-empathize-line:before {
  content: "\ec98";
}

/* line 710, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-emphasis-cn:before {
  content: "\ec99";
}

/* line 711, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-emphasis:before {
  content: "\ec9a";
}

/* line 712, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-english-input:before {
  content: "\ec9b";
}

/* line 713, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-equalizer-fill:before {
  content: "\ec9c";
}

/* line 714, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-equalizer-line:before {
  content: "\ec9d";
}

/* line 715, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-eraser-fill:before {
  content: "\ec9e";
}

/* line 716, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-eraser-line:before {
  content: "\ec9f";
}

/* line 717, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-error-warning-fill:before {
  content: "\eca0";
}

/* line 718, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-error-warning-line:before {
  content: "\eca1";
}

/* line 719, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-evernote-fill:before {
  content: "\eca2";
}

/* line 720, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-evernote-line:before {
  content: "\eca3";
}

/* line 721, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-exchange-box-fill:before {
  content: "\eca4";
}

/* line 722, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-exchange-box-line:before {
  content: "\eca5";
}

/* line 723, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-exchange-cny-fill:before {
  content: "\eca6";
}

/* line 724, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-exchange-cny-line:before {
  content: "\eca7";
}

/* line 725, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-exchange-dollar-fill:before {
  content: "\eca8";
}

/* line 726, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-exchange-dollar-line:before {
  content: "\eca9";
}

/* line 727, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-exchange-fill:before {
  content: "\ecaa";
}

/* line 728, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-exchange-funds-fill:before {
  content: "\ecab";
}

/* line 729, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-exchange-funds-line:before {
  content: "\ecac";
}

/* line 730, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-exchange-line:before {
  content: "\ecad";
}

/* line 731, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-external-link-fill:before {
  content: "\ecae";
}

/* line 732, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-external-link-line:before {
  content: "\ecaf";
}

/* line 733, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-eye-2-fill:before {
  content: "\ecb0";
}

/* line 734, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-eye-2-line:before {
  content: "\ecb1";
}

/* line 735, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-eye-close-fill:before {
  content: "\ecb2";
}

/* line 736, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-eye-close-line:before {
  content: "\ecb3";
}

/* line 737, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-eye-fill:before {
  content: "\ecb4";
}

/* line 738, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-eye-line:before {
  content: "\ecb5";
}

/* line 739, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-eye-off-fill:before {
  content: "\ecb6";
}

/* line 740, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-eye-off-line:before {
  content: "\ecb7";
}

/* line 741, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-facebook-box-fill:before {
  content: "\ecb8";
}

/* line 742, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-facebook-box-line:before {
  content: "\ecb9";
}

/* line 743, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-facebook-circle-fill:before {
  content: "\ecba";
}

/* line 744, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-facebook-circle-line:before {
  content: "\ecbb";
}

/* line 745, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-facebook-fill:before {
  content: "\ecbc";
}

/* line 746, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-facebook-line:before {
  content: "\ecbd";
}

/* line 747, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-fahrenheit-fill:before {
  content: "\ecbe";
}

/* line 748, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-fahrenheit-line:before {
  content: "\ecbf";
}

/* line 749, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-feedback-fill:before {
  content: "\ecc0";
}

/* line 750, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-feedback-line:before {
  content: "\ecc1";
}

/* line 751, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-2-fill:before {
  content: "\ecc2";
}

/* line 752, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-2-line:before {
  content: "\ecc3";
}

/* line 753, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-3-fill:before {
  content: "\ecc4";
}

/* line 754, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-3-line:before {
  content: "\ecc5";
}

/* line 755, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-4-fill:before {
  content: "\ecc6";
}

/* line 756, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-4-line:before {
  content: "\ecc7";
}

/* line 757, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-add-fill:before {
  content: "\ecc8";
}

/* line 758, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-add-line:before {
  content: "\ecc9";
}

/* line 759, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-chart-2-fill:before {
  content: "\ecca";
}

/* line 760, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-chart-2-line:before {
  content: "\eccb";
}

/* line 761, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-chart-fill:before {
  content: "\eccc";
}

/* line 762, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-chart-line:before {
  content: "\eccd";
}

/* line 763, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-cloud-fill:before {
  content: "\ecce";
}

/* line 764, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-cloud-line:before {
  content: "\eccf";
}

/* line 765, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-code-fill:before {
  content: "\ecd0";
}

/* line 766, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-code-line:before {
  content: "\ecd1";
}

/* line 767, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-copy-2-fill:before {
  content: "\ecd2";
}

/* line 768, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-copy-2-line:before {
  content: "\ecd3";
}

/* line 769, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-copy-fill:before {
  content: "\ecd4";
}

/* line 770, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-copy-line:before {
  content: "\ecd5";
}

/* line 771, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-damage-fill:before {
  content: "\ecd6";
}

/* line 772, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-damage-line:before {
  content: "\ecd7";
}

/* line 773, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-download-fill:before {
  content: "\ecd8";
}

/* line 774, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-download-line:before {
  content: "\ecd9";
}

/* line 775, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-edit-fill:before {
  content: "\ecda";
}

/* line 776, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-edit-line:before {
  content: "\ecdb";
}

/* line 777, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-excel-2-fill:before {
  content: "\ecdc";
}

/* line 778, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-excel-2-line:before {
  content: "\ecdd";
}

/* line 779, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-excel-fill:before {
  content: "\ecde";
}

/* line 780, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-excel-line:before {
  content: "\ecdf";
}

/* line 781, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-fill:before {
  content: "\ece0";
}

/* line 782, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-forbid-fill:before {
  content: "\ece1";
}

/* line 783, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-forbid-line:before {
  content: "\ece2";
}

/* line 784, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-gif-fill:before {
  content: "\ece3";
}

/* line 785, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-gif-line:before {
  content: "\ece4";
}

/* line 786, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-history-fill:before {
  content: "\ece5";
}

/* line 787, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-history-line:before {
  content: "\ece6";
}

/* line 788, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-hwp-fill:before {
  content: "\ece7";
}

/* line 789, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-hwp-line:before {
  content: "\ece8";
}

/* line 790, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-info-fill:before {
  content: "\ece9";
}

/* line 791, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-info-line:before {
  content: "\ecea";
}

/* line 792, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-line:before {
  content: "\eceb";
}

/* line 793, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-list-2-fill:before {
  content: "\ecec";
}

/* line 794, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-list-2-line:before {
  content: "\eced";
}

/* line 795, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-list-3-fill:before {
  content: "\ecee";
}

/* line 796, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-list-3-line:before {
  content: "\ecef";
}

/* line 797, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-list-fill:before {
  content: "\ecf0";
}

/* line 798, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-list-line:before {
  content: "\ecf1";
}

/* line 799, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-lock-fill:before {
  content: "\ecf2";
}

/* line 800, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-lock-line:before {
  content: "\ecf3";
}

/* line 801, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-mark-fill:before {
  content: "\ecf4";
}

/* line 802, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-mark-line:before {
  content: "\ecf5";
}

/* line 803, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-music-fill:before {
  content: "\ecf6";
}

/* line 804, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-music-line:before {
  content: "\ecf7";
}

/* line 805, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-paper-2-fill:before {
  content: "\ecf8";
}

/* line 806, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-paper-2-line:before {
  content: "\ecf9";
}

/* line 807, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-paper-fill:before {
  content: "\ecfa";
}

/* line 808, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-paper-line:before {
  content: "\ecfb";
}

/* line 809, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-pdf-fill:before {
  content: "\ecfc";
}

/* line 810, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-pdf-line:before {
  content: "\ecfd";
}

/* line 811, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-ppt-2-fill:before {
  content: "\ecfe";
}

/* line 812, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-ppt-2-line:before {
  content: "\ecff";
}

/* line 813, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-ppt-fill:before {
  content: "\ed00";
}

/* line 814, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-ppt-line:before {
  content: "\ed01";
}

/* line 815, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-reduce-fill:before {
  content: "\ed02";
}

/* line 816, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-reduce-line:before {
  content: "\ed03";
}

/* line 817, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-search-fill:before {
  content: "\ed04";
}

/* line 818, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-search-line:before {
  content: "\ed05";
}

/* line 819, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-settings-fill:before {
  content: "\ed06";
}

/* line 820, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-settings-line:before {
  content: "\ed07";
}

/* line 821, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-shield-2-fill:before {
  content: "\ed08";
}

/* line 822, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-shield-2-line:before {
  content: "\ed09";
}

/* line 823, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-shield-fill:before {
  content: "\ed0a";
}

/* line 824, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-shield-line:before {
  content: "\ed0b";
}

/* line 825, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-shred-fill:before {
  content: "\ed0c";
}

/* line 826, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-shred-line:before {
  content: "\ed0d";
}

/* line 827, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-text-fill:before {
  content: "\ed0e";
}

/* line 828, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-text-line:before {
  content: "\ed0f";
}

/* line 829, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-transfer-fill:before {
  content: "\ed10";
}

/* line 830, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-transfer-line:before {
  content: "\ed11";
}

/* line 831, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-unknow-fill:before {
  content: "\ed12";
}

/* line 832, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-unknow-line:before {
  content: "\ed13";
}

/* line 833, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-upload-fill:before {
  content: "\ed14";
}

/* line 834, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-upload-line:before {
  content: "\ed15";
}

/* line 835, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-user-fill:before {
  content: "\ed16";
}

/* line 836, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-user-line:before {
  content: "\ed17";
}

/* line 837, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-warning-fill:before {
  content: "\ed18";
}

/* line 838, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-warning-line:before {
  content: "\ed19";
}

/* line 839, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-word-2-fill:before {
  content: "\ed1a";
}

/* line 840, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-word-2-line:before {
  content: "\ed1b";
}

/* line 841, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-word-fill:before {
  content: "\ed1c";
}

/* line 842, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-word-line:before {
  content: "\ed1d";
}

/* line 843, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-zip-fill:before {
  content: "\ed1e";
}

/* line 844, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-file-zip-line:before {
  content: "\ed1f";
}

/* line 845, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-film-fill:before {
  content: "\ed20";
}

/* line 846, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-film-line:before {
  content: "\ed21";
}

/* line 847, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-filter-2-fill:before {
  content: "\ed22";
}

/* line 848, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-filter-2-line:before {
  content: "\ed23";
}

/* line 849, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-filter-3-fill:before {
  content: "\ed24";
}

/* line 850, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-filter-3-line:before {
  content: "\ed25";
}

/* line 851, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-filter-fill:before {
  content: "\ed26";
}

/* line 852, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-filter-line:before {
  content: "\ed27";
}

/* line 853, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-filter-off-fill:before {
  content: "\ed28";
}

/* line 854, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-filter-off-line:before {
  content: "\ed29";
}

/* line 855, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-find-replace-fill:before {
  content: "\ed2a";
}

/* line 856, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-find-replace-line:before {
  content: "\ed2b";
}

/* line 857, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-finder-fill:before {
  content: "\ed2c";
}

/* line 858, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-finder-line:before {
  content: "\ed2d";
}

/* line 859, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-fingerprint-2-fill:before {
  content: "\ed2e";
}

/* line 860, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-fingerprint-2-line:before {
  content: "\ed2f";
}

/* line 861, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-fingerprint-fill:before {
  content: "\ed30";
}

/* line 862, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-fingerprint-line:before {
  content: "\ed31";
}

/* line 863, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-fire-fill:before {
  content: "\ed32";
}

/* line 864, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-fire-line:before {
  content: "\ed33";
}

/* line 865, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-firefox-fill:before {
  content: "\ed34";
}

/* line 866, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-firefox-line:before {
  content: "\ed35";
}

/* line 867, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-first-aid-kit-fill:before {
  content: "\ed36";
}

/* line 868, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-first-aid-kit-line:before {
  content: "\ed37";
}

/* line 869, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-flag-2-fill:before {
  content: "\ed38";
}

/* line 870, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-flag-2-line:before {
  content: "\ed39";
}

/* line 871, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-flag-fill:before {
  content: "\ed3a";
}

/* line 872, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-flag-line:before {
  content: "\ed3b";
}

/* line 873, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-flashlight-fill:before {
  content: "\ed3c";
}

/* line 874, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-flashlight-line:before {
  content: "\ed3d";
}

/* line 875, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-flask-fill:before {
  content: "\ed3e";
}

/* line 876, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-flask-line:before {
  content: "\ed3f";
}

/* line 877, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-flight-land-fill:before {
  content: "\ed40";
}

/* line 878, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-flight-land-line:before {
  content: "\ed41";
}

/* line 879, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-flight-takeoff-fill:before {
  content: "\ed42";
}

/* line 880, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-flight-takeoff-line:before {
  content: "\ed43";
}

/* line 881, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-flood-fill:before {
  content: "\ed44";
}

/* line 882, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-flood-line:before {
  content: "\ed45";
}

/* line 883, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-flow-chart:before {
  content: "\ed46";
}

/* line 884, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-flutter-fill:before {
  content: "\ed47";
}

/* line 885, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-flutter-line:before {
  content: "\ed48";
}

/* line 886, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-focus-2-fill:before {
  content: "\ed49";
}

/* line 887, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-focus-2-line:before {
  content: "\ed4a";
}

/* line 888, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-focus-3-fill:before {
  content: "\ed4b";
}

/* line 889, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-focus-3-line:before {
  content: "\ed4c";
}

/* line 890, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-focus-fill:before {
  content: "\ed4d";
}

/* line 891, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-focus-line:before {
  content: "\ed4e";
}

/* line 892, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-foggy-fill:before {
  content: "\ed4f";
}

/* line 893, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-foggy-line:before {
  content: "\ed50";
}

/* line 894, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-2-fill:before {
  content: "\ed51";
}

/* line 895, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-2-line:before {
  content: "\ed52";
}

/* line 896, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-3-fill:before {
  content: "\ed53";
}

/* line 897, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-3-line:before {
  content: "\ed54";
}

/* line 898, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-4-fill:before {
  content: "\ed55";
}

/* line 899, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-4-line:before {
  content: "\ed56";
}

/* line 900, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-5-fill:before {
  content: "\ed57";
}

/* line 901, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-5-line:before {
  content: "\ed58";
}

/* line 902, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-add-fill:before {
  content: "\ed59";
}

/* line 903, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-add-line:before {
  content: "\ed5a";
}

/* line 904, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-chart-2-fill:before {
  content: "\ed5b";
}

/* line 905, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-chart-2-line:before {
  content: "\ed5c";
}

/* line 906, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-chart-fill:before {
  content: "\ed5d";
}

/* line 907, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-chart-line:before {
  content: "\ed5e";
}

/* line 908, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-download-fill:before {
  content: "\ed5f";
}

/* line 909, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-download-line:before {
  content: "\ed60";
}

/* line 910, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-fill:before {
  content: "\ed61";
}

/* line 911, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-forbid-fill:before {
  content: "\ed62";
}

/* line 912, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-forbid-line:before {
  content: "\ed63";
}

/* line 913, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-history-fill:before {
  content: "\ed64";
}

/* line 914, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-history-line:before {
  content: "\ed65";
}

/* line 915, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-info-fill:before {
  content: "\ed66";
}

/* line 916, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-info-line:before {
  content: "\ed67";
}

/* line 917, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-keyhole-fill:before {
  content: "\ed68";
}

/* line 918, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-keyhole-line:before {
  content: "\ed69";
}

/* line 919, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-line:before {
  content: "\ed6a";
}

/* line 920, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-lock-fill:before {
  content: "\ed6b";
}

/* line 921, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-lock-line:before {
  content: "\ed6c";
}

/* line 922, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-music-fill:before {
  content: "\ed6d";
}

/* line 923, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-music-line:before {
  content: "\ed6e";
}

/* line 924, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-open-fill:before {
  content: "\ed6f";
}

/* line 925, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-open-line:before {
  content: "\ed70";
}

/* line 926, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-received-fill:before {
  content: "\ed71";
}

/* line 927, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-received-line:before {
  content: "\ed72";
}

/* line 928, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-reduce-fill:before {
  content: "\ed73";
}

/* line 929, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-reduce-line:before {
  content: "\ed74";
}

/* line 930, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-settings-fill:before {
  content: "\ed75";
}

/* line 931, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-settings-line:before {
  content: "\ed76";
}

/* line 932, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-shared-fill:before {
  content: "\ed77";
}

/* line 933, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-shared-line:before {
  content: "\ed78";
}

/* line 934, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-shield-2-fill:before {
  content: "\ed79";
}

/* line 935, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-shield-2-line:before {
  content: "\ed7a";
}

/* line 936, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-shield-fill:before {
  content: "\ed7b";
}

/* line 937, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-shield-line:before {
  content: "\ed7c";
}

/* line 938, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-transfer-fill:before {
  content: "\ed7d";
}

/* line 939, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-transfer-line:before {
  content: "\ed7e";
}

/* line 940, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-unknow-fill:before {
  content: "\ed7f";
}

/* line 941, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-unknow-line:before {
  content: "\ed80";
}

/* line 942, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-upload-fill:before {
  content: "\ed81";
}

/* line 943, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-upload-line:before {
  content: "\ed82";
}

/* line 944, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-user-fill:before {
  content: "\ed83";
}

/* line 945, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-user-line:before {
  content: "\ed84";
}

/* line 946, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-warning-fill:before {
  content: "\ed85";
}

/* line 947, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-warning-line:before {
  content: "\ed86";
}

/* line 948, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-zip-fill:before {
  content: "\ed87";
}

/* line 949, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folder-zip-line:before {
  content: "\ed88";
}

/* line 950, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folders-fill:before {
  content: "\ed89";
}

/* line 951, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-folders-line:before {
  content: "\ed8a";
}

/* line 952, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-font-color:before {
  content: "\ed8b";
}

/* line 953, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-font-size-2:before {
  content: "\ed8c";
}

/* line 954, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-font-size:before {
  content: "\ed8d";
}

/* line 955, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-football-fill:before {
  content: "\ed8e";
}

/* line 956, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-football-line:before {
  content: "\ed8f";
}

/* line 957, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-footprint-fill:before {
  content: "\ed90";
}

/* line 958, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-footprint-line:before {
  content: "\ed91";
}

/* line 959, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-forbid-2-fill:before {
  content: "\ed92";
}

/* line 960, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-forbid-2-line:before {
  content: "\ed93";
}

/* line 961, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-forbid-fill:before {
  content: "\ed94";
}

/* line 962, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-forbid-line:before {
  content: "\ed95";
}

/* line 963, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-format-clear:before {
  content: "\ed96";
}

/* line 964, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-fridge-fill:before {
  content: "\ed97";
}

/* line 965, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-fridge-line:before {
  content: "\ed98";
}

/* line 966, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-fullscreen-exit-fill:before {
  content: "\ed99";
}

/* line 967, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-fullscreen-exit-line:before {
  content: "\ed9a";
}

/* line 968, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-fullscreen-fill:before {
  content: "\ed9b";
}

/* line 969, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-fullscreen-line:before {
  content: "\ed9c";
}

/* line 970, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-function-fill:before {
  content: "\ed9d";
}

/* line 971, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-function-line:before {
  content: "\ed9e";
}

/* line 972, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-functions:before {
  content: "\ed9f";
}

/* line 973, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-funds-box-fill:before {
  content: "\eda0";
}

/* line 974, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-funds-box-line:before {
  content: "\eda1";
}

/* line 975, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-funds-fill:before {
  content: "\eda2";
}

/* line 976, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-funds-line:before {
  content: "\eda3";
}

/* line 977, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gallery-fill:before {
  content: "\eda4";
}

/* line 978, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gallery-line:before {
  content: "\eda5";
}

/* line 979, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gallery-upload-fill:before {
  content: "\eda6";
}

/* line 980, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gallery-upload-line:before {
  content: "\eda7";
}

/* line 981, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-game-fill:before {
  content: "\eda8";
}

/* line 982, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-game-line:before {
  content: "\eda9";
}

/* line 983, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gamepad-fill:before {
  content: "\edaa";
}

/* line 984, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gamepad-line:before {
  content: "\edab";
}

/* line 985, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gas-station-fill:before {
  content: "\edac";
}

/* line 986, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gas-station-line:before {
  content: "\edad";
}

/* line 987, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gatsby-fill:before {
  content: "\edae";
}

/* line 988, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gatsby-line:before {
  content: "\edaf";
}

/* line 989, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-genderless-fill:before {
  content: "\edb0";
}

/* line 990, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-genderless-line:before {
  content: "\edb1";
}

/* line 991, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ghost-2-fill:before {
  content: "\edb2";
}

/* line 992, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ghost-2-line:before {
  content: "\edb3";
}

/* line 993, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ghost-fill:before {
  content: "\edb4";
}

/* line 994, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ghost-line:before {
  content: "\edb5";
}

/* line 995, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ghost-smile-fill:before {
  content: "\edb6";
}

/* line 996, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ghost-smile-line:before {
  content: "\edb7";
}

/* line 997, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gift-2-fill:before {
  content: "\edb8";
}

/* line 998, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gift-2-line:before {
  content: "\edb9";
}

/* line 999, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gift-fill:before {
  content: "\edba";
}

/* line 1000, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gift-line:before {
  content: "\edbb";
}

/* line 1001, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-git-branch-fill:before {
  content: "\edbc";
}

/* line 1002, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-git-branch-line:before {
  content: "\edbd";
}

/* line 1003, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-git-commit-fill:before {
  content: "\edbe";
}

/* line 1004, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-git-commit-line:before {
  content: "\edbf";
}

/* line 1005, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-git-merge-fill:before {
  content: "\edc0";
}

/* line 1006, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-git-merge-line:before {
  content: "\edc1";
}

/* line 1007, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-git-pull-request-fill:before {
  content: "\edc2";
}

/* line 1008, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-git-pull-request-line:before {
  content: "\edc3";
}

/* line 1009, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-git-repository-commits-fill:before {
  content: "\edc4";
}

/* line 1010, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-git-repository-commits-line:before {
  content: "\edc5";
}

/* line 1011, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-git-repository-fill:before {
  content: "\edc6";
}

/* line 1012, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-git-repository-line:before {
  content: "\edc7";
}

/* line 1013, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-git-repository-private-fill:before {
  content: "\edc8";
}

/* line 1014, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-git-repository-private-line:before {
  content: "\edc9";
}

/* line 1015, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-github-fill:before {
  content: "\edca";
}

/* line 1016, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-github-line:before {
  content: "\edcb";
}

/* line 1017, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gitlab-fill:before {
  content: "\edcc";
}

/* line 1018, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gitlab-line:before {
  content: "\edcd";
}

/* line 1019, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-global-fill:before {
  content: "\edce";
}

/* line 1020, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-global-line:before {
  content: "\edcf";
}

/* line 1021, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-globe-fill:before {
  content: "\edd0";
}

/* line 1022, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-globe-line:before {
  content: "\edd1";
}

/* line 1023, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-goblet-fill:before {
  content: "\edd2";
}

/* line 1024, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-goblet-line:before {
  content: "\edd3";
}

/* line 1025, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-google-fill:before {
  content: "\edd4";
}

/* line 1026, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-google-line:before {
  content: "\edd5";
}

/* line 1027, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-google-play-fill:before {
  content: "\edd6";
}

/* line 1028, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-google-play-line:before {
  content: "\edd7";
}

/* line 1029, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-government-fill:before {
  content: "\edd8";
}

/* line 1030, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-government-line:before {
  content: "\edd9";
}

/* line 1031, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gps-fill:before {
  content: "\edda";
}

/* line 1032, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gps-line:before {
  content: "\eddb";
}

/* line 1033, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gradienter-fill:before {
  content: "\eddc";
}

/* line 1034, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-gradienter-line:before {
  content: "\eddd";
}

/* line 1035, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-grid-fill:before {
  content: "\edde";
}

/* line 1036, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-grid-line:before {
  content: "\eddf";
}

/* line 1037, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-group-2-fill:before {
  content: "\ede0";
}

/* line 1038, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-group-2-line:before {
  content: "\ede1";
}

/* line 1039, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-group-fill:before {
  content: "\ede2";
}

/* line 1040, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-group-line:before {
  content: "\ede3";
}

/* line 1041, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-guide-fill:before {
  content: "\ede4";
}

/* line 1042, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-guide-line:before {
  content: "\ede5";
}

/* line 1043, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-h-1:before {
  content: "\ede6";
}

/* line 1044, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-h-2:before {
  content: "\ede7";
}

/* line 1045, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-h-3:before {
  content: "\ede8";
}

/* line 1046, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-h-4:before {
  content: "\ede9";
}

/* line 1047, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-h-5:before {
  content: "\edea";
}

/* line 1048, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-h-6:before {
  content: "\edeb";
}

/* line 1049, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hail-fill:before {
  content: "\edec";
}

/* line 1050, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hail-line:before {
  content: "\eded";
}

/* line 1051, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hammer-fill:before {
  content: "\edee";
}

/* line 1052, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hammer-line:before {
  content: "\edef";
}

/* line 1053, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hand-coin-fill:before {
  content: "\edf0";
}

/* line 1054, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hand-coin-line:before {
  content: "\edf1";
}

/* line 1055, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hand-heart-fill:before {
  content: "\edf2";
}

/* line 1056, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hand-heart-line:before {
  content: "\edf3";
}

/* line 1057, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hand-sanitizer-fill:before {
  content: "\edf4";
}

/* line 1058, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hand-sanitizer-line:before {
  content: "\edf5";
}

/* line 1059, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-handbag-fill:before {
  content: "\edf6";
}

/* line 1060, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-handbag-line:before {
  content: "\edf7";
}

/* line 1061, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hard-drive-2-fill:before {
  content: "\edf8";
}

/* line 1062, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hard-drive-2-line:before {
  content: "\edf9";
}

/* line 1063, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hard-drive-fill:before {
  content: "\edfa";
}

/* line 1064, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hard-drive-line:before {
  content: "\edfb";
}

/* line 1065, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hashtag:before {
  content: "\edfc";
}

/* line 1066, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-haze-2-fill:before {
  content: "\edfd";
}

/* line 1067, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-haze-2-line:before {
  content: "\edfe";
}

/* line 1068, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-haze-fill:before {
  content: "\edff";
}

/* line 1069, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-haze-line:before {
  content: "\ee00";
}

/* line 1070, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hd-fill:before {
  content: "\ee01";
}

/* line 1071, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hd-line:before {
  content: "\ee02";
}

/* line 1072, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-heading:before {
  content: "\ee03";
}

/* line 1073, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-headphone-fill:before {
  content: "\ee04";
}

/* line 1074, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-headphone-line:before {
  content: "\ee05";
}

/* line 1075, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-health-book-fill:before {
  content: "\ee06";
}

/* line 1076, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-health-book-line:before {
  content: "\ee07";
}

/* line 1077, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-heart-2-fill:before {
  content: "\ee08";
}

/* line 1078, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-heart-2-line:before {
  content: "\ee09";
}

/* line 1079, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-heart-3-fill:before {
  content: "\ee0a";
}

/* line 1080, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-heart-3-line:before {
  content: "\ee0b";
}

/* line 1081, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-heart-add-fill:before {
  content: "\ee0c";
}

/* line 1082, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-heart-add-line:before {
  content: "\ee0d";
}

/* line 1083, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-heart-fill:before {
  content: "\ee0e";
}

/* line 1084, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-heart-line:before {
  content: "\ee0f";
}

/* line 1085, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-heart-pulse-fill:before {
  content: "\ee10";
}

/* line 1086, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-heart-pulse-line:before {
  content: "\ee11";
}

/* line 1087, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hearts-fill:before {
  content: "\ee12";
}

/* line 1088, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hearts-line:before {
  content: "\ee13";
}

/* line 1089, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-heavy-showers-fill:before {
  content: "\ee14";
}

/* line 1090, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-heavy-showers-line:before {
  content: "\ee15";
}

/* line 1091, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-history-fill:before {
  content: "\ee16";
}

/* line 1092, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-history-line:before {
  content: "\ee17";
}

/* line 1093, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-2-fill:before {
  content: "\ee18";
}

/* line 1094, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-2-line:before {
  content: "\ee19";
}

/* line 1095, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-3-fill:before {
  content: "\ee1a";
}

/* line 1096, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-3-line:before {
  content: "\ee1b";
}

/* line 1097, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-4-fill:before {
  content: "\ee1c";
}

/* line 1098, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-4-line:before {
  content: "\ee1d";
}

/* line 1099, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-5-fill:before {
  content: "\ee1e";
}

/* line 1100, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-5-line:before {
  content: "\ee1f";
}

/* line 1101, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-6-fill:before {
  content: "\ee20";
}

/* line 1102, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-6-line:before {
  content: "\ee21";
}

/* line 1103, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-7-fill:before {
  content: "\ee22";
}

/* line 1104, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-7-line:before {
  content: "\ee23";
}

/* line 1105, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-8-fill:before {
  content: "\ee24";
}

/* line 1106, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-8-line:before {
  content: "\ee25";
}

/* line 1107, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-fill:before {
  content: "\ee26";
}

/* line 1108, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-gear-fill:before {
  content: "\ee27";
}

/* line 1109, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-gear-line:before {
  content: "\ee28";
}

/* line 1110, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-heart-fill:before {
  content: "\ee29";
}

/* line 1111, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-heart-line:before {
  content: "\ee2a";
}

/* line 1112, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-line:before {
  content: "\ee2b";
}

/* line 1113, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-smile-2-fill:before {
  content: "\ee2c";
}

/* line 1114, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-smile-2-line:before {
  content: "\ee2d";
}

/* line 1115, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-smile-fill:before {
  content: "\ee2e";
}

/* line 1116, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-smile-line:before {
  content: "\ee2f";
}

/* line 1117, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-wifi-fill:before {
  content: "\ee30";
}

/* line 1118, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-home-wifi-line:before {
  content: "\ee31";
}

/* line 1119, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-honor-of-kings-fill:before {
  content: "\ee32";
}

/* line 1120, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-honor-of-kings-line:before {
  content: "\ee33";
}

/* line 1121, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-honour-fill:before {
  content: "\ee34";
}

/* line 1122, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-honour-line:before {
  content: "\ee35";
}

/* line 1123, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hospital-fill:before {
  content: "\ee36";
}

/* line 1124, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hospital-line:before {
  content: "\ee37";
}

/* line 1125, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hotel-bed-fill:before {
  content: "\ee38";
}

/* line 1126, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hotel-bed-line:before {
  content: "\ee39";
}

/* line 1127, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hotel-fill:before {
  content: "\ee3a";
}

/* line 1128, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hotel-line:before {
  content: "\ee3b";
}

/* line 1129, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hotspot-fill:before {
  content: "\ee3c";
}

/* line 1130, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hotspot-line:before {
  content: "\ee3d";
}

/* line 1131, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hq-fill:before {
  content: "\ee3e";
}

/* line 1132, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-hq-line:before {
  content: "\ee3f";
}

/* line 1133, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-html5-fill:before {
  content: "\ee40";
}

/* line 1134, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-html5-line:before {
  content: "\ee41";
}

/* line 1135, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ie-fill:before {
  content: "\ee42";
}

/* line 1136, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ie-line:before {
  content: "\ee43";
}

/* line 1137, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-image-2-fill:before {
  content: "\ee44";
}

/* line 1138, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-image-2-line:before {
  content: "\ee45";
}

/* line 1139, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-image-add-fill:before {
  content: "\ee46";
}

/* line 1140, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-image-add-line:before {
  content: "\ee47";
}

/* line 1141, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-image-edit-fill:before {
  content: "\ee48";
}

/* line 1142, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-image-edit-line:before {
  content: "\ee49";
}

/* line 1143, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-image-fill:before {
  content: "\ee4a";
}

/* line 1144, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-image-line:before {
  content: "\ee4b";
}

/* line 1145, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-inbox-archive-fill:before {
  content: "\ee4c";
}

/* line 1146, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-inbox-archive-line:before {
  content: "\ee4d";
}

/* line 1147, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-inbox-fill:before {
  content: "\ee4e";
}

/* line 1148, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-inbox-line:before {
  content: "\ee4f";
}

/* line 1149, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-inbox-unarchive-fill:before {
  content: "\ee50";
}

/* line 1150, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-inbox-unarchive-line:before {
  content: "\ee51";
}

/* line 1151, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-increase-decrease-fill:before {
  content: "\ee52";
}

/* line 1152, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-increase-decrease-line:before {
  content: "\ee53";
}

/* line 1153, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-indent-decrease:before {
  content: "\ee54";
}

/* line 1154, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-indent-increase:before {
  content: "\ee55";
}

/* line 1155, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-indeterminate-circle-fill:before {
  content: "\ee56";
}

/* line 1156, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-indeterminate-circle-line:before {
  content: "\ee57";
}

/* line 1157, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-information-fill:before {
  content: "\ee58";
}

/* line 1158, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-information-line:before {
  content: "\ee59";
}

/* line 1159, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-infrared-thermometer-fill:before {
  content: "\ee5a";
}

/* line 1160, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-infrared-thermometer-line:before {
  content: "\ee5b";
}

/* line 1161, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ink-bottle-fill:before {
  content: "\ee5c";
}

/* line 1162, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ink-bottle-line:before {
  content: "\ee5d";
}

/* line 1163, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-input-cursor-move:before {
  content: "\ee5e";
}

/* line 1164, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-input-method-fill:before {
  content: "\ee5f";
}

/* line 1165, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-input-method-line:before {
  content: "\ee60";
}

/* line 1166, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-insert-column-left:before {
  content: "\ee61";
}

/* line 1167, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-insert-column-right:before {
  content: "\ee62";
}

/* line 1168, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-insert-row-bottom:before {
  content: "\ee63";
}

/* line 1169, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-insert-row-top:before {
  content: "\ee64";
}

/* line 1170, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-instagram-fill:before {
  content: "\ee65";
}

/* line 1171, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-instagram-line:before {
  content: "\ee66";
}

/* line 1172, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-install-fill:before {
  content: "\ee67";
}

/* line 1173, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-install-line:before {
  content: "\ee68";
}

/* line 1174, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-invision-fill:before {
  content: "\ee69";
}

/* line 1175, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-invision-line:before {
  content: "\ee6a";
}

/* line 1176, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-italic:before {
  content: "\ee6b";
}

/* line 1177, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-kakao-talk-fill:before {
  content: "\ee6c";
}

/* line 1178, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-kakao-talk-line:before {
  content: "\ee6d";
}

/* line 1179, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-key-2-fill:before {
  content: "\ee6e";
}

/* line 1180, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-key-2-line:before {
  content: "\ee6f";
}

/* line 1181, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-key-fill:before {
  content: "\ee70";
}

/* line 1182, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-key-line:before {
  content: "\ee71";
}

/* line 1183, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-keyboard-box-fill:before {
  content: "\ee72";
}

/* line 1184, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-keyboard-box-line:before {
  content: "\ee73";
}

/* line 1185, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-keyboard-fill:before {
  content: "\ee74";
}

/* line 1186, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-keyboard-line:before {
  content: "\ee75";
}

/* line 1187, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-keynote-fill:before {
  content: "\ee76";
}

/* line 1188, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-keynote-line:before {
  content: "\ee77";
}

/* line 1189, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-knife-blood-fill:before {
  content: "\ee78";
}

/* line 1190, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-knife-blood-line:before {
  content: "\ee79";
}

/* line 1191, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-knife-fill:before {
  content: "\ee7a";
}

/* line 1192, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-knife-line:before {
  content: "\ee7b";
}

/* line 1193, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-landscape-fill:before {
  content: "\ee7c";
}

/* line 1194, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-landscape-line:before {
  content: "\ee7d";
}

/* line 1195, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-2-fill:before {
  content: "\ee7e";
}

/* line 1196, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-2-line:before {
  content: "\ee7f";
}

/* line 1197, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-3-fill:before {
  content: "\ee80";
}

/* line 1198, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-3-line:before {
  content: "\ee81";
}

/* line 1199, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-4-fill:before {
  content: "\ee82";
}

/* line 1200, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-4-line:before {
  content: "\ee83";
}

/* line 1201, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-5-fill:before {
  content: "\ee84";
}

/* line 1202, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-5-line:before {
  content: "\ee85";
}

/* line 1203, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-6-fill:before {
  content: "\ee86";
}

/* line 1204, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-6-line:before {
  content: "\ee87";
}

/* line 1205, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-bottom-2-fill:before {
  content: "\ee88";
}

/* line 1206, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-bottom-2-line:before {
  content: "\ee89";
}

/* line 1207, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-bottom-fill:before {
  content: "\ee8a";
}

/* line 1208, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-bottom-line:before {
  content: "\ee8b";
}

/* line 1209, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-column-fill:before {
  content: "\ee8c";
}

/* line 1210, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-column-line:before {
  content: "\ee8d";
}

/* line 1211, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-fill:before {
  content: "\ee8e";
}

/* line 1212, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-grid-fill:before {
  content: "\ee8f";
}

/* line 1213, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-grid-line:before {
  content: "\ee90";
}

/* line 1214, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-left-2-fill:before {
  content: "\ee91";
}

/* line 1215, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-left-2-line:before {
  content: "\ee92";
}

/* line 1216, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-left-fill:before {
  content: "\ee93";
}

/* line 1217, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-left-line:before {
  content: "\ee94";
}

/* line 1218, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-line:before {
  content: "\ee95";
}

/* line 1219, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-masonry-fill:before {
  content: "\ee96";
}

/* line 1220, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-masonry-line:before {
  content: "\ee97";
}

/* line 1221, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-right-2-fill:before {
  content: "\ee98";
}

/* line 1222, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-right-2-line:before {
  content: "\ee99";
}

/* line 1223, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-right-fill:before {
  content: "\ee9a";
}

/* line 1224, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-right-line:before {
  content: "\ee9b";
}

/* line 1225, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-row-fill:before {
  content: "\ee9c";
}

/* line 1226, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-row-line:before {
  content: "\ee9d";
}

/* line 1227, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-top-2-fill:before {
  content: "\ee9e";
}

/* line 1228, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-top-2-line:before {
  content: "\ee9f";
}

/* line 1229, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-top-fill:before {
  content: "\eea0";
}

/* line 1230, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-layout-top-line:before {
  content: "\eea1";
}

/* line 1231, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-leaf-fill:before {
  content: "\eea2";
}

/* line 1232, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-leaf-line:before {
  content: "\eea3";
}

/* line 1233, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-lifebuoy-fill:before {
  content: "\eea4";
}

/* line 1234, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-lifebuoy-line:before {
  content: "\eea5";
}

/* line 1235, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-lightbulb-fill:before {
  content: "\eea6";
}

/* line 1236, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-lightbulb-flash-fill:before {
  content: "\eea7";
}

/* line 1237, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-lightbulb-flash-line:before {
  content: "\eea8";
}

/* line 1238, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-lightbulb-line:before {
  content: "\eea9";
}

/* line 1239, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-line-chart-fill:before {
  content: "\eeaa";
}

/* line 1240, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-line-chart-line:before {
  content: "\eeab";
}

/* line 1241, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-line-fill:before {
  content: "\eeac";
}

/* line 1242, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-line-height:before {
  content: "\eead";
}

/* line 1243, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-line-line:before {
  content: "\eeae";
}

/* line 1244, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-link-m:before {
  content: "\eeaf";
}

/* line 1245, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-link-unlink-m:before {
  content: "\eeb0";
}

/* line 1246, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-link-unlink:before {
  content: "\eeb1";
}

/* line 1247, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-link:before {
  content: "\eeb2";
}

/* line 1248, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-linkedin-box-fill:before {
  content: "\eeb3";
}

/* line 1249, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-linkedin-box-line:before {
  content: "\eeb4";
}

/* line 1250, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-linkedin-fill:before {
  content: "\eeb5";
}

/* line 1251, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-linkedin-line:before {
  content: "\eeb6";
}

/* line 1252, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-links-fill:before {
  content: "\eeb7";
}

/* line 1253, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-links-line:before {
  content: "\eeb8";
}

/* line 1254, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-list-check-2:before {
  content: "\eeb9";
}

/* line 1255, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-list-check:before {
  content: "\eeba";
}

/* line 1256, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-list-ordered:before {
  content: "\eebb";
}

/* line 1257, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-list-settings-fill:before {
  content: "\eebc";
}

/* line 1258, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-list-settings-line:before {
  content: "\eebd";
}

/* line 1259, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-list-unordered:before {
  content: "\eebe";
}

/* line 1260, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-live-fill:before {
  content: "\eebf";
}

/* line 1261, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-live-line:before {
  content: "\eec0";
}

/* line 1262, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-loader-2-fill:before {
  content: "\eec1";
}

/* line 1263, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-loader-2-line:before {
  content: "\eec2";
}

/* line 1264, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-loader-3-fill:before {
  content: "\eec3";
}

/* line 1265, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-loader-3-line:before {
  content: "\eec4";
}

/* line 1266, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-loader-4-fill:before {
  content: "\eec5";
}

/* line 1267, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-loader-4-line:before {
  content: "\eec6";
}

/* line 1268, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-loader-5-fill:before {
  content: "\eec7";
}

/* line 1269, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-loader-5-line:before {
  content: "\eec8";
}

/* line 1270, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-loader-fill:before {
  content: "\eec9";
}

/* line 1271, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-loader-line:before {
  content: "\eeca";
}

/* line 1272, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-lock-2-fill:before {
  content: "\eecb";
}

/* line 1273, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-lock-2-line:before {
  content: "\eecc";
}

/* line 1274, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-lock-fill:before {
  content: "\eecd";
}

/* line 1275, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-lock-line:before {
  content: "\eece";
}

/* line 1276, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-lock-password-fill:before {
  content: "\eecf";
}

/* line 1277, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-lock-password-line:before {
  content: "\eed0";
}

/* line 1278, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-lock-unlock-fill:before {
  content: "\eed1";
}

/* line 1279, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-lock-unlock-line:before {
  content: "\eed2";
}

/* line 1280, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-login-box-fill:before {
  content: "\eed3";
}

/* line 1281, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-login-box-line:before {
  content: "\eed4";
}

/* line 1282, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-login-circle-fill:before {
  content: "\eed5";
}

/* line 1283, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-login-circle-line:before {
  content: "\eed6";
}

/* line 1284, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-logout-box-fill:before {
  content: "\eed7";
}

/* line 1285, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-logout-box-line:before {
  content: "\eed8";
}

/* line 1286, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-logout-box-r-fill:before {
  content: "\eed9";
}

/* line 1287, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-logout-box-r-line:before {
  content: "\eeda";
}

/* line 1288, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-logout-circle-fill:before {
  content: "\eedb";
}

/* line 1289, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-logout-circle-line:before {
  content: "\eedc";
}

/* line 1290, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-logout-circle-r-fill:before {
  content: "\eedd";
}

/* line 1291, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-logout-circle-r-line:before {
  content: "\eede";
}

/* line 1292, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-luggage-cart-fill:before {
  content: "\eedf";
}

/* line 1293, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-luggage-cart-line:before {
  content: "\eee0";
}

/* line 1294, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-luggage-deposit-fill:before {
  content: "\eee1";
}

/* line 1295, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-luggage-deposit-line:before {
  content: "\eee2";
}

/* line 1296, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-lungs-fill:before {
  content: "\eee3";
}

/* line 1297, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-lungs-line:before {
  content: "\eee4";
}

/* line 1298, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mac-fill:before {
  content: "\eee5";
}

/* line 1299, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mac-line:before {
  content: "\eee6";
}

/* line 1300, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-macbook-fill:before {
  content: "\eee7";
}

/* line 1301, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-macbook-line:before {
  content: "\eee8";
}

/* line 1302, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-magic-fill:before {
  content: "\eee9";
}

/* line 1303, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-magic-line:before {
  content: "\eeea";
}

/* line 1304, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-add-fill:before {
  content: "\eeeb";
}

/* line 1305, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-add-line:before {
  content: "\eeec";
}

/* line 1306, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-check-fill:before {
  content: "\eeed";
}

/* line 1307, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-check-line:before {
  content: "\eeee";
}

/* line 1308, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-close-fill:before {
  content: "\eeef";
}

/* line 1309, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-close-line:before {
  content: "\eef0";
}

/* line 1310, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-download-fill:before {
  content: "\eef1";
}

/* line 1311, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-download-line:before {
  content: "\eef2";
}

/* line 1312, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-fill:before {
  content: "\eef3";
}

/* line 1313, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-forbid-fill:before {
  content: "\eef4";
}

/* line 1314, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-forbid-line:before {
  content: "\eef5";
}

/* line 1315, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-line:before {
  content: "\eef6";
}

/* line 1316, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-lock-fill:before {
  content: "\eef7";
}

/* line 1317, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-lock-line:before {
  content: "\eef8";
}

/* line 1318, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-open-fill:before {
  content: "\eef9";
}

/* line 1319, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-open-line:before {
  content: "\eefa";
}

/* line 1320, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-send-fill:before {
  content: "\eefb";
}

/* line 1321, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-send-line:before {
  content: "\eefc";
}

/* line 1322, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-settings-fill:before {
  content: "\eefd";
}

/* line 1323, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-settings-line:before {
  content: "\eefe";
}

/* line 1324, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-star-fill:before {
  content: "\eeff";
}

/* line 1325, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-star-line:before {
  content: "\ef00";
}

/* line 1326, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-unread-fill:before {
  content: "\ef01";
}

/* line 1327, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-unread-line:before {
  content: "\ef02";
}

/* line 1328, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-volume-fill:before {
  content: "\ef03";
}

/* line 1329, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mail-volume-line:before {
  content: "\ef04";
}

/* line 1330, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-2-fill:before {
  content: "\ef05";
}

/* line 1331, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-2-line:before {
  content: "\ef06";
}

/* line 1332, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-fill:before {
  content: "\ef07";
}

/* line 1333, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-line:before {
  content: "\ef08";
}

/* line 1334, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-pin-2-fill:before {
  content: "\ef09";
}

/* line 1335, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-pin-2-line:before {
  content: "\ef0a";
}

/* line 1336, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-pin-3-fill:before {
  content: "\ef0b";
}

/* line 1337, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-pin-3-line:before {
  content: "\ef0c";
}

/* line 1338, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-pin-4-fill:before {
  content: "\ef0d";
}

/* line 1339, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-pin-4-line:before {
  content: "\ef0e";
}

/* line 1340, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-pin-5-fill:before {
  content: "\ef0f";
}

/* line 1341, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-pin-5-line:before {
  content: "\ef10";
}

/* line 1342, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-pin-add-fill:before {
  content: "\ef11";
}

/* line 1343, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-pin-add-line:before {
  content: "\ef12";
}

/* line 1344, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-pin-fill:before {
  content: "\ef13";
}

/* line 1345, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-pin-line:before {
  content: "\ef14";
}

/* line 1346, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-pin-range-fill:before {
  content: "\ef15";
}

/* line 1347, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-pin-range-line:before {
  content: "\ef16";
}

/* line 1348, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-pin-time-fill:before {
  content: "\ef17";
}

/* line 1349, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-pin-time-line:before {
  content: "\ef18";
}

/* line 1350, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-pin-user-fill:before {
  content: "\ef19";
}

/* line 1351, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-map-pin-user-line:before {
  content: "\ef1a";
}

/* line 1352, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mark-pen-fill:before {
  content: "\ef1b";
}

/* line 1353, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mark-pen-line:before {
  content: "\ef1c";
}

/* line 1354, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-markdown-fill:before {
  content: "\ef1d";
}

/* line 1355, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-markdown-line:before {
  content: "\ef1e";
}

/* line 1356, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-markup-fill:before {
  content: "\ef1f";
}

/* line 1357, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-markup-line:before {
  content: "\ef20";
}

/* line 1358, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mastercard-fill:before {
  content: "\ef21";
}

/* line 1359, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mastercard-line:before {
  content: "\ef22";
}

/* line 1360, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mastodon-fill:before {
  content: "\ef23";
}

/* line 1361, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mastodon-line:before {
  content: "\ef24";
}

/* line 1362, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-medal-2-fill:before {
  content: "\ef25";
}

/* line 1363, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-medal-2-line:before {
  content: "\ef26";
}

/* line 1364, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-medal-fill:before {
  content: "\ef27";
}

/* line 1365, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-medal-line:before {
  content: "\ef28";
}

/* line 1366, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-medicine-bottle-fill:before {
  content: "\ef29";
}

/* line 1367, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-medicine-bottle-line:before {
  content: "\ef2a";
}

/* line 1368, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-medium-fill:before {
  content: "\ef2b";
}

/* line 1369, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-medium-line:before {
  content: "\ef2c";
}

/* line 1370, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-men-fill:before {
  content: "\ef2d";
}

/* line 1371, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-men-line:before {
  content: "\ef2e";
}

/* line 1372, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mental-health-fill:before {
  content: "\ef2f";
}

/* line 1373, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mental-health-line:before {
  content: "\ef30";
}

/* line 1374, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-menu-2-fill:before {
  content: "\ef31";
}

/* line 1375, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-menu-2-line:before {
  content: "\ef32";
}

/* line 1376, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-menu-3-fill:before {
  content: "\ef33";
}

/* line 1377, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-menu-3-line:before {
  content: "\ef34";
}

/* line 1378, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-menu-4-fill:before {
  content: "\ef35";
}

/* line 1379, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-menu-4-line:before {
  content: "\ef36";
}

/* line 1380, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-menu-5-fill:before {
  content: "\ef37";
}

/* line 1381, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-menu-5-line:before {
  content: "\ef38";
}

/* line 1382, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-menu-add-fill:before {
  content: "\ef39";
}

/* line 1383, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-menu-add-line:before {
  content: "\ef3a";
}

/* line 1384, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-menu-fill:before {
  content: "\ef3b";
}

/* line 1385, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-menu-fold-fill:before {
  content: "\ef3c";
}

/* line 1386, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-menu-fold-line:before {
  content: "\ef3d";
}

/* line 1387, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-menu-line:before {
  content: "\ef3e";
}

/* line 1388, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-menu-unfold-fill:before {
  content: "\ef3f";
}

/* line 1389, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-menu-unfold-line:before {
  content: "\ef40";
}

/* line 1390, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-merge-cells-horizontal:before {
  content: "\ef41";
}

/* line 1391, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-merge-cells-vertical:before {
  content: "\ef42";
}

/* line 1392, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-message-2-fill:before {
  content: "\ef43";
}

/* line 1393, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-message-2-line:before {
  content: "\ef44";
}

/* line 1394, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-message-3-fill:before {
  content: "\ef45";
}

/* line 1395, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-message-3-line:before {
  content: "\ef46";
}

/* line 1396, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-message-fill:before {
  content: "\ef47";
}

/* line 1397, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-message-line:before {
  content: "\ef48";
}

/* line 1398, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-messenger-fill:before {
  content: "\ef49";
}

/* line 1399, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-messenger-line:before {
  content: "\ef4a";
}

/* line 1400, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-meteor-fill:before {
  content: "\ef4b";
}

/* line 1401, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-meteor-line:before {
  content: "\ef4c";
}

/* line 1402, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mic-2-fill:before {
  content: "\ef4d";
}

/* line 1403, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mic-2-line:before {
  content: "\ef4e";
}

/* line 1404, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mic-fill:before {
  content: "\ef4f";
}

/* line 1405, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mic-line:before {
  content: "\ef50";
}

/* line 1406, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mic-off-fill:before {
  content: "\ef51";
}

/* line 1407, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mic-off-line:before {
  content: "\ef52";
}

/* line 1408, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mickey-fill:before {
  content: "\ef53";
}

/* line 1409, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mickey-line:before {
  content: "\ef54";
}

/* line 1410, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-microscope-fill:before {
  content: "\ef55";
}

/* line 1411, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-microscope-line:before {
  content: "\ef56";
}

/* line 1412, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-microsoft-fill:before {
  content: "\ef57";
}

/* line 1413, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-microsoft-line:before {
  content: "\ef58";
}

/* line 1414, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mind-map:before {
  content: "\ef59";
}

/* line 1415, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mini-program-fill:before {
  content: "\ef5a";
}

/* line 1416, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mini-program-line:before {
  content: "\ef5b";
}

/* line 1417, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mist-fill:before {
  content: "\ef5c";
}

/* line 1418, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mist-line:before {
  content: "\ef5d";
}

/* line 1419, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-money-cny-box-fill:before {
  content: "\ef5e";
}

/* line 1420, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-money-cny-box-line:before {
  content: "\ef5f";
}

/* line 1421, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-money-cny-circle-fill:before {
  content: "\ef60";
}

/* line 1422, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-money-cny-circle-line:before {
  content: "\ef61";
}

/* line 1423, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-money-dollar-box-fill:before {
  content: "\ef62";
}

/* line 1424, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-money-dollar-box-line:before {
  content: "\ef63";
}

/* line 1425, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-money-dollar-circle-fill:before {
  content: "\ef64";
}

/* line 1426, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-money-dollar-circle-line:before {
  content: "\ef65";
}

/* line 1427, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-money-euro-box-fill:before {
  content: "\ef66";
}

/* line 1428, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-money-euro-box-line:before {
  content: "\ef67";
}

/* line 1429, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-money-euro-circle-fill:before {
  content: "\ef68";
}

/* line 1430, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-money-euro-circle-line:before {
  content: "\ef69";
}

/* line 1431, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-money-pound-box-fill:before {
  content: "\ef6a";
}

/* line 1432, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-money-pound-box-line:before {
  content: "\ef6b";
}

/* line 1433, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-money-pound-circle-fill:before {
  content: "\ef6c";
}

/* line 1434, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-money-pound-circle-line:before {
  content: "\ef6d";
}

/* line 1435, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-moon-clear-fill:before {
  content: "\ef6e";
}

/* line 1436, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-moon-clear-line:before {
  content: "\ef6f";
}

/* line 1437, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-moon-cloudy-fill:before {
  content: "\ef70";
}

/* line 1438, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-moon-cloudy-line:before {
  content: "\ef71";
}

/* line 1439, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-moon-fill:before {
  content: "\ef72";
}

/* line 1440, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-moon-foggy-fill:before {
  content: "\ef73";
}

/* line 1441, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-moon-foggy-line:before {
  content: "\ef74";
}

/* line 1442, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-moon-line:before {
  content: "\ef75";
}

/* line 1443, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-more-2-fill:before {
  content: "\ef76";
}

/* line 1444, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-more-2-line:before {
  content: "\ef77";
}

/* line 1445, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-more-fill:before {
  content: "\ef78";
}

/* line 1446, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-more-line:before {
  content: "\ef79";
}

/* line 1447, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-motorbike-fill:before {
  content: "\ef7a";
}

/* line 1448, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-motorbike-line:before {
  content: "\ef7b";
}

/* line 1449, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mouse-fill:before {
  content: "\ef7c";
}

/* line 1450, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mouse-line:before {
  content: "\ef7d";
}

/* line 1451, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-movie-2-fill:before {
  content: "\ef7e";
}

/* line 1452, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-movie-2-line:before {
  content: "\ef7f";
}

/* line 1453, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-movie-fill:before {
  content: "\ef80";
}

/* line 1454, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-movie-line:before {
  content: "\ef81";
}

/* line 1455, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-music-2-fill:before {
  content: "\ef82";
}

/* line 1456, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-music-2-line:before {
  content: "\ef83";
}

/* line 1457, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-music-fill:before {
  content: "\ef84";
}

/* line 1458, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-music-line:before {
  content: "\ef85";
}

/* line 1459, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mv-fill:before {
  content: "\ef86";
}

/* line 1460, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-mv-line:before {
  content: "\ef87";
}

/* line 1461, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-navigation-fill:before {
  content: "\ef88";
}

/* line 1462, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-navigation-line:before {
  content: "\ef89";
}

/* line 1463, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-netease-cloud-music-fill:before {
  content: "\ef8a";
}

/* line 1464, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-netease-cloud-music-line:before {
  content: "\ef8b";
}

/* line 1465, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-netflix-fill:before {
  content: "\ef8c";
}

/* line 1466, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-netflix-line:before {
  content: "\ef8d";
}

/* line 1467, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-newspaper-fill:before {
  content: "\ef8e";
}

/* line 1468, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-newspaper-line:before {
  content: "\ef8f";
}

/* line 1469, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-node-tree:before {
  content: "\ef90";
}

/* line 1470, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-notification-2-fill:before {
  content: "\ef91";
}

/* line 1471, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-notification-2-line:before {
  content: "\ef92";
}

/* line 1472, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-notification-3-fill:before {
  content: "\ef93";
}

/* line 1473, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-notification-3-line:before {
  content: "\ef94";
}

/* line 1474, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-notification-4-fill:before {
  content: "\ef95";
}

/* line 1475, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-notification-4-line:before {
  content: "\ef96";
}

/* line 1476, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-notification-badge-fill:before {
  content: "\ef97";
}

/* line 1477, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-notification-badge-line:before {
  content: "\ef98";
}

/* line 1478, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-notification-fill:before {
  content: "\ef99";
}

/* line 1479, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-notification-line:before {
  content: "\ef9a";
}

/* line 1480, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-notification-off-fill:before {
  content: "\ef9b";
}

/* line 1481, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-notification-off-line:before {
  content: "\ef9c";
}

/* line 1482, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-npmjs-fill:before {
  content: "\ef9d";
}

/* line 1483, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-npmjs-line:before {
  content: "\ef9e";
}

/* line 1484, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-number-0:before {
  content: "\ef9f";
}

/* line 1485, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-number-1:before {
  content: "\efa0";
}

/* line 1486, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-number-2:before {
  content: "\efa1";
}

/* line 1487, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-number-3:before {
  content: "\efa2";
}

/* line 1488, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-number-4:before {
  content: "\efa3";
}

/* line 1489, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-number-5:before {
  content: "\efa4";
}

/* line 1490, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-number-6:before {
  content: "\efa5";
}

/* line 1491, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-number-7:before {
  content: "\efa6";
}

/* line 1492, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-number-8:before {
  content: "\efa7";
}

/* line 1493, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-number-9:before {
  content: "\efa8";
}

/* line 1494, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-numbers-fill:before {
  content: "\efa9";
}

/* line 1495, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-numbers-line:before {
  content: "\efaa";
}

/* line 1496, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-nurse-fill:before {
  content: "\efab";
}

/* line 1497, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-nurse-line:before {
  content: "\efac";
}

/* line 1498, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-oil-fill:before {
  content: "\efad";
}

/* line 1499, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-oil-line:before {
  content: "\efae";
}

/* line 1500, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-omega:before {
  content: "\efaf";
}

/* line 1501, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-open-arm-fill:before {
  content: "\efb0";
}

/* line 1502, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-open-arm-line:before {
  content: "\efb1";
}

/* line 1503, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-open-source-fill:before {
  content: "\efb2";
}

/* line 1504, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-open-source-line:before {
  content: "\efb3";
}

/* line 1505, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-opera-fill:before {
  content: "\efb4";
}

/* line 1506, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-opera-line:before {
  content: "\efb5";
}

/* line 1507, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-order-play-fill:before {
  content: "\efb6";
}

/* line 1508, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-order-play-line:before {
  content: "\efb7";
}

/* line 1509, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-organization-chart:before {
  content: "\efb8";
}

/* line 1510, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-outlet-2-fill:before {
  content: "\efb9";
}

/* line 1511, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-outlet-2-line:before {
  content: "\efba";
}

/* line 1512, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-outlet-fill:before {
  content: "\efbb";
}

/* line 1513, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-outlet-line:before {
  content: "\efbc";
}

/* line 1514, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-page-separator:before {
  content: "\efbd";
}

/* line 1515, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pages-fill:before {
  content: "\efbe";
}

/* line 1516, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pages-line:before {
  content: "\efbf";
}

/* line 1517, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-paint-brush-fill:before {
  content: "\efc0";
}

/* line 1518, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-paint-brush-line:before {
  content: "\efc1";
}

/* line 1519, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-paint-fill:before {
  content: "\efc2";
}

/* line 1520, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-paint-line:before {
  content: "\efc3";
}

/* line 1521, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-palette-fill:before {
  content: "\efc4";
}

/* line 1522, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-palette-line:before {
  content: "\efc5";
}

/* line 1523, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pantone-fill:before {
  content: "\efc6";
}

/* line 1524, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pantone-line:before {
  content: "\efc7";
}

/* line 1525, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-paragraph:before {
  content: "\efc8";
}

/* line 1526, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-parent-fill:before {
  content: "\efc9";
}

/* line 1527, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-parent-line:before {
  content: "\efca";
}

/* line 1528, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-parentheses-fill:before {
  content: "\efcb";
}

/* line 1529, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-parentheses-line:before {
  content: "\efcc";
}

/* line 1530, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-parking-box-fill:before {
  content: "\efcd";
}

/* line 1531, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-parking-box-line:before {
  content: "\efce";
}

/* line 1532, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-parking-fill:before {
  content: "\efcf";
}

/* line 1533, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-parking-line:before {
  content: "\efd0";
}

/* line 1534, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-passport-fill:before {
  content: "\efd1";
}

/* line 1535, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-passport-line:before {
  content: "\efd2";
}

/* line 1536, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-patreon-fill:before {
  content: "\efd3";
}

/* line 1537, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-patreon-line:before {
  content: "\efd4";
}

/* line 1538, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pause-circle-fill:before {
  content: "\efd5";
}

/* line 1539, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pause-circle-line:before {
  content: "\efd6";
}

/* line 1540, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pause-fill:before {
  content: "\efd7";
}

/* line 1541, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pause-line:before {
  content: "\efd8";
}

/* line 1542, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pause-mini-fill:before {
  content: "\efd9";
}

/* line 1543, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pause-mini-line:before {
  content: "\efda";
}

/* line 1544, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-paypal-fill:before {
  content: "\efdb";
}

/* line 1545, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-paypal-line:before {
  content: "\efdc";
}

/* line 1546, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pen-nib-fill:before {
  content: "\efdd";
}

/* line 1547, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pen-nib-line:before {
  content: "\efde";
}

/* line 1548, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pencil-fill:before {
  content: "\efdf";
}

/* line 1549, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pencil-line:before {
  content: "\efe0";
}

/* line 1550, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pencil-ruler-2-fill:before {
  content: "\efe1";
}

/* line 1551, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pencil-ruler-2-line:before {
  content: "\efe2";
}

/* line 1552, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pencil-ruler-fill:before {
  content: "\efe3";
}

/* line 1553, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pencil-ruler-line:before {
  content: "\efe4";
}

/* line 1554, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-percent-fill:before {
  content: "\efe5";
}

/* line 1555, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-percent-line:before {
  content: "\efe6";
}

/* line 1556, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-phone-camera-fill:before {
  content: "\efe7";
}

/* line 1557, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-phone-camera-line:before {
  content: "\efe8";
}

/* line 1558, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-phone-fill:before {
  content: "\efe9";
}

/* line 1559, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-phone-find-fill:before {
  content: "\efea";
}

/* line 1560, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-phone-find-line:before {
  content: "\efeb";
}

/* line 1561, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-phone-line:before {
  content: "\efec";
}

/* line 1562, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-phone-lock-fill:before {
  content: "\efed";
}

/* line 1563, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-phone-lock-line:before {
  content: "\efee";
}

/* line 1564, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-picture-in-picture-2-fill:before {
  content: "\efef";
}

/* line 1565, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-picture-in-picture-2-line:before {
  content: "\eff0";
}

/* line 1566, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-picture-in-picture-exit-fill:before {
  content: "\eff1";
}

/* line 1567, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-picture-in-picture-exit-line:before {
  content: "\eff2";
}

/* line 1568, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-picture-in-picture-fill:before {
  content: "\eff3";
}

/* line 1569, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-picture-in-picture-line:before {
  content: "\eff4";
}

/* line 1570, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pie-chart-2-fill:before {
  content: "\eff5";
}

/* line 1571, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pie-chart-2-line:before {
  content: "\eff6";
}

/* line 1572, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pie-chart-box-fill:before {
  content: "\eff7";
}

/* line 1573, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pie-chart-box-line:before {
  content: "\eff8";
}

/* line 1574, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pie-chart-fill:before {
  content: "\eff9";
}

/* line 1575, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pie-chart-line:before {
  content: "\effa";
}

/* line 1576, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pin-distance-fill:before {
  content: "\effb";
}

/* line 1577, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pin-distance-line:before {
  content: "\effc";
}

/* line 1578, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ping-pong-fill:before {
  content: "\effd";
}

/* line 1579, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ping-pong-line:before {
  content: "\effe";
}

/* line 1580, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pinterest-fill:before {
  content: "\efff";
}

/* line 1581, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pinterest-line:before {
  content: "\f000";
}

/* line 1582, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pinyin-input:before {
  content: "\f001";
}

/* line 1583, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pixelfed-fill:before {
  content: "\f002";
}

/* line 1584, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pixelfed-line:before {
  content: "\f003";
}

/* line 1585, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-plane-fill:before {
  content: "\f004";
}

/* line 1586, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-plane-line:before {
  content: "\f005";
}

/* line 1587, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-plant-fill:before {
  content: "\f006";
}

/* line 1588, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-plant-line:before {
  content: "\f007";
}

/* line 1589, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-play-circle-fill:before {
  content: "\f008";
}

/* line 1590, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-play-circle-line:before {
  content: "\f009";
}

/* line 1591, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-play-fill:before {
  content: "\f00a";
}

/* line 1592, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-play-line:before {
  content: "\f00b";
}

/* line 1593, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-play-list-2-fill:before {
  content: "\f00c";
}

/* line 1594, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-play-list-2-line:before {
  content: "\f00d";
}

/* line 1595, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-play-list-add-fill:before {
  content: "\f00e";
}

/* line 1596, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-play-list-add-line:before {
  content: "\f00f";
}

/* line 1597, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-play-list-fill:before {
  content: "\f010";
}

/* line 1598, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-play-list-line:before {
  content: "\f011";
}

/* line 1599, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-play-mini-fill:before {
  content: "\f012";
}

/* line 1600, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-play-mini-line:before {
  content: "\f013";
}

/* line 1601, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-playstation-fill:before {
  content: "\f014";
}

/* line 1602, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-playstation-line:before {
  content: "\f015";
}

/* line 1603, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-plug-2-fill:before {
  content: "\f016";
}

/* line 1604, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-plug-2-line:before {
  content: "\f017";
}

/* line 1605, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-plug-fill:before {
  content: "\f018";
}

/* line 1606, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-plug-line:before {
  content: "\f019";
}

/* line 1607, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-polaroid-2-fill:before {
  content: "\f01a";
}

/* line 1608, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-polaroid-2-line:before {
  content: "\f01b";
}

/* line 1609, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-polaroid-fill:before {
  content: "\f01c";
}

/* line 1610, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-polaroid-line:before {
  content: "\f01d";
}

/* line 1611, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-police-car-fill:before {
  content: "\f01e";
}

/* line 1612, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-police-car-line:before {
  content: "\f01f";
}

/* line 1613, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-price-tag-2-fill:before {
  content: "\f020";
}

/* line 1614, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-price-tag-2-line:before {
  content: "\f021";
}

/* line 1615, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-price-tag-3-fill:before {
  content: "\f022";
}

/* line 1616, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-price-tag-3-line:before {
  content: "\f023";
}

/* line 1617, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-price-tag-fill:before {
  content: "\f024";
}

/* line 1618, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-price-tag-line:before {
  content: "\f025";
}

/* line 1619, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-printer-cloud-fill:before {
  content: "\f026";
}

/* line 1620, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-printer-cloud-line:before {
  content: "\f027";
}

/* line 1621, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-printer-fill:before {
  content: "\f028";
}

/* line 1622, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-printer-line:before {
  content: "\f029";
}

/* line 1623, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-product-hunt-fill:before {
  content: "\f02a";
}

/* line 1624, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-product-hunt-line:before {
  content: "\f02b";
}

/* line 1625, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-profile-fill:before {
  content: "\f02c";
}

/* line 1626, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-profile-line:before {
  content: "\f02d";
}

/* line 1627, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-projector-2-fill:before {
  content: "\f02e";
}

/* line 1628, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-projector-2-line:before {
  content: "\f02f";
}

/* line 1629, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-projector-fill:before {
  content: "\f030";
}

/* line 1630, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-projector-line:before {
  content: "\f031";
}

/* line 1631, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-psychotherapy-fill:before {
  content: "\f032";
}

/* line 1632, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-psychotherapy-line:before {
  content: "\f033";
}

/* line 1633, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pulse-fill:before {
  content: "\f034";
}

/* line 1634, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pulse-line:before {
  content: "\f035";
}

/* line 1635, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pushpin-2-fill:before {
  content: "\f036";
}

/* line 1636, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pushpin-2-line:before {
  content: "\f037";
}

/* line 1637, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pushpin-fill:before {
  content: "\f038";
}

/* line 1638, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-pushpin-line:before {
  content: "\f039";
}

/* line 1639, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-qq-fill:before {
  content: "\f03a";
}

/* line 1640, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-qq-line:before {
  content: "\f03b";
}

/* line 1641, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-qr-code-fill:before {
  content: "\f03c";
}

/* line 1642, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-qr-code-line:before {
  content: "\f03d";
}

/* line 1643, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-qr-scan-2-fill:before {
  content: "\f03e";
}

/* line 1644, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-qr-scan-2-line:before {
  content: "\f03f";
}

/* line 1645, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-qr-scan-fill:before {
  content: "\f040";
}

/* line 1646, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-qr-scan-line:before {
  content: "\f041";
}

/* line 1647, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-question-answer-fill:before {
  content: "\f042";
}

/* line 1648, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-question-answer-line:before {
  content: "\f043";
}

/* line 1649, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-question-fill:before {
  content: "\f044";
}

/* line 1650, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-question-line:before {
  content: "\f045";
}

/* line 1651, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-question-mark:before {
  content: "\f046";
}

/* line 1652, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-questionnaire-fill:before {
  content: "\f047";
}

/* line 1653, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-questionnaire-line:before {
  content: "\f048";
}

/* line 1654, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-quill-pen-fill:before {
  content: "\f049";
}

/* line 1655, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-quill-pen-line:before {
  content: "\f04a";
}

/* line 1656, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-radar-fill:before {
  content: "\f04b";
}

/* line 1657, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-radar-line:before {
  content: "\f04c";
}

/* line 1658, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-radio-2-fill:before {
  content: "\f04d";
}

/* line 1659, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-radio-2-line:before {
  content: "\f04e";
}

/* line 1660, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-radio-button-fill:before {
  content: "\f04f";
}

/* line 1661, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-radio-button-line:before {
  content: "\f050";
}

/* line 1662, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-radio-fill:before {
  content: "\f051";
}

/* line 1663, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-radio-line:before {
  content: "\f052";
}

/* line 1664, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rainbow-fill:before {
  content: "\f053";
}

/* line 1665, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rainbow-line:before {
  content: "\f054";
}

/* line 1666, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rainy-fill:before {
  content: "\f055";
}

/* line 1667, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rainy-line:before {
  content: "\f056";
}

/* line 1668, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-reactjs-fill:before {
  content: "\f057";
}

/* line 1669, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-reactjs-line:before {
  content: "\f058";
}

/* line 1670, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-record-circle-fill:before {
  content: "\f059";
}

/* line 1671, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-record-circle-line:before {
  content: "\f05a";
}

/* line 1672, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-record-mail-fill:before {
  content: "\f05b";
}

/* line 1673, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-record-mail-line:before {
  content: "\f05c";
}

/* line 1674, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-recycle-fill:before {
  content: "\f05d";
}

/* line 1675, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-recycle-line:before {
  content: "\f05e";
}

/* line 1676, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-red-packet-fill:before {
  content: "\f05f";
}

/* line 1677, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-red-packet-line:before {
  content: "\f060";
}

/* line 1678, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-reddit-fill:before {
  content: "\f061";
}

/* line 1679, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-reddit-line:before {
  content: "\f062";
}

/* line 1680, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-refresh-fill:before {
  content: "\f063";
}

/* line 1681, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-refresh-line:before {
  content: "\f064";
}

/* line 1682, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-refund-2-fill:before {
  content: "\f065";
}

/* line 1683, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-refund-2-line:before {
  content: "\f066";
}

/* line 1684, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-refund-fill:before {
  content: "\f067";
}

/* line 1685, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-refund-line:before {
  content: "\f068";
}

/* line 1686, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-registered-fill:before {
  content: "\f069";
}

/* line 1687, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-registered-line:before {
  content: "\f06a";
}

/* line 1688, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-remixicon-fill:before {
  content: "\f06b";
}

/* line 1689, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-remixicon-line:before {
  content: "\f06c";
}

/* line 1690, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-remote-control-2-fill:before {
  content: "\f06d";
}

/* line 1691, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-remote-control-2-line:before {
  content: "\f06e";
}

/* line 1692, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-remote-control-fill:before {
  content: "\f06f";
}

/* line 1693, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-remote-control-line:before {
  content: "\f070";
}

/* line 1694, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-repeat-2-fill:before {
  content: "\f071";
}

/* line 1695, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-repeat-2-line:before {
  content: "\f072";
}

/* line 1696, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-repeat-fill:before {
  content: "\f073";
}

/* line 1697, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-repeat-line:before {
  content: "\f074";
}

/* line 1698, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-repeat-one-fill:before {
  content: "\f075";
}

/* line 1699, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-repeat-one-line:before {
  content: "\f076";
}

/* line 1700, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-reply-all-fill:before {
  content: "\f077";
}

/* line 1701, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-reply-all-line:before {
  content: "\f078";
}

/* line 1702, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-reply-fill:before {
  content: "\f079";
}

/* line 1703, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-reply-line:before {
  content: "\f07a";
}

/* line 1704, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-reserved-fill:before {
  content: "\f07b";
}

/* line 1705, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-reserved-line:before {
  content: "\f07c";
}

/* line 1706, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rest-time-fill:before {
  content: "\f07d";
}

/* line 1707, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rest-time-line:before {
  content: "\f07e";
}

/* line 1708, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-restart-fill:before {
  content: "\f07f";
}

/* line 1709, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-restart-line:before {
  content: "\f080";
}

/* line 1710, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-restaurant-2-fill:before {
  content: "\f081";
}

/* line 1711, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-restaurant-2-line:before {
  content: "\f082";
}

/* line 1712, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-restaurant-fill:before {
  content: "\f083";
}

/* line 1713, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-restaurant-line:before {
  content: "\f084";
}

/* line 1714, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rewind-fill:before {
  content: "\f085";
}

/* line 1715, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rewind-line:before {
  content: "\f086";
}

/* line 1716, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rewind-mini-fill:before {
  content: "\f087";
}

/* line 1717, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rewind-mini-line:before {
  content: "\f088";
}

/* line 1718, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rhythm-fill:before {
  content: "\f089";
}

/* line 1719, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rhythm-line:before {
  content: "\f08a";
}

/* line 1720, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-riding-fill:before {
  content: "\f08b";
}

/* line 1721, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-riding-line:before {
  content: "\f08c";
}

/* line 1722, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-road-map-fill:before {
  content: "\f08d";
}

/* line 1723, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-road-map-line:before {
  content: "\f08e";
}

/* line 1724, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-roadster-fill:before {
  content: "\f08f";
}

/* line 1725, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-roadster-line:before {
  content: "\f090";
}

/* line 1726, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-robot-fill:before {
  content: "\f091";
}

/* line 1727, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-robot-line:before {
  content: "\f092";
}

/* line 1728, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rocket-2-fill:before {
  content: "\f093";
}

/* line 1729, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rocket-2-line:before {
  content: "\f094";
}

/* line 1730, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rocket-fill:before {
  content: "\f095";
}

/* line 1731, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rocket-line:before {
  content: "\f096";
}

/* line 1732, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rotate-lock-fill:before {
  content: "\f097";
}

/* line 1733, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rotate-lock-line:before {
  content: "\f098";
}

/* line 1734, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rounded-corner:before {
  content: "\f099";
}

/* line 1735, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-route-fill:before {
  content: "\f09a";
}

/* line 1736, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-route-line:before {
  content: "\f09b";
}

/* line 1737, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-router-fill:before {
  content: "\f09c";
}

/* line 1738, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-router-line:before {
  content: "\f09d";
}

/* line 1739, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rss-fill:before {
  content: "\f09e";
}

/* line 1740, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-rss-line:before {
  content: "\f09f";
}

/* line 1741, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ruler-2-fill:before {
  content: "\f0a0";
}

/* line 1742, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ruler-2-line:before {
  content: "\f0a1";
}

/* line 1743, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ruler-fill:before {
  content: "\f0a2";
}

/* line 1744, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ruler-line:before {
  content: "\f0a3";
}

/* line 1745, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-run-fill:before {
  content: "\f0a4";
}

/* line 1746, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-run-line:before {
  content: "\f0a5";
}

/* line 1747, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-safari-fill:before {
  content: "\f0a6";
}

/* line 1748, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-safari-line:before {
  content: "\f0a7";
}

/* line 1749, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-safe-2-fill:before {
  content: "\f0a8";
}

/* line 1750, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-safe-2-line:before {
  content: "\f0a9";
}

/* line 1751, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-safe-fill:before {
  content: "\f0aa";
}

/* line 1752, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-safe-line:before {
  content: "\f0ab";
}

/* line 1753, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sailboat-fill:before {
  content: "\f0ac";
}

/* line 1754, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sailboat-line:before {
  content: "\f0ad";
}

/* line 1755, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-save-2-fill:before {
  content: "\f0ae";
}

/* line 1756, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-save-2-line:before {
  content: "\f0af";
}

/* line 1757, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-save-3-fill:before {
  content: "\f0b0";
}

/* line 1758, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-save-3-line:before {
  content: "\f0b1";
}

/* line 1759, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-save-fill:before {
  content: "\f0b2";
}

/* line 1760, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-save-line:before {
  content: "\f0b3";
}

/* line 1761, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-scales-2-fill:before {
  content: "\f0b4";
}

/* line 1762, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-scales-2-line:before {
  content: "\f0b5";
}

/* line 1763, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-scales-3-fill:before {
  content: "\f0b6";
}

/* line 1764, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-scales-3-line:before {
  content: "\f0b7";
}

/* line 1765, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-scales-fill:before {
  content: "\f0b8";
}

/* line 1766, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-scales-line:before {
  content: "\f0b9";
}

/* line 1767, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-scan-2-fill:before {
  content: "\f0ba";
}

/* line 1768, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-scan-2-line:before {
  content: "\f0bb";
}

/* line 1769, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-scan-fill:before {
  content: "\f0bc";
}

/* line 1770, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-scan-line:before {
  content: "\f0bd";
}

/* line 1771, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-scissors-2-fill:before {
  content: "\f0be";
}

/* line 1772, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-scissors-2-line:before {
  content: "\f0bf";
}

/* line 1773, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-scissors-cut-fill:before {
  content: "\f0c0";
}

/* line 1774, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-scissors-cut-line:before {
  content: "\f0c1";
}

/* line 1775, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-scissors-fill:before {
  content: "\f0c2";
}

/* line 1776, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-scissors-line:before {
  content: "\f0c3";
}

/* line 1777, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-screenshot-2-fill:before {
  content: "\f0c4";
}

/* line 1778, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-screenshot-2-line:before {
  content: "\f0c5";
}

/* line 1779, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-screenshot-fill:before {
  content: "\f0c6";
}

/* line 1780, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-screenshot-line:before {
  content: "\f0c7";
}

/* line 1781, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sd-card-fill:before {
  content: "\f0c8";
}

/* line 1782, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sd-card-line:before {
  content: "\f0c9";
}

/* line 1783, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sd-card-mini-fill:before {
  content: "\f0ca";
}

/* line 1784, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sd-card-mini-line:before {
  content: "\f0cb";
}

/* line 1785, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-search-2-fill:before {
  content: "\f0cc";
}

/* line 1786, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-search-2-line:before {
  content: "\f0cd";
}

/* line 1787, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-search-eye-fill:before {
  content: "\f0ce";
}

/* line 1788, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-search-eye-line:before {
  content: "\f0cf";
}

/* line 1789, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-search-fill:before {
  content: "\f0d0";
}

/* line 1790, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-search-line:before {
  content: "\f0d1";
}

/* line 1791, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-secure-payment-fill:before {
  content: "\f0d2";
}

/* line 1792, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-secure-payment-line:before {
  content: "\f0d3";
}

/* line 1793, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-seedling-fill:before {
  content: "\f0d4";
}

/* line 1794, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-seedling-line:before {
  content: "\f0d5";
}

/* line 1795, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-send-backward:before {
  content: "\f0d6";
}

/* line 1796, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-send-plane-2-fill:before {
  content: "\f0d7";
}

/* line 1797, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-send-plane-2-line:before {
  content: "\f0d8";
}

/* line 1798, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-send-plane-fill:before {
  content: "\f0d9";
}

/* line 1799, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-send-plane-line:before {
  content: "\f0da";
}

/* line 1800, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-send-to-back:before {
  content: "\f0db";
}

/* line 1801, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sensor-fill:before {
  content: "\f0dc";
}

/* line 1802, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sensor-line:before {
  content: "\f0dd";
}

/* line 1803, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-separator:before {
  content: "\f0de";
}

/* line 1804, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-server-fill:before {
  content: "\f0df";
}

/* line 1805, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-server-line:before {
  content: "\f0e0";
}

/* line 1806, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-service-fill:before {
  content: "\f0e1";
}

/* line 1807, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-service-line:before {
  content: "\f0e2";
}

/* line 1808, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-settings-2-fill:before {
  content: "\f0e3";
}

/* line 1809, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-settings-2-line:before {
  content: "\f0e4";
}

/* line 1810, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-settings-3-fill:before {
  content: "\f0e5";
}

/* line 1811, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-settings-3-line:before {
  content: "\f0e6";
}

/* line 1812, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-settings-4-fill:before {
  content: "\f0e7";
}

/* line 1813, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-settings-4-line:before {
  content: "\f0e8";
}

/* line 1814, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-settings-5-fill:before {
  content: "\f0e9";
}

/* line 1815, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-settings-5-line:before {
  content: "\f0ea";
}

/* line 1816, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-settings-6-fill:before {
  content: "\f0eb";
}

/* line 1817, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-settings-6-line:before {
  content: "\f0ec";
}

/* line 1818, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-settings-fill:before {
  content: "\f0ed";
}

/* line 1819, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-settings-line:before {
  content: "\f0ee";
}

/* line 1820, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shape-2-fill:before {
  content: "\f0ef";
}

/* line 1821, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shape-2-line:before {
  content: "\f0f0";
}

/* line 1822, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shape-fill:before {
  content: "\f0f1";
}

/* line 1823, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shape-line:before {
  content: "\f0f2";
}

/* line 1824, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-share-box-fill:before {
  content: "\f0f3";
}

/* line 1825, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-share-box-line:before {
  content: "\f0f4";
}

/* line 1826, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-share-circle-fill:before {
  content: "\f0f5";
}

/* line 1827, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-share-circle-line:before {
  content: "\f0f6";
}

/* line 1828, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-share-fill:before {
  content: "\f0f7";
}

/* line 1829, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-share-forward-2-fill:before {
  content: "\f0f8";
}

/* line 1830, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-share-forward-2-line:before {
  content: "\f0f9";
}

/* line 1831, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-share-forward-box-fill:before {
  content: "\f0fa";
}

/* line 1832, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-share-forward-box-line:before {
  content: "\f0fb";
}

/* line 1833, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-share-forward-fill:before {
  content: "\f0fc";
}

/* line 1834, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-share-forward-line:before {
  content: "\f0fd";
}

/* line 1835, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-share-line:before {
  content: "\f0fe";
}

/* line 1836, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shield-check-fill:before {
  content: "\f0ff";
}

/* line 1837, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shield-check-line:before {
  content: "\f100";
}

/* line 1838, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shield-cross-fill:before {
  content: "\f101";
}

/* line 1839, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shield-cross-line:before {
  content: "\f102";
}

/* line 1840, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shield-fill:before {
  content: "\f103";
}

/* line 1841, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shield-flash-fill:before {
  content: "\f104";
}

/* line 1842, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shield-flash-line:before {
  content: "\f105";
}

/* line 1843, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shield-keyhole-fill:before {
  content: "\f106";
}

/* line 1844, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shield-keyhole-line:before {
  content: "\f107";
}

/* line 1845, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shield-line:before {
  content: "\f108";
}

/* line 1846, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shield-star-fill:before {
  content: "\f109";
}

/* line 1847, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shield-star-line:before {
  content: "\f10a";
}

/* line 1848, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shield-user-fill:before {
  content: "\f10b";
}

/* line 1849, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shield-user-line:before {
  content: "\f10c";
}

/* line 1850, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ship-2-fill:before {
  content: "\f10d";
}

/* line 1851, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ship-2-line:before {
  content: "\f10e";
}

/* line 1852, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ship-fill:before {
  content: "\f10f";
}

/* line 1853, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ship-line:before {
  content: "\f110";
}

/* line 1854, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shirt-fill:before {
  content: "\f111";
}

/* line 1855, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shirt-line:before {
  content: "\f112";
}

/* line 1856, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shopping-bag-2-fill:before {
  content: "\f113";
}

/* line 1857, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shopping-bag-2-line:before {
  content: "\f114";
}

/* line 1858, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shopping-bag-3-fill:before {
  content: "\f115";
}

/* line 1859, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shopping-bag-3-line:before {
  content: "\f116";
}

/* line 1860, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shopping-bag-fill:before {
  content: "\f117";
}

/* line 1861, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shopping-bag-line:before {
  content: "\f118";
}

/* line 1862, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shopping-basket-2-fill:before {
  content: "\f119";
}

/* line 1863, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shopping-basket-2-line:before {
  content: "\f11a";
}

/* line 1864, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shopping-basket-fill:before {
  content: "\f11b";
}

/* line 1865, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shopping-basket-line:before {
  content: "\f11c";
}

/* line 1866, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shopping-cart-2-fill:before {
  content: "\f11d";
}

/* line 1867, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shopping-cart-2-line:before {
  content: "\f11e";
}

/* line 1868, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shopping-cart-fill:before {
  content: "\f11f";
}

/* line 1869, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shopping-cart-line:before {
  content: "\f120";
}

/* line 1870, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-showers-fill:before {
  content: "\f121";
}

/* line 1871, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-showers-line:before {
  content: "\f122";
}

/* line 1872, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shuffle-fill:before {
  content: "\f123";
}

/* line 1873, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shuffle-line:before {
  content: "\f124";
}

/* line 1874, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shut-down-fill:before {
  content: "\f125";
}

/* line 1875, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-shut-down-line:before {
  content: "\f126";
}

/* line 1876, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-side-bar-fill:before {
  content: "\f127";
}

/* line 1877, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-side-bar-line:before {
  content: "\f128";
}

/* line 1878, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-signal-tower-fill:before {
  content: "\f129";
}

/* line 1879, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-signal-tower-line:before {
  content: "\f12a";
}

/* line 1880, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-signal-wifi-1-fill:before {
  content: "\f12b";
}

/* line 1881, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-signal-wifi-1-line:before {
  content: "\f12c";
}

/* line 1882, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-signal-wifi-2-fill:before {
  content: "\f12d";
}

/* line 1883, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-signal-wifi-2-line:before {
  content: "\f12e";
}

/* line 1884, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-signal-wifi-3-fill:before {
  content: "\f12f";
}

/* line 1885, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-signal-wifi-3-line:before {
  content: "\f130";
}

/* line 1886, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-signal-wifi-error-fill:before {
  content: "\f131";
}

/* line 1887, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-signal-wifi-error-line:before {
  content: "\f132";
}

/* line 1888, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-signal-wifi-fill:before {
  content: "\f133";
}

/* line 1889, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-signal-wifi-line:before {
  content: "\f134";
}

/* line 1890, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-signal-wifi-off-fill:before {
  content: "\f135";
}

/* line 1891, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-signal-wifi-off-line:before {
  content: "\f136";
}

/* line 1892, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sim-card-2-fill:before {
  content: "\f137";
}

/* line 1893, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sim-card-2-line:before {
  content: "\f138";
}

/* line 1894, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sim-card-fill:before {
  content: "\f139";
}

/* line 1895, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sim-card-line:before {
  content: "\f13a";
}

/* line 1896, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-single-quotes-l:before {
  content: "\f13b";
}

/* line 1897, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-single-quotes-r:before {
  content: "\f13c";
}

/* line 1898, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sip-fill:before {
  content: "\f13d";
}

/* line 1899, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sip-line:before {
  content: "\f13e";
}

/* line 1900, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-skip-back-fill:before {
  content: "\f13f";
}

/* line 1901, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-skip-back-line:before {
  content: "\f140";
}

/* line 1902, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-skip-back-mini-fill:before {
  content: "\f141";
}

/* line 1903, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-skip-back-mini-line:before {
  content: "\f142";
}

/* line 1904, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-skip-forward-fill:before {
  content: "\f143";
}

/* line 1905, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-skip-forward-line:before {
  content: "\f144";
}

/* line 1906, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-skip-forward-mini-fill:before {
  content: "\f145";
}

/* line 1907, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-skip-forward-mini-line:before {
  content: "\f146";
}

/* line 1908, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-skull-2-fill:before {
  content: "\f147";
}

/* line 1909, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-skull-2-line:before {
  content: "\f148";
}

/* line 1910, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-skull-fill:before {
  content: "\f149";
}

/* line 1911, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-skull-line:before {
  content: "\f14a";
}

/* line 1912, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-skype-fill:before {
  content: "\f14b";
}

/* line 1913, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-skype-line:before {
  content: "\f14c";
}

/* line 1914, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-slack-fill:before {
  content: "\f14d";
}

/* line 1915, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-slack-line:before {
  content: "\f14e";
}

/* line 1916, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-slice-fill:before {
  content: "\f14f";
}

/* line 1917, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-slice-line:before {
  content: "\f150";
}

/* line 1918, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-slideshow-2-fill:before {
  content: "\f151";
}

/* line 1919, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-slideshow-2-line:before {
  content: "\f152";
}

/* line 1920, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-slideshow-3-fill:before {
  content: "\f153";
}

/* line 1921, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-slideshow-3-line:before {
  content: "\f154";
}

/* line 1922, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-slideshow-4-fill:before {
  content: "\f155";
}

/* line 1923, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-slideshow-4-line:before {
  content: "\f156";
}

/* line 1924, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-slideshow-fill:before {
  content: "\f157";
}

/* line 1925, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-slideshow-line:before {
  content: "\f158";
}

/* line 1926, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-smartphone-fill:before {
  content: "\f159";
}

/* line 1927, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-smartphone-line:before {
  content: "\f15a";
}

/* line 1928, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-snapchat-fill:before {
  content: "\f15b";
}

/* line 1929, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-snapchat-line:before {
  content: "\f15c";
}

/* line 1930, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-snowy-fill:before {
  content: "\f15d";
}

/* line 1931, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-snowy-line:before {
  content: "\f15e";
}

/* line 1932, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sort-asc:before {
  content: "\f15f";
}

/* line 1933, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sort-desc:before {
  content: "\f160";
}

/* line 1934, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sound-module-fill:before {
  content: "\f161";
}

/* line 1935, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sound-module-line:before {
  content: "\f162";
}

/* line 1936, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-soundcloud-fill:before {
  content: "\f163";
}

/* line 1937, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-soundcloud-line:before {
  content: "\f164";
}

/* line 1938, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-space-ship-fill:before {
  content: "\f165";
}

/* line 1939, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-space-ship-line:before {
  content: "\f166";
}

/* line 1940, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-space:before {
  content: "\f167";
}

/* line 1941, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-spam-2-fill:before {
  content: "\f168";
}

/* line 1942, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-spam-2-line:before {
  content: "\f169";
}

/* line 1943, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-spam-3-fill:before {
  content: "\f16a";
}

/* line 1944, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-spam-3-line:before {
  content: "\f16b";
}

/* line 1945, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-spam-fill:before {
  content: "\f16c";
}

/* line 1946, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-spam-line:before {
  content: "\f16d";
}

/* line 1947, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-speaker-2-fill:before {
  content: "\f16e";
}

/* line 1948, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-speaker-2-line:before {
  content: "\f16f";
}

/* line 1949, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-speaker-3-fill:before {
  content: "\f170";
}

/* line 1950, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-speaker-3-line:before {
  content: "\f171";
}

/* line 1951, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-speaker-fill:before {
  content: "\f172";
}

/* line 1952, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-speaker-line:before {
  content: "\f173";
}

/* line 1953, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-spectrum-fill:before {
  content: "\f174";
}

/* line 1954, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-spectrum-line:before {
  content: "\f175";
}

/* line 1955, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-speed-fill:before {
  content: "\f176";
}

/* line 1956, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-speed-line:before {
  content: "\f177";
}

/* line 1957, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-speed-mini-fill:before {
  content: "\f178";
}

/* line 1958, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-speed-mini-line:before {
  content: "\f179";
}

/* line 1959, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-split-cells-horizontal:before {
  content: "\f17a";
}

/* line 1960, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-split-cells-vertical:before {
  content: "\f17b";
}

/* line 1961, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-spotify-fill:before {
  content: "\f17c";
}

/* line 1962, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-spotify-line:before {
  content: "\f17d";
}

/* line 1963, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-spy-fill:before {
  content: "\f17e";
}

/* line 1964, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-spy-line:before {
  content: "\f17f";
}

/* line 1965, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-stack-fill:before {
  content: "\f180";
}

/* line 1966, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-stack-line:before {
  content: "\f181";
}

/* line 1967, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-stack-overflow-fill:before {
  content: "\f182";
}

/* line 1968, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-stack-overflow-line:before {
  content: "\f183";
}

/* line 1969, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-stackshare-fill:before {
  content: "\f184";
}

/* line 1970, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-stackshare-line:before {
  content: "\f185";
}

/* line 1971, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-star-fill:before {
  content: "\f186";
}

/* line 1972, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-star-half-fill:before {
  content: "\f187";
}

/* line 1973, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-star-half-line:before {
  content: "\f188";
}

/* line 1974, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-star-half-s-fill:before {
  content: "\f189";
}

/* line 1975, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-star-half-s-line:before {
  content: "\f18a";
}

/* line 1976, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-star-line:before {
  content: "\f18b";
}

/* line 1977, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-star-s-fill:before {
  content: "\f18c";
}

/* line 1978, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-star-s-line:before {
  content: "\f18d";
}

/* line 1979, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-star-smile-fill:before {
  content: "\f18e";
}

/* line 1980, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-star-smile-line:before {
  content: "\f18f";
}

/* line 1981, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-steam-fill:before {
  content: "\f190";
}

/* line 1982, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-steam-line:before {
  content: "\f191";
}

/* line 1983, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-steering-2-fill:before {
  content: "\f192";
}

/* line 1984, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-steering-2-line:before {
  content: "\f193";
}

/* line 1985, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-steering-fill:before {
  content: "\f194";
}

/* line 1986, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-steering-line:before {
  content: "\f195";
}

/* line 1987, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-stethoscope-fill:before {
  content: "\f196";
}

/* line 1988, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-stethoscope-line:before {
  content: "\f197";
}

/* line 1989, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sticky-note-2-fill:before {
  content: "\f198";
}

/* line 1990, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sticky-note-2-line:before {
  content: "\f199";
}

/* line 1991, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sticky-note-fill:before {
  content: "\f19a";
}

/* line 1992, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sticky-note-line:before {
  content: "\f19b";
}

/* line 1993, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-stock-fill:before {
  content: "\f19c";
}

/* line 1994, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-stock-line:before {
  content: "\f19d";
}

/* line 1995, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-stop-circle-fill:before {
  content: "\f19e";
}

/* line 1996, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-stop-circle-line:before {
  content: "\f19f";
}

/* line 1997, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-stop-fill:before {
  content: "\f1a0";
}

/* line 1998, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-stop-line:before {
  content: "\f1a1";
}

/* line 1999, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-stop-mini-fill:before {
  content: "\f1a2";
}

/* line 2000, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-stop-mini-line:before {
  content: "\f1a3";
}

/* line 2001, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-store-2-fill:before {
  content: "\f1a4";
}

/* line 2002, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-store-2-line:before {
  content: "\f1a5";
}

/* line 2003, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-store-3-fill:before {
  content: "\f1a6";
}

/* line 2004, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-store-3-line:before {
  content: "\f1a7";
}

/* line 2005, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-store-fill:before {
  content: "\f1a8";
}

/* line 2006, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-store-line:before {
  content: "\f1a9";
}

/* line 2007, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-strikethrough-2:before {
  content: "\f1aa";
}

/* line 2008, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-strikethrough:before {
  content: "\f1ab";
}

/* line 2009, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-subscript-2:before {
  content: "\f1ac";
}

/* line 2010, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-subscript:before {
  content: "\f1ad";
}

/* line 2011, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-subtract-fill:before {
  content: "\f1ae";
}

/* line 2012, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-subtract-line:before {
  content: "\f1af";
}

/* line 2013, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-subway-fill:before {
  content: "\f1b0";
}

/* line 2014, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-subway-line:before {
  content: "\f1b1";
}

/* line 2015, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-subway-wifi-fill:before {
  content: "\f1b2";
}

/* line 2016, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-subway-wifi-line:before {
  content: "\f1b3";
}

/* line 2017, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-suitcase-2-fill:before {
  content: "\f1b4";
}

/* line 2018, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-suitcase-2-line:before {
  content: "\f1b5";
}

/* line 2019, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-suitcase-3-fill:before {
  content: "\f1b6";
}

/* line 2020, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-suitcase-3-line:before {
  content: "\f1b7";
}

/* line 2021, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-suitcase-fill:before {
  content: "\f1b8";
}

/* line 2022, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-suitcase-line:before {
  content: "\f1b9";
}

/* line 2023, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sun-cloudy-fill:before {
  content: "\f1ba";
}

/* line 2024, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sun-cloudy-line:before {
  content: "\f1bb";
}

/* line 2025, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sun-fill:before {
  content: "\f1bc";
}

/* line 2026, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sun-foggy-fill:before {
  content: "\f1bd";
}

/* line 2027, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sun-foggy-line:before {
  content: "\f1be";
}

/* line 2028, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sun-line:before {
  content: "\f1bf";
}

/* line 2029, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-superscript-2:before {
  content: "\f1c0";
}

/* line 2030, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-superscript:before {
  content: "\f1c1";
}

/* line 2031, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-surgical-mask-fill:before {
  content: "\f1c2";
}

/* line 2032, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-surgical-mask-line:before {
  content: "\f1c3";
}

/* line 2033, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-surround-sound-fill:before {
  content: "\f1c4";
}

/* line 2034, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-surround-sound-line:before {
  content: "\f1c5";
}

/* line 2035, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-survey-fill:before {
  content: "\f1c6";
}

/* line 2036, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-survey-line:before {
  content: "\f1c7";
}

/* line 2037, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-swap-box-fill:before {
  content: "\f1c8";
}

/* line 2038, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-swap-box-line:before {
  content: "\f1c9";
}

/* line 2039, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-swap-fill:before {
  content: "\f1ca";
}

/* line 2040, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-swap-line:before {
  content: "\f1cb";
}

/* line 2041, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-switch-fill:before {
  content: "\f1cc";
}

/* line 2042, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-switch-line:before {
  content: "\f1cd";
}

/* line 2043, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sword-fill:before {
  content: "\f1ce";
}

/* line 2044, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-sword-line:before {
  content: "\f1cf";
}

/* line 2045, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-syringe-fill:before {
  content: "\f1d0";
}

/* line 2046, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-syringe-line:before {
  content: "\f1d1";
}

/* line 2047, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-t-box-fill:before {
  content: "\f1d2";
}

/* line 2048, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-t-box-line:before {
  content: "\f1d3";
}

/* line 2049, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-t-shirt-2-fill:before {
  content: "\f1d4";
}

/* line 2050, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-t-shirt-2-line:before {
  content: "\f1d5";
}

/* line 2051, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-t-shirt-air-fill:before {
  content: "\f1d6";
}

/* line 2052, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-t-shirt-air-line:before {
  content: "\f1d7";
}

/* line 2053, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-t-shirt-fill:before {
  content: "\f1d8";
}

/* line 2054, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-t-shirt-line:before {
  content: "\f1d9";
}

/* line 2055, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-table-2:before {
  content: "\f1da";
}

/* line 2056, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-table-alt-fill:before {
  content: "\f1db";
}

/* line 2057, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-table-alt-line:before {
  content: "\f1dc";
}

/* line 2058, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-table-fill:before {
  content: "\f1dd";
}

/* line 2059, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-table-line:before {
  content: "\f1de";
}

/* line 2060, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-tablet-fill:before {
  content: "\f1df";
}

/* line 2061, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-tablet-line:before {
  content: "\f1e0";
}

/* line 2062, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-takeaway-fill:before {
  content: "\f1e1";
}

/* line 2063, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-takeaway-line:before {
  content: "\f1e2";
}

/* line 2064, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-taobao-fill:before {
  content: "\f1e3";
}

/* line 2065, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-taobao-line:before {
  content: "\f1e4";
}

/* line 2066, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-tape-fill:before {
  content: "\f1e5";
}

/* line 2067, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-tape-line:before {
  content: "\f1e6";
}

/* line 2068, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-task-fill:before {
  content: "\f1e7";
}

/* line 2069, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-task-line:before {
  content: "\f1e8";
}

/* line 2070, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-taxi-fill:before {
  content: "\f1e9";
}

/* line 2071, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-taxi-line:before {
  content: "\f1ea";
}

/* line 2072, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-taxi-wifi-fill:before {
  content: "\f1eb";
}

/* line 2073, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-taxi-wifi-line:before {
  content: "\f1ec";
}

/* line 2074, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-team-fill:before {
  content: "\f1ed";
}

/* line 2075, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-team-line:before {
  content: "\f1ee";
}

/* line 2076, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-telegram-fill:before {
  content: "\f1ef";
}

/* line 2077, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-telegram-line:before {
  content: "\f1f0";
}

/* line 2078, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-temp-cold-fill:before {
  content: "\f1f1";
}

/* line 2079, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-temp-cold-line:before {
  content: "\f1f2";
}

/* line 2080, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-temp-hot-fill:before {
  content: "\f1f3";
}

/* line 2081, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-temp-hot-line:before {
  content: "\f1f4";
}

/* line 2082, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-terminal-box-fill:before {
  content: "\f1f5";
}

/* line 2083, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-terminal-box-line:before {
  content: "\f1f6";
}

/* line 2084, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-terminal-fill:before {
  content: "\f1f7";
}

/* line 2085, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-terminal-line:before {
  content: "\f1f8";
}

/* line 2086, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-terminal-window-fill:before {
  content: "\f1f9";
}

/* line 2087, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-terminal-window-line:before {
  content: "\f1fa";
}

/* line 2088, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-test-tube-fill:before {
  content: "\f1fb";
}

/* line 2089, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-test-tube-line:before {
  content: "\f1fc";
}

/* line 2090, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-text-direction-l:before {
  content: "\f1fd";
}

/* line 2091, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-text-direction-r:before {
  content: "\f1fe";
}

/* line 2092, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-text-spacing:before {
  content: "\f1ff";
}

/* line 2093, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-text-wrap:before {
  content: "\f200";
}

/* line 2094, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-text:before {
  content: "\f201";
}

/* line 2095, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-thermometer-fill:before {
  content: "\f202";
}

/* line 2096, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-thermometer-line:before {
  content: "\f203";
}

/* line 2097, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-thumb-down-fill:before {
  content: "\f204";
}

/* line 2098, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-thumb-down-line:before {
  content: "\f205";
}

/* line 2099, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-thumb-up-fill:before {
  content: "\f206";
}

/* line 2100, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-thumb-up-line:before {
  content: "\f207";
}

/* line 2101, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-thunderstorms-fill:before {
  content: "\f208";
}

/* line 2102, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-thunderstorms-line:before {
  content: "\f209";
}

/* line 2103, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ticket-2-fill:before {
  content: "\f20a";
}

/* line 2104, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ticket-2-line:before {
  content: "\f20b";
}

/* line 2105, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ticket-fill:before {
  content: "\f20c";
}

/* line 2106, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ticket-line:before {
  content: "\f20d";
}

/* line 2107, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-time-fill:before {
  content: "\f20e";
}

/* line 2108, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-time-line:before {
  content: "\f20f";
}

/* line 2109, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-timer-2-fill:before {
  content: "\f210";
}

/* line 2110, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-timer-2-line:before {
  content: "\f211";
}

/* line 2111, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-timer-fill:before {
  content: "\f212";
}

/* line 2112, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-timer-flash-fill:before {
  content: "\f213";
}

/* line 2113, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-timer-flash-line:before {
  content: "\f214";
}

/* line 2114, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-timer-line:before {
  content: "\f215";
}

/* line 2115, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-todo-fill:before {
  content: "\f216";
}

/* line 2116, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-todo-line:before {
  content: "\f217";
}

/* line 2117, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-toggle-fill:before {
  content: "\f218";
}

/* line 2118, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-toggle-line:before {
  content: "\f219";
}

/* line 2119, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-tools-fill:before {
  content: "\f21a";
}

/* line 2120, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-tools-line:before {
  content: "\f21b";
}

/* line 2121, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-tornado-fill:before {
  content: "\f21c";
}

/* line 2122, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-tornado-line:before {
  content: "\f21d";
}

/* line 2123, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-trademark-fill:before {
  content: "\f21e";
}

/* line 2124, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-trademark-line:before {
  content: "\f21f";
}

/* line 2125, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-traffic-light-fill:before {
  content: "\f220";
}

/* line 2126, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-traffic-light-line:before {
  content: "\f221";
}

/* line 2127, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-train-fill:before {
  content: "\f222";
}

/* line 2128, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-train-line:before {
  content: "\f223";
}

/* line 2129, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-train-wifi-fill:before {
  content: "\f224";
}

/* line 2130, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-train-wifi-line:before {
  content: "\f225";
}

/* line 2131, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-translate-2:before {
  content: "\f226";
}

/* line 2132, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-translate:before {
  content: "\f227";
}

/* line 2133, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-travesti-fill:before {
  content: "\f228";
}

/* line 2134, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-travesti-line:before {
  content: "\f229";
}

/* line 2135, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-treasure-map-fill:before {
  content: "\f22a";
}

/* line 2136, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-treasure-map-line:before {
  content: "\f22b";
}

/* line 2137, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-trello-fill:before {
  content: "\f22c";
}

/* line 2138, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-trello-line:before {
  content: "\f22d";
}

/* line 2139, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-trophy-fill:before {
  content: "\f22e";
}

/* line 2140, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-trophy-line:before {
  content: "\f22f";
}

/* line 2141, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-truck-fill:before {
  content: "\f230";
}

/* line 2142, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-truck-line:before {
  content: "\f231";
}

/* line 2143, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-tumblr-fill:before {
  content: "\f232";
}

/* line 2144, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-tumblr-line:before {
  content: "\f233";
}

/* line 2145, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-tv-2-fill:before {
  content: "\f234";
}

/* line 2146, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-tv-2-line:before {
  content: "\f235";
}

/* line 2147, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-tv-fill:before {
  content: "\f236";
}

/* line 2148, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-tv-line:before {
  content: "\f237";
}

/* line 2149, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-twitch-fill:before {
  content: "\f238";
}

/* line 2150, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-twitch-line:before {
  content: "\f239";
}

/* line 2151, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-twitter-fill:before {
  content: "\f23a";
}

/* line 2152, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-twitter-line:before {
  content: "\f23b";
}

/* line 2153, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-typhoon-fill:before {
  content: "\f23c";
}

/* line 2154, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-typhoon-line:before {
  content: "\f23d";
}

/* line 2155, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-u-disk-fill:before {
  content: "\f23e";
}

/* line 2156, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-u-disk-line:before {
  content: "\f23f";
}

/* line 2157, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ubuntu-fill:before {
  content: "\f240";
}

/* line 2158, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-ubuntu-line:before {
  content: "\f241";
}

/* line 2159, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-umbrella-fill:before {
  content: "\f242";
}

/* line 2160, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-umbrella-line:before {
  content: "\f243";
}

/* line 2161, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-underline:before {
  content: "\f244";
}

/* line 2162, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-uninstall-fill:before {
  content: "\f245";
}

/* line 2163, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-uninstall-line:before {
  content: "\f246";
}

/* line 2164, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-unsplash-fill:before {
  content: "\f247";
}

/* line 2165, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-unsplash-line:before {
  content: "\f248";
}

/* line 2166, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-upload-2-fill:before {
  content: "\f249";
}

/* line 2167, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-upload-2-line:before {
  content: "\f24a";
}

/* line 2168, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-upload-cloud-2-fill:before {
  content: "\f24b";
}

/* line 2169, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-upload-cloud-2-line:before {
  content: "\f24c";
}

/* line 2170, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-upload-cloud-fill:before {
  content: "\f24d";
}

/* line 2171, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-upload-cloud-line:before {
  content: "\f24e";
}

/* line 2172, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-upload-fill:before {
  content: "\f24f";
}

/* line 2173, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-upload-line:before {
  content: "\f250";
}

/* line 2174, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-usb-fill:before {
  content: "\f251";
}

/* line 2175, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-usb-line:before {
  content: "\f252";
}

/* line 2176, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-2-fill:before {
  content: "\f253";
}

/* line 2177, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-2-line:before {
  content: "\f254";
}

/* line 2178, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-3-fill:before {
  content: "\f255";
}

/* line 2179, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-3-line:before {
  content: "\f256";
}

/* line 2180, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-4-fill:before {
  content: "\f257";
}

/* line 2181, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-4-line:before {
  content: "\f258";
}

/* line 2182, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-5-fill:before {
  content: "\f259";
}

/* line 2183, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-5-line:before {
  content: "\f25a";
}

/* line 2184, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-6-fill:before {
  content: "\f25b";
}

/* line 2185, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-6-line:before {
  content: "\f25c";
}

/* line 2186, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-add-fill:before {
  content: "\f25d";
}

/* line 2187, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-add-line:before {
  content: "\f25e";
}

/* line 2188, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-fill:before {
  content: "\f25f";
}

/* line 2189, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-follow-fill:before {
  content: "\f260";
}

/* line 2190, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-follow-line:before {
  content: "\f261";
}

/* line 2191, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-heart-fill:before {
  content: "\f262";
}

/* line 2192, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-heart-line:before {
  content: "\f263";
}

/* line 2193, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-line:before {
  content: "\f264";
}

/* line 2194, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-location-fill:before {
  content: "\f265";
}

/* line 2195, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-location-line:before {
  content: "\f266";
}

/* line 2196, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-received-2-fill:before {
  content: "\f267";
}

/* line 2197, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-received-2-line:before {
  content: "\f268";
}

/* line 2198, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-received-fill:before {
  content: "\f269";
}

/* line 2199, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-received-line:before {
  content: "\f26a";
}

/* line 2200, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-search-fill:before {
  content: "\f26b";
}

/* line 2201, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-search-line:before {
  content: "\f26c";
}

/* line 2202, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-settings-fill:before {
  content: "\f26d";
}

/* line 2203, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-settings-line:before {
  content: "\f26e";
}

/* line 2204, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-shared-2-fill:before {
  content: "\f26f";
}

/* line 2205, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-shared-2-line:before {
  content: "\f270";
}

/* line 2206, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-shared-fill:before {
  content: "\f271";
}

/* line 2207, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-shared-line:before {
  content: "\f272";
}

/* line 2208, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-smile-fill:before {
  content: "\f273";
}

/* line 2209, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-smile-line:before {
  content: "\f274";
}

/* line 2210, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-star-fill:before {
  content: "\f275";
}

/* line 2211, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-star-line:before {
  content: "\f276";
}

/* line 2212, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-unfollow-fill:before {
  content: "\f277";
}

/* line 2213, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-unfollow-line:before {
  content: "\f278";
}

/* line 2214, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-voice-fill:before {
  content: "\f279";
}

/* line 2215, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-user-voice-line:before {
  content: "\f27a";
}

/* line 2216, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-video-add-fill:before {
  content: "\f27b";
}

/* line 2217, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-video-add-line:before {
  content: "\f27c";
}

/* line 2218, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-video-chat-fill:before {
  content: "\f27d";
}

/* line 2219, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-video-chat-line:before {
  content: "\f27e";
}

/* line 2220, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-video-download-fill:before {
  content: "\f27f";
}

/* line 2221, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-video-download-line:before {
  content: "\f280";
}

/* line 2222, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-video-fill:before {
  content: "\f281";
}

/* line 2223, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-video-line:before {
  content: "\f282";
}

/* line 2224, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-video-upload-fill:before {
  content: "\f283";
}

/* line 2225, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-video-upload-line:before {
  content: "\f284";
}

/* line 2226, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-vidicon-2-fill:before {
  content: "\f285";
}

/* line 2227, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-vidicon-2-line:before {
  content: "\f286";
}

/* line 2228, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-vidicon-fill:before {
  content: "\f287";
}

/* line 2229, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-vidicon-line:before {
  content: "\f288";
}

/* line 2230, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-vimeo-fill:before {
  content: "\f289";
}

/* line 2231, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-vimeo-line:before {
  content: "\f28a";
}

/* line 2232, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-vip-crown-2-fill:before {
  content: "\f28b";
}

/* line 2233, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-vip-crown-2-line:before {
  content: "\f28c";
}

/* line 2234, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-vip-crown-fill:before {
  content: "\f28d";
}

/* line 2235, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-vip-crown-line:before {
  content: "\f28e";
}

/* line 2236, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-vip-diamond-fill:before {
  content: "\f28f";
}

/* line 2237, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-vip-diamond-line:before {
  content: "\f290";
}

/* line 2238, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-vip-fill:before {
  content: "\f291";
}

/* line 2239, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-vip-line:before {
  content: "\f292";
}

/* line 2240, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-virus-fill:before {
  content: "\f293";
}

/* line 2241, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-virus-line:before {
  content: "\f294";
}

/* line 2242, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-visa-fill:before {
  content: "\f295";
}

/* line 2243, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-visa-line:before {
  content: "\f296";
}

/* line 2244, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-voice-recognition-fill:before {
  content: "\f297";
}

/* line 2245, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-voice-recognition-line:before {
  content: "\f298";
}

/* line 2246, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-voiceprint-fill:before {
  content: "\f299";
}

/* line 2247, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-voiceprint-line:before {
  content: "\f29a";
}

/* line 2248, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-volume-down-fill:before {
  content: "\f29b";
}

/* line 2249, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-volume-down-line:before {
  content: "\f29c";
}

/* line 2250, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-volume-mute-fill:before {
  content: "\f29d";
}

/* line 2251, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-volume-mute-line:before {
  content: "\f29e";
}

/* line 2252, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-volume-off-vibrate-fill:before {
  content: "\f29f";
}

/* line 2253, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-volume-off-vibrate-line:before {
  content: "\f2a0";
}

/* line 2254, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-volume-up-fill:before {
  content: "\f2a1";
}

/* line 2255, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-volume-up-line:before {
  content: "\f2a2";
}

/* line 2256, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-volume-vibrate-fill:before {
  content: "\f2a3";
}

/* line 2257, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-volume-vibrate-line:before {
  content: "\f2a4";
}

/* line 2258, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-vuejs-fill:before {
  content: "\f2a5";
}

/* line 2259, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-vuejs-line:before {
  content: "\f2a6";
}

/* line 2260, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-walk-fill:before {
  content: "\f2a7";
}

/* line 2261, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-walk-line:before {
  content: "\f2a8";
}

/* line 2262, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wallet-2-fill:before {
  content: "\f2a9";
}

/* line 2263, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wallet-2-line:before {
  content: "\f2aa";
}

/* line 2264, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wallet-3-fill:before {
  content: "\f2ab";
}

/* line 2265, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wallet-3-line:before {
  content: "\f2ac";
}

/* line 2266, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wallet-fill:before {
  content: "\f2ad";
}

/* line 2267, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wallet-line:before {
  content: "\f2ae";
}

/* line 2268, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-water-flash-fill:before {
  content: "\f2af";
}

/* line 2269, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-water-flash-line:before {
  content: "\f2b0";
}

/* line 2270, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-webcam-fill:before {
  content: "\f2b1";
}

/* line 2271, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-webcam-line:before {
  content: "\f2b2";
}

/* line 2272, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wechat-2-fill:before {
  content: "\f2b3";
}

/* line 2273, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wechat-2-line:before {
  content: "\f2b4";
}

/* line 2274, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wechat-fill:before {
  content: "\f2b5";
}

/* line 2275, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wechat-line:before {
  content: "\f2b6";
}

/* line 2276, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wechat-pay-fill:before {
  content: "\f2b7";
}

/* line 2277, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wechat-pay-line:before {
  content: "\f2b8";
}

/* line 2278, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-weibo-fill:before {
  content: "\f2b9";
}

/* line 2279, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-weibo-line:before {
  content: "\f2ba";
}

/* line 2280, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-whatsapp-fill:before {
  content: "\f2bb";
}

/* line 2281, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-whatsapp-line:before {
  content: "\f2bc";
}

/* line 2282, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wheelchair-fill:before {
  content: "\f2bd";
}

/* line 2283, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wheelchair-line:before {
  content: "\f2be";
}

/* line 2284, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wifi-fill:before {
  content: "\f2bf";
}

/* line 2285, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wifi-line:before {
  content: "\f2c0";
}

/* line 2286, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wifi-off-fill:before {
  content: "\f2c1";
}

/* line 2287, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wifi-off-line:before {
  content: "\f2c2";
}

/* line 2288, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-window-2-fill:before {
  content: "\f2c3";
}

/* line 2289, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-window-2-line:before {
  content: "\f2c4";
}

/* line 2290, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-window-fill:before {
  content: "\f2c5";
}

/* line 2291, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-window-line:before {
  content: "\f2c6";
}

/* line 2292, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-windows-fill:before {
  content: "\f2c7";
}

/* line 2293, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-windows-line:before {
  content: "\f2c8";
}

/* line 2294, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-windy-fill:before {
  content: "\f2c9";
}

/* line 2295, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-windy-line:before {
  content: "\f2ca";
}

/* line 2296, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wireless-charging-fill:before {
  content: "\f2cb";
}

/* line 2297, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wireless-charging-line:before {
  content: "\f2cc";
}

/* line 2298, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-women-fill:before {
  content: "\f2cd";
}

/* line 2299, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-women-line:before {
  content: "\f2ce";
}

/* line 2300, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-wubi-input:before {
  content: "\f2cf";
}

/* line 2301, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-xbox-fill:before {
  content: "\f2d0";
}

/* line 2302, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-xbox-line:before {
  content: "\f2d1";
}

/* line 2303, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-xing-fill:before {
  content: "\f2d2";
}

/* line 2304, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-xing-line:before {
  content: "\f2d3";
}

/* line 2305, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-youtube-fill:before {
  content: "\f2d4";
}

/* line 2306, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-youtube-line:before {
  content: "\f2d5";
}

/* line 2307, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-zcool-fill:before {
  content: "\f2d6";
}

/* line 2308, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-zcool-line:before {
  content: "\f2d7";
}

/* line 2309, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-zhihu-fill:before {
  content: "\f2d8";
}

/* line 2310, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-zhihu-line:before {
  content: "\f2d9";
}

/* line 2311, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-zoom-in-fill:before {
  content: "\f2da";
}

/* line 2312, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-zoom-in-line:before {
  content: "\f2db";
}

/* line 2313, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-zoom-out-fill:before {
  content: "\f2dc";
}

/* line 2314, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-zoom-out-line:before {
  content: "\f2dd";
}

/* line 2315, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-zzz-fill:before {
  content: "\f2de";
}

/* line 2316, ../usr/local/bundle/gems/remixicon-1.2.1/assets/stylesheets/remixicon.css */
.ri-zzz-line:before {
  content: "\f2df";
}

/**
* Template Name: NiceAdmin - v2.2.0
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* line 11, vendor/assets/stylesheets/niceadmin.scss */
:root {
  scroll-behavior: smooth;
}

@font-face {
  font-family: OpenSans;
  src: url(/assets/OpenSans-Medium-bb27924cc9e7aaeceb9331c5ab4c6f938e22b982b15768f86cdd403d563f51c1.ttf) format("truetype"), url(/assets/OpenSans-Bold-57faf84dbb0680a6bfcf07413dbfb412da0d5594950e89c40ab84d0f3222da71.ttf) format("truetype");
}

/* line 31, vendor/assets/stylesheets/niceadmin.scss */
body {
  font-family: "OpenSans", sans-serif;
  background: #f6f9ff;
  color: #444444;
}

/* line 37, vendor/assets/stylesheets/niceadmin.scss */
a {
  color: #4154f1;
  text-decoration: none;
}

/* line 42, vendor/assets/stylesheets/niceadmin.scss */
a:hover {
  color: #717ff5;
  text-decoration: none;
}

/* line 47, vendor/assets/stylesheets/niceadmin.scss */
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
  # Main
  --------------------------------------------------------------*/
/* line 59, vendor/assets/stylesheets/niceadmin.scss */
#main {
  margin-top: 60px;
  padding: 20px 30px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  /* line 66, vendor/assets/stylesheets/niceadmin.scss */
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
  # Page Title
  --------------------------------------------------------------*/
/* line 74, vendor/assets/stylesheets/niceadmin.scss */
.pagetitle {
  margin-bottom: 10px;
}

/* line 78, vendor/assets/stylesheets/niceadmin.scss */
.pagetitle h1, .pagetitle .h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
/* line 88, vendor/assets/stylesheets/niceadmin.scss */
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

/* line 102, vendor/assets/stylesheets/niceadmin.scss */
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

/* line 108, vendor/assets/stylesheets/niceadmin.scss */
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

/* line 113, vendor/assets/stylesheets/niceadmin.scss */
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
  # Override some default Bootstrap stylings
  --------------------------------------------------------------*/
/* Dropdown menus */
/* line 122, vendor/assets/stylesheets/niceadmin.scss */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

@media (max-width: 480px) {
  /* line 136, vendor/assets/stylesheets/niceadmin.scss */
  .dropdown-menu {
    width: 100vw !important;
  }
}

/* line 141, vendor/assets/stylesheets/niceadmin.scss */
.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

/* line 148, vendor/assets/stylesheets/niceadmin.scss */
.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

/* line 153, vendor/assets/stylesheets/niceadmin.scss */
.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

/* line 157, vendor/assets/stylesheets/niceadmin.scss */
.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

/* line 162, vendor/assets/stylesheets/niceadmin.scss */
.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

/* line 168, vendor/assets/stylesheets/niceadmin.scss */
.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

/* line 174, vendor/assets/stylesheets/niceadmin.scss */
.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  /* line 179, vendor/assets/stylesheets/niceadmin.scss */
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
/* line 222, vendor/assets/stylesheets/niceadmin.scss */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

/* line 227, vendor/assets/stylesheets/niceadmin.scss */
.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

/* line 232, vendor/assets/stylesheets/niceadmin.scss */
.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

/* line 237, vendor/assets/stylesheets/niceadmin.scss */
.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

/* line 242, vendor/assets/stylesheets/niceadmin.scss */
.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

/* line 247, vendor/assets/stylesheets/niceadmin.scss */
.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

/* line 252, vendor/assets/stylesheets/niceadmin.scss */
.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
/* line 258, vendor/assets/stylesheets/niceadmin.scss */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  overflow: hidden;
}

/* line 266, vendor/assets/stylesheets/niceadmin.scss */
.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

/* line 274, vendor/assets/stylesheets/niceadmin.scss */
.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
}

/* line 282, vendor/assets/stylesheets/niceadmin.scss */
.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

/* line 288, vendor/assets/stylesheets/niceadmin.scss */
.card-body {
  padding: 0 20px 20px 20px;
}

/* line 292, vendor/assets/stylesheets/niceadmin.scss */
.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
/* line 297, vendor/assets/stylesheets/niceadmin.scss */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
/* line 304, vendor/assets/stylesheets/niceadmin.scss */
.btn-close {
  background-size: 25%;
}

/* line 308, vendor/assets/stylesheets/niceadmin.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
/* line 314, vendor/assets/stylesheets/niceadmin.scss */
.accordion-item {
  border: 1px solid #ebeef4;
}

/* line 318, vendor/assets/stylesheets/niceadmin.scss */
.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

/* line 323, vendor/assets/stylesheets/niceadmin.scss */
.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

/* line 328, vendor/assets/stylesheets/niceadmin.scss */
.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

/* line 334, vendor/assets/stylesheets/niceadmin.scss */
.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

/* line 339, vendor/assets/stylesheets/niceadmin.scss */
.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
/* line 346, vendor/assets/stylesheets/niceadmin.scss */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}

/* line 353, vendor/assets/stylesheets/niceadmin.scss */
.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

/* line 358, vendor/assets/stylesheets/niceadmin.scss */
.breadcrumb a:hover {
  color: #51678f;
}

/* line 362, vendor/assets/stylesheets/niceadmin.scss */
.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

/* line 366, vendor/assets/stylesheets/niceadmin.scss */
.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
/* line 372, vendor/assets/stylesheets/niceadmin.scss */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

/* line 376, vendor/assets/stylesheets/niceadmin.scss */
.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

/* line 382, vendor/assets/stylesheets/niceadmin.scss */
.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

/* line 387, vendor/assets/stylesheets/niceadmin.scss */
.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
/* line 396, vendor/assets/stylesheets/niceadmin.scss */
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  /* line 401, vendor/assets/stylesheets/niceadmin.scss */
  .logo {
    width: 280px;
  }
}

/* line 406, vendor/assets/stylesheets/niceadmin.scss */
.logo img {
  max-height: 26px;
  margin-right: 6px;
}

/* line 411, vendor/assets/stylesheets/niceadmin.scss */
.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}

/* line 418, vendor/assets/stylesheets/niceadmin.scss */
.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

/* line 429, vendor/assets/stylesheets/niceadmin.scss */
.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}

/* line 436, vendor/assets/stylesheets/niceadmin.scss */
.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  /* line 442, vendor/assets/stylesheets/niceadmin.scss */
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }
  /* line 456, vendor/assets/stylesheets/niceadmin.scss */
  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

/* line 463, vendor/assets/stylesheets/niceadmin.scss */
.header .search-form {
  width: 100%;
}

/* line 467, vendor/assets/stylesheets/niceadmin.scss */
.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

/* line 478, vendor/assets/stylesheets/niceadmin.scss */
.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

/* line 485, vendor/assets/stylesheets/niceadmin.scss */
.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

/* line 492, vendor/assets/stylesheets/niceadmin.scss */
.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
  # Header Nav
  --------------------------------------------------------------*/
/* line 499, vendor/assets/stylesheets/niceadmin.scss */
.header-nav ul {
  list-style: none;
}

/* line 503, vendor/assets/stylesheets/niceadmin.scss */
.header-nav > ul {
  margin: 0;
  padding: 0;
}

/* line 508, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .nav-icon {
  font-size: 20px;
  color: #012970;
}

/* line 513, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .nav-profile {
  color: #012970;
}

/* line 517, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .nav-profile img {
  max-height: 36px;
}

/* line 521, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

/* line 526, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .badge-number {
  position: absolute;
  inset: 4px 6px auto auto;
  font-weight: normal;
  font-size: 11px;
  padding: 3px 6px;
}

/* line 534, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

/* line 541, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

/* line 546, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .notifications .notification-item h4, .header-nav .notifications .notification-item .h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* line 552, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

/* line 558, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

/* line 562, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

/* line 567, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .messages .message-item a {
  display: flex;
}

/* line 571, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

/* line 576, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .messages .message-item h4, .header-nav .messages .message-item .h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

/* line 583, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

/* line 589, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

/* line 593, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
}

/* line 598, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .profile .dropdown-header h6, .header-nav .profile .dropdown-header .h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

/* line 605, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

/* line 609, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

/* line 615, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

/* line 621, vendor/assets/stylesheets/niceadmin.scss */
.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
  # Sidebar
  --------------------------------------------------------------*/
/* line 628, vendor/assets/stylesheets/niceadmin.scss */
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

@media (max-width: 1199px) {
  /* line 645, vendor/assets/stylesheets/niceadmin.scss */
  .sidebar {
    left: -300px;
  }
}

/* line 650, vendor/assets/stylesheets/niceadmin.scss */
.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

/* line 656, vendor/assets/stylesheets/niceadmin.scss */
.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {
  /* line 662, vendor/assets/stylesheets/niceadmin.scss */
  #main,
#footer {
    margin-left: 300px;
  }
}

@media (max-width: 1199px) {
  /* line 669, vendor/assets/stylesheets/niceadmin.scss */
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 676, vendor/assets/stylesheets/niceadmin.scss */
  .toggle-sidebar #main,
.toggle-sidebar #footer {
    margin-left: 0;
  }
  /* line 681, vendor/assets/stylesheets/niceadmin.scss */
  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

/* line 686, vendor/assets/stylesheets/niceadmin.scss */
.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 692, vendor/assets/stylesheets/niceadmin.scss */
.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 698, vendor/assets/stylesheets/niceadmin.scss */
.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

/* line 702, vendor/assets/stylesheets/niceadmin.scss */
.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

/* line 710, vendor/assets/stylesheets/niceadmin.scss */
.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #4154f1;
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
}

/* line 722, vendor/assets/stylesheets/niceadmin.scss */
.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #4154f1;
}

/* line 728, vendor/assets/stylesheets/niceadmin.scss */
.sidebar-nav .nav-link.collapsed {
  color: #012970;
  background: #fff;
}

/* line 733, vendor/assets/stylesheets/niceadmin.scss */
.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

/* line 737, vendor/assets/stylesheets/niceadmin.scss */
.sidebar-nav .nav-link:hover {
  color: #4154f1;
  background: #f6f9ff;
}

/* line 742, vendor/assets/stylesheets/niceadmin.scss */
.sidebar-nav .nav-link:hover i {
  color: #4154f1;
}

/* line 746, vendor/assets/stylesheets/niceadmin.scss */
.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

/* line 751, vendor/assets/stylesheets/niceadmin.scss */
.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

/* line 755, vendor/assets/stylesheets/niceadmin.scss */
.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

/* line 761, vendor/assets/stylesheets/niceadmin.scss */
.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

/* line 772, vendor/assets/stylesheets/niceadmin.scss */
.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

/* line 779, vendor/assets/stylesheets/niceadmin.scss */
.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}

/* line 784, vendor/assets/stylesheets/niceadmin.scss */
.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
  # Dashboard
  --------------------------------------------------------------*/
/* Filter dropdown */
/* line 792, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

/* line 798, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

/* line 806, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

/* line 811, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

/* line 815, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .filter .dropdown-header h6, .dashboard .filter .dropdown-header .h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

/* line 825, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
/* line 830, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .info-card {
  padding-bottom: 10px;
}

/* line 834, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .info-card h6, .dashboard .info-card .h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* line 842, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

/* line 851, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

/* line 856, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

/* line 861, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
/* line 867, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .activity {
  font-size: 14px;
}

/* line 871, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

/* line 879, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

/* line 889, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

/* line 900, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

/* line 905, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

/* line 909, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
/* line 914, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .news .post-item + .post-item {
  margin-top: 15px;
}

/* line 918, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

/* line 924, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .news h4, .dashboard .news .h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 931, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .news h4 a, .dashboard .news .h4 a {
  color: #012970;
  transition: 0.3s;
}

/* line 936, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .news h4 a:hover, .dashboard .news .h4 a:hover {
  color: #4154f1;
}

/* line 940, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
/* line 947, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .recent-sales {
  font-size: 14px;
}

/* line 951, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

/* line 955, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .recent-sales .table thead th {
  border: 0;
}

/* line 959, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

/* line 963, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
/* line 968, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .top-selling {
  font-size: 14px;
}

/* line 972, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

/* line 976, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .top-selling .table thead th {
  border: 0;
}

/* line 980, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

/* line 984, vendor/assets/stylesheets/niceadmin.scss */
.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
  # Icons list page
  --------------------------------------------------------------*/
/* line 992, vendor/assets/stylesheets/niceadmin.scss */
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

/* line 1000, vendor/assets/stylesheets/niceadmin.scss */
.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

/* line 1008, vendor/assets/stylesheets/niceadmin.scss */
.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

/* line 1013, vendor/assets/stylesheets/niceadmin.scss */
.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
  # Profie Page
  --------------------------------------------------------------*/
/* line 1028, vendor/assets/stylesheets/niceadmin.scss */
.profile .profile-card img {
  max-width: 120px;
}

/* line 1032, vendor/assets/stylesheets/niceadmin.scss */
.profile .profile-card h2, .profile .profile-card .h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

/* line 1039, vendor/assets/stylesheets/niceadmin.scss */
.profile .profile-card h3, .profile .profile-card .h3 {
  font-size: 18px;
}

/* line 1043, vendor/assets/stylesheets/niceadmin.scss */
.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

/* line 1052, vendor/assets/stylesheets/niceadmin.scss */
.profile .profile-card .social-links a:hover {
  color: #012970;
}

/* line 1056, vendor/assets/stylesheets/niceadmin.scss */
.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

/* line 1061, vendor/assets/stylesheets/niceadmin.scss */
.profile .profile-overview .card-title {
  color: #012970;
}

/* line 1065, vendor/assets/stylesheets/niceadmin.scss */
.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

/* line 1070, vendor/assets/stylesheets/niceadmin.scss */
.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

/* line 1075, vendor/assets/stylesheets/niceadmin.scss */
.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
  # F.A.Q Page
  --------------------------------------------------------------*/
/* line 1082, vendor/assets/stylesheets/niceadmin.scss */
.faq .basic h6, .faq .basic .h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

/* line 1088, vendor/assets/stylesheets/niceadmin.scss */
.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
/* line 1095, vendor/assets/stylesheets/niceadmin.scss */
.contact .info-box {
  padding: 28px 30px;
}

/* line 1099, vendor/assets/stylesheets/niceadmin.scss */
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

/* line 1105, vendor/assets/stylesheets/niceadmin.scss */
.contact .info-box h3, .contact .info-box .h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

/* line 1112, vendor/assets/stylesheets/niceadmin.scss */
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/* line 1119, vendor/assets/stylesheets/niceadmin.scss */
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

/* line 1129, vendor/assets/stylesheets/niceadmin.scss */
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

/* line 1139, vendor/assets/stylesheets/niceadmin.scss */
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

/* line 1147, vendor/assets/stylesheets/niceadmin.scss */
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

/* line 1160, vendor/assets/stylesheets/niceadmin.scss */
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

/* line 1168, vendor/assets/stylesheets/niceadmin.scss */
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

/* line 1173, vendor/assets/stylesheets/niceadmin.scss */
.contact .php-email-form input {
  padding: 10px 15px;
}

/* line 1177, vendor/assets/stylesheets/niceadmin.scss */
.contact .php-email-form textarea {
  padding: 12px 15px;
}

/* line 1181, vendor/assets/stylesheets/niceadmin.scss */
.contact .php-email-form button[type="submit"] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

/* line 1190, vendor/assets/stylesheets/niceadmin.scss */
.contact .php-email-form button[type="submit"]:hover {
  background: #5969f3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  # Error 404
  --------------------------------------------------------------*/
/* line 1217, vendor/assets/stylesheets/niceadmin.scss */
.error-404 {
  padding: 30px;
}

/* line 1221, vendor/assets/stylesheets/niceadmin.scss */
.error-404 h1, .error-404 .h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

/* line 1229, vendor/assets/stylesheets/niceadmin.scss */
.error-404 h2, .error-404 .h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

/* line 1236, vendor/assets/stylesheets/niceadmin.scss */
.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

/* line 1242, vendor/assets/stylesheets/niceadmin.scss */
.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  /* line 1247, vendor/assets/stylesheets/niceadmin.scss */
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
/* line 1255, vendor/assets/stylesheets/niceadmin.scss */
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

/* line 1262, vendor/assets/stylesheets/niceadmin.scss */
.footer .copyright {
  text-align: center;
  color: #012970;
}

/* line 1267, vendor/assets/stylesheets/niceadmin.scss */
.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.4.0
 * Copyright  License: 
 */
/* line 10, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete {
  position: relative;
}

/* line 13, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px;
}

/* line 23, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete input:hover, .easy-autocomplete input:focus {
  box-shadow: none;
}

/* line 26, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete a {
  display: block;
}

/* line 29, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 33, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 37, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}

/* line 40, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}

/* line 43, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

/* line 47, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

/* line 51, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}

/* line 54, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}

/* line 57, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

/* line 61, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

/* line 65, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}

/* line 68, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}

/* line 71, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

/* line 75, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

/* line 79, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}

/* line 82, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}

/* line 85, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

/* line 89, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

/* line 93, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}

/* line 96, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}

/* line 100, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-dark {
  color: #fff;
}

/* line 103, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

/* line 109, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: 0;
}

/* line 113, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-dark ul {
  border-color: #333;
}

/* line 116, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}

/* line 120, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}

/* line 124, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-dark-glass {
  color: #fff;
}

/* line 127, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

/* line 133, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0;
}

/* line 137, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}

/* line 140, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}

/* line 144, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}

/* line 148, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}

/* line 151, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-blue {
  color: #fff;
}

/* line 154, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

/* line 160, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}

/* line 163, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}

/* line 166, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}

/* line 169, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}

/* line 172, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  box-shadow: 0;
}

/* line 176, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}

/* line 179, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}

/* line 183, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}

/* line 187, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-yellow {
  color: #333;
}

/* line 190, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: 0;
  color: #333;
}

/* line 197, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: 0;
}

/* line 201, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}

/* line 204, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}

/* line 208, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}

/* line 212, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-purple {
  color: #333;
}

/* line 215, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: 0;
  color: #333;
}

/* line 221, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: 0;
}

/* line 225, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-purple ul {
  border-color: #333;
}

/* line 228, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}

/* line 232, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}

/* line 236, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

/* line 245, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1000000;
}

/* line 251, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}

/* line 261, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}

/* line 272, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}

/* line 276, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}

/* line 280, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}

/* line 283, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}

/* line 288, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete-container ul li b {
  font-weight: bold;
}

/* line 291, vendor/assets/stylesheets/easy-autocomplete.min.css */
.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}

/* line 296, vendor/assets/stylesheets/easy-autocomplete.min.css */
.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

/* line 302, vendor/assets/stylesheets/easy-autocomplete.min.css */
.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

/* line 307, vendor/assets/stylesheets/easy-autocomplete.min.css */
.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}

/* line 312, vendor/assets/stylesheets/easy-autocomplete.min.css */
.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}
/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.4.0
 * Copyright  License: 
 */
/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-square {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-square input {
  border: 1px solid #7f8c8d;
  border-radius: 0;
  color: #7f8c8d;
  font-family: inherit;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  min-width: 350px;
  padding: 12px 43px 12px 15px;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-square ul {
  border-color: #7f8c8d;
  border-top: 0;
  box-shadow: none;
  top: 0;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-square ul li, .easy-autocomplete.eac-square ul .eac-category {
  border-color: #7f8c8d;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  padding: 6px 12px;
  transition: all 0.4s ease 0s;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-square ul li *, .easy-autocomplete.eac-square ul .eac-category * {
  font-weight: 300;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-square ul li.selected, .easy-autocomplete.eac-square ul .eac-category.selected {
  background-color: #f1f1f1;
  font-weight: 300;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-square ul li b, .easy-autocomplete.eac-square ul .eac-category b {
  font-weight: 600;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-round {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-round input {
  border: 2px solid #888;
  border-radius: 10px;
  color: #888;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  min-width: 300px;
  padding: 10px;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-round input:hover, .easy-autocomplete.eac-round input:focus {
  border-color: #3079ed;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-round ul {
  background: none;
  border-color: #888;
  border-width: 0;
  box-shadow: none;
  min-width: 300px;
  top: 20px;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-round ul li, .easy-autocomplete.eac-round ul .eac-category {
  background: #fff;
  border-color: #3079ed;
  border-width: 0 2px;
  font-size: 14px;
  padding: 8px 12px;
  transition: all 0.4s ease 0s;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-round ul li.selected, .easy-autocomplete.eac-round ul .eac-category.selected {
  background-color: #d4e3fb;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-round ul li:first-child, .easy-autocomplete.eac-round ul .eac-category:first-child {
  border-radius: 10px 10px 0 0;
  border-width: 2px 2px 0;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-round ul li:last-child, .easy-autocomplete.eac-round ul .eac-category:last-child {
  border-radius: 0 0 10px 10px;
  border-width: 0 2px 2px;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-round ul li b, .easy-autocomplete.eac-round ul .eac-category b {
  font-weight: 700;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-funky {
  font-family: "Inconsolata", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-funky input {
  background: #07ED89;
  border: 0;
  border-radius: 0;
  color: #ED076B;
  font-family: inherit;
  font-size: 18px;
  min-width: 240px;
  padding: 12px;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-funky ul {
  background: transparent;
  border: 0;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-funky ul li, .easy-autocomplete.eac-funky ul .eac-category {
  background: transparent;
  border: 0;
  color: #ED076B;
  font-size: 18px;
  padding: 4px 12px;
  transition: all 0.4s ease 0s;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-funky ul li.selected, .easy-autocomplete.eac-funky ul .eac-category.selected {
  color: #8907ED;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-solid input {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  border-color: #ddd;
  color: #666;
  font-size: 13px;
  min-height: 0;
  padding: 6px 12px;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-solid ul li, .easy-autocomplete.eac-solid ul .eac-category {
  transition: all 0.4s ease 0s;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-solid ul li.selected, .easy-autocomplete.eac-solid ul .eac-category.selected {
  background-color: #f2f2f2;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-plate {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-plate input {
  font-size: 13px;
  padding: 6px 12px;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-plate ul {
  background: #b5b5b5;
  border-radius: 6px;
  border-width: 0;
  top: 10px;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-plate ul li, .easy-autocomplete.eac-plate ul .eac-category {
  background: #b5b5b5;
  color: #FAFAFA;
  font-size: 12px;
  transition: all 0.4s ease 0s;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-plate ul li b, .easy-autocomplete.eac-plate ul .eac-category b {
  color: #ffd464;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-plate ul li.selected, .easy-autocomplete.eac-plate ul .eac-category.selected {
  background: #656565;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-plate ul li:first-child, .easy-autocomplete.eac-plate ul .eac-category:first-child {
  border-radius: 6px 6px 0 0;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-plate ul li:last-child, .easy-autocomplete.eac-plate ul .eac-category:last-child {
  border-radius: 0 0 6px 6px;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-plate-dark {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-plate-dark input {
  font-size: 13px;
  padding: 6px 12px;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-plate-dark ul {
  background: #212121;
  border-radius: 6px;
  border-width: 0;
  top: 10px;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-plate-dark ul li, .easy-autocomplete.eac-plate-dark ul .eac-category {
  background: #212121;
  color: #FAFAFA;
  font-size: 12px;
  transition: all 0.4s ease 0s;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-plate-dark ul li b, .easy-autocomplete.eac-plate-dark ul .eac-category b {
  color: #ffd464;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-plate-dark ul li.selected, .easy-autocomplete.eac-plate-dark ul .eac-category.selected {
  background: #656565;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-plate-dark ul li:first-child, .easy-autocomplete.eac-plate-dark ul .eac-category:first-child {
  border-radius: 6px 6px 0 0;
}

/* line 10, vendor/assets/stylesheets/easy-autocomplete.themes.min.css */
.easy-autocomplete.eac-plate-dark ul li:last-child, .easy-autocomplete.eac-plate-dark ul .eac-category:last-child {
  border-radius: 0 0 6px 6px;
}
/* line 1, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

/* line 9, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 12, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

/* line 18, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

/* line 25, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  /* line 28, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}

/* line 31, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  /* line 34, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

/* line 37, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

/* line 51, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 53, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

/* line 56, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 58, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  /* line 61, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

/* line 65, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  /* line 72, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

/* line 75, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  /* line 88, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

/* line 91, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

/* line 93, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

/* line 96, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

/* line 101, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 104, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 107, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 110, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 113, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 116, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 119, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 122, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 125, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 128, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 131, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 134, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 137, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 140, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialogs {
  position: relative;
}

/* line 143, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

/* line 156, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 168, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

/* line 171, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 176, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

/* line 179, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

/* line 182, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

/* line 184, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

/* line 188, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 194, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

/* line 198, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

/* line 202, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}

/* line 205, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::selection {
  background: highlight;
}

/* line 208, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment.attachment--file[data-trix-mutable] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 212, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment[data-trix-mutable] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 215, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment {
  position: relative;
}

/* line 217, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 220, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

/* line 223, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

/* line 232, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

/* line 235, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 251, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 259, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button-group {
  display: inline-flex;
}

/* line 262, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

/* line 274, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 276, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

/* line 278, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 281, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 293, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

/* line 306, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove:hover {
  border-color: #333;
}

/* line 308, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

/* line 311, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata-container {
  position: relative;
}

/* line 314, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

/* line 325, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 332, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

/* line 336, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* line 340, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 344, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content h1, .trix-content .h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

/* line 347, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

/* line 352, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

/* line 358, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content li {
  margin-left: 1em;
}

/* line 360, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content [dir=rtl] li {
  margin-right: 1em;
}

/* line 362, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

/* line 372, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 375, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

/* line 379, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

/* line 382, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

/* line 384, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment__caption {
  text-align: center;
}

/* line 386, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' \2022 ';
}

/* line 388, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

/* line 391, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 395, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

/* line 402, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/* line 406, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 410, ../usr/local/bundle/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/*
 * Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
 * the trix-editor content (whether displayed or under editing). Feel free to incorporate this
 * inclusion directly in any other asset bundle and remove this file.
 *
 *= require trix
*/
/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/
/* line 14, app/assets/stylesheets/actiontext.css */
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 21, app/assets/stylesheets/actiontext.css */
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 28, app/assets/stylesheets/actiontext.css */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

/* line 34, app/assets/stylesheets/actiontext.css */
trix-editor {
  max-height: 500px !important;
  overflow-y: auto !important;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months {
  display: flex;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 7, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill .1s;
  fill: inherit;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper input {
  width: 100%;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-days:focus {
  outline: 0;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-weekwrapper {
  float: left;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-self: center;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
