@charset "UTF-8";
/* line 7, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container {
  position: relative;
  display: inline-block;
  width: 25rem;
  height: 6rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  border: 1px solid #afafaf;
}

/* line 17, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container input[type=checkbox] {
  display: none;
}

/* line 21, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container .checkbox-clicker-removal-message {
  position: absolute;
  padding: 0.5rem 0.5rem 0.5rem calc(3rem + 1rem);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* line 36, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container .checkbox-clicker-label {
  cursor: pointer;
  position: absolute;
  height: 6rem;
  width: 3rem;
  padding: 0.5rem;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: green;
}

/* line 51, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container .checkbox-clicker-label:before {
  content: '\27F2';
  font-size: 2.5rem;
}

/* line 57, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container .checkbox-clicker-card {
  opacity: 0.15;
  width: 100%;
  padding: 0.5rem 0.5rem 0.5rem calc(3rem + 1rem);
}

/* line 62, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container .checkbox-clicker-card .checkbox-clicker-thumbnail {
  position: absolute;
  left: calc(3rem + 1rem);
}

/* line 66, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container .checkbox-clicker-card .checkbox-clicker-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(6rem - 1rem);
  width: calc(6rem - 1rem);
}

/* line 74, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container .checkbox-clicker-card .checkbox-clicker-description {
  position: absolute;
  left: calc(6rem + 4.5rem);
  font-size: 1.2rem;
  height: calc(6rem - 1rem);
  width: calc(25rem - 10.5rem);
  overflow: hidden;
}

/* line 83, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container .checkbox-clicker-card .checkbox-clicker-description .filesize {
  font-size: 1.2rem;
  text-align: left;
}

/* line 88, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container .checkbox-clicker-card .checkbox-clicker-description .title {
  font-size: 1.25rem;
  height: 3.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 97, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container .checkbox-clicker-card .checkbox-clicker-description .mediafile-type {
  font-size: 1rem;
}

/* line 103, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container .checkbox-clicker-card .checkbox-clicker-description .mediafile-type select {
  margin-left: 1rem;
}

/* line 113, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container[data-readonly]:hover {
  border: 1px solid black;
}

/* line 117, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container[data-readonly] .checkbox-clicker-label {
  display: none;
}

/* line 121, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container[data-readonly] .checkbox-clicker-card {
  opacity: 1;
}

/* line 124, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container[data-readonly] .checkbox-clicker-card .checkbox-clicker-thumbnail {
  position: absolute;
  left: 0.5rem;
}

/* line 129, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container[data-readonly] .checkbox-clicker-card .checkbox-clicker-description {
  left: calc(6rem + 0.5rem);
}

/* line 137, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container.has-mediafile-types .checkbox-clicker-description .title {
  font-size: 1rem;
  height: 1.5rem;
}

/* line 146, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container input[type=checkbox]:checked ~ .checkbox-clicker-removal-message {
  display: none;
}

/* line 150, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container input[type=checkbox]:checked ~ .checkbox-clicker-card {
  opacity: 1;
}

/* line 154, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container input[type=checkbox]:checked ~ .checkbox-clicker-label {
  background: red;
}

/* line 157, app/assets/stylesheets/global/_input_overrides.scss */
.checkbox-clicker-container input[type=checkbox]:checked ~ .checkbox-clicker-label:before {
  content: 'x';
  font-size: 1.5rem;
}

/* line 1, app/assets/stylesheets/global/_locales.scss */
.input-group-required::before,
.form-floating-required::before {
  content: '*' !important;
  top: 0.5rem !important;
  right: 0.5rem !important;
  position: absolute !important;
  font-size: 2.25rem;
  color: var(--bs-red) !important;
  border-radius: 50% !important;
  width: 2rem !important;
  height: 2rem !important;
  text-align: center;
  z-index: 10;
}

/* line 17, app/assets/stylesheets/global/_locales.scss */
.input-group, .form-floating {
  cursor: pointer;
}

/* line 23, app/assets/stylesheets/global/_locales.scss */
html[lang="en"] form .required::after,
html[lang="en"] form .required-prefixed::before, html[lang="en"] .form .required::after,
html[lang="en"] .form .required-prefixed::before {
  content: '*' !important;
}

/* line 32, app/assets/stylesheets/global/_locales.scss */
html[lang="de"] form .required::after,
html[lang="de"] form .required-prefixed::before {
  content: '*' !important;
}

/* line 41, app/assets/stylesheets/global/_locales.scss */
html[lang="es-419"] form .required::after,
html[lang="es-419"] form .required-prefixed::before {
  content: '*' !important;
}

/* line 50, app/assets/stylesheets/global/_locales.scss */
html[lang="pt-BR"] form .required::after,
html[lang="pt-BR"] form .required-prefixed::before {
  content: '*' !important;
}

/* line 71, app/assets/stylesheets/global/_locales.scss */
html[lang="en"] [class*="locale-"]:not(.locale-en) {
  display: none !important;
}

/* line 75, app/assets/stylesheets/global/_locales.scss */
html[lang="de"] [class*="locale-"]:not(.locale-de) {
  display: none !important;
}

/* line 79, app/assets/stylesheets/global/_locales.scss */
html[lang="es-419"] [class*="locale-"]:not(.locale-es-419) {
  display: none !important;
}

/* line 83, app/assets/stylesheets/global/_locales.scss */
html[lang="pt-BR"] [class*="locale-"]:not(.locale-pt-BR) {
  display: none !important;
}

/* line 4, app/assets/stylesheets/global/_icons.scss */
.icon-chat-filled {
  background-image: url("https://assets-production.healthexpertconnect.com/assets/icons/chat.filled-76afe77f8b7d4966e176d0ecd37eb3467d1e3054d0131da3ca7dad61e1d40d49.svg");
  height: 2rem;
  width: 2rem;
  background-size: cover;
}

/* line 12, app/assets/stylesheets/global/_icons.scss */
.icon-plus:before {
  content: "+";
  position: absolute;
  font-family: sans-serif;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 0.5;
}

/* line 25, app/assets/stylesheets/global/_icons.scss */
.five-pointed-star {
  margin: 1em auto;
  font-size: 10em;
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid var(--primary);
  border-left: 1em solid transparent;
  transform: rotate(35deg);
}

/* line 37, app/assets/stylesheets/global/_icons.scss */
.five-pointed-star:before {
  border-bottom: 0.8em solid var(--primary);
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  position: absolute;
  height: 0;
  width: 0;
  top: -0.45em;
  left: -0.65em;
  display: block;
  content: '';
  transform: rotate(-35deg);
}

/* line 51, app/assets/stylesheets/global/_icons.scss */
.five-pointed-star:after {
  position: absolute;
  display: block;
  top: 0.03em;
  left: -1.05em;
  width: 0;
  height: 0;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid var(--primary);
  border-left: 1em solid transparent;
  transform: rotate(-70deg);
  content: '';
}

/* line 68, app/assets/stylesheets/global/_icons.scss */
.comment-card .dropdown-toggle::after {
  content: '' !important;
  border: none !important;
}

/*!
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
/* line 1, node_modules/bootstrap/scss/_root.scss */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --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: #6c757d;
  --bs-secondary: #adb5bd;
  --bs-success: #007aff;
  --bs-info: #dee2e6;
  --bs-warning: #f05d2a;
  --bs-danger: #f05d2a;
  --bs-light: #f8f9fa;
  --bs-dark: #495057;
  --bs-primary-rgb: 108, 117, 125;
  --bs-secondary-rgb: 173, 181, 189;
  --bs-success-rgb: 0, 122, 255;
  --bs-info-rgb: 222, 226, 230;
  --bs-warning-rgb: 240, 93, 42;
  --bs-danger-rgb: 240, 93, 42;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 73, 80, 87;
  --bs-primary-text-emphasis: #2b2f32;
  --bs-secondary-text-emphasis: #45484c;
  --bs-success-text-emphasis: #003166;
  --bs-info-text-emphasis: #595a5c;
  --bs-warning-text-emphasis: #602511;
  --bs-danger-text-emphasis: #602511;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #e2e3e5;
  --bs-secondary-bg-subtle: #eff0f2;
  --bs-success-bg-subtle: #cce4ff;
  --bs-info-bg-subtle: #f8f9fa;
  --bs-warning-bg-subtle: #fcdfd4;
  --bs-danger-bg-subtle: #fcdfd4;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #c4c8cb;
  --bs-secondary-border-subtle: #dee1e5;
  --bs-success-border-subtle: #99caff;
  --bs-info-border-subtle: #f2f3f5;
  --bs-warning-border-subtle: #f9beaa;
  --bs-danger-border-subtle: #f9beaa;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: Inter, Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #6c757d;
  --bs-link-color-rgb: 108, 117, 125;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #565e64;
  --bs-link-hover-color-rgb: 86, 94, 100;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --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-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(108, 117, 125, 0.25);
  --bs-form-valid-color: #007aff;
  --bs-form-valid-border-color: #007aff;
  --bs-form-invalid-color: #f05d2a;
  --bs-form-invalid-border-color: #f05d2a;
}

/* line 16, node_modules/bootstrap/scss/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #a7acb1;
  --bs-secondary-text-emphasis: #ced3d7;
  --bs-success-text-emphasis: #66afff;
  --bs-info-text-emphasis: #ebeef0;
  --bs-warning-text-emphasis: #f69e7f;
  --bs-danger-text-emphasis: #f69e7f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #161719;
  --bs-secondary-bg-subtle: #232426;
  --bs-success-bg-subtle: #001833;
  --bs-info-bg-subtle: #2c2d2e;
  --bs-warning-bg-subtle: #301308;
  --bs-danger-bg-subtle: #301308;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #41464b;
  --bs-secondary-border-subtle: #686d71;
  --bs-success-border-subtle: #004999;
  --bs-info-border-subtle: #85888a;
  --bs-warning-border-subtle: #903819;
  --bs-danger-border-subtle: #903819;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #a7acb1;
  --bs-link-hover-color: #b9bdc1;
  --bs-link-color-rgb: 167, 172, 177;
  --bs-link-hover-color-rgb: 185, 189, 193;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

/* line 16, node_modules/bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, node_modules/bootstrap/scss/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

/* line 83, node_modules/bootstrap/scss/_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;
  color: var(--bs-heading-color);
}

/* line 93, node_modules/bootstrap/scss/_reboot.scss */
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 93, node_modules/bootstrap/scss/_reboot.scss */
  h1, .h1 {
    font-size: 2.5rem;
  }
}

/* line 98, node_modules/bootstrap/scss/_reboot.scss */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 98, node_modules/bootstrap/scss/_reboot.scss */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 103, node_modules/bootstrap/scss/_reboot.scss */
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 103, node_modules/bootstrap/scss/_reboot.scss */
  h3, .h3 {
    font-size: 1.75rem;
  }
}

/* line 108, node_modules/bootstrap/scss/_reboot.scss */
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 108, node_modules/bootstrap/scss/_reboot.scss */
  h4, .h4 {
    font-size: 1.5rem;
  }
}

/* line 113, node_modules/bootstrap/scss/_reboot.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 118, node_modules/bootstrap/scss/_reboot.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 129, node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 141, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 159, node_modules/bootstrap/scss/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 164, node_modules/bootstrap/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 171, node_modules/bootstrap/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 178, node_modules/bootstrap/scss/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 184, node_modules/bootstrap/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 192, node_modules/bootstrap/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 201, node_modules/bootstrap/scss/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 211, node_modules/bootstrap/scss/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 218, node_modules/bootstrap/scss/_reboot.scss */
mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

/* line 230, node_modules/bootstrap/scss/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 238, node_modules/bootstrap/scss/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 239, node_modules/bootstrap/scss/_reboot.scss */
sup {
  top: -.5em;
}

/* line 244, node_modules/bootstrap/scss/_reboot.scss */
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

/* line 248, node_modules/bootstrap/scss/_reboot.scss */
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

/* line 260, node_modules/bootstrap/scss/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 270, node_modules/bootstrap/scss/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 282, node_modules/bootstrap/scss/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 291, node_modules/bootstrap/scss/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 298, node_modules/bootstrap/scss/_reboot.scss */
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 304, node_modules/bootstrap/scss/_reboot.scss */
a > code {
  color: inherit;
}

/* line 309, node_modules/bootstrap/scss/_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 316, node_modules/bootstrap/scss/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 328, node_modules/bootstrap/scss/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 335, node_modules/bootstrap/scss/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 345, node_modules/bootstrap/scss/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 350, node_modules/bootstrap/scss/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

/* line 361, node_modules/bootstrap/scss/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 367, node_modules/bootstrap/scss/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 383, node_modules/bootstrap/scss/_reboot.scss */
label {
  display: inline-block;
}

/* line 390, node_modules/bootstrap/scss/_reboot.scss */
button {
  border-radius: 0;
}

/* line 400, node_modules/bootstrap/scss/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 406, node_modules/bootstrap/scss/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 418, node_modules/bootstrap/scss/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 425, node_modules/bootstrap/scss/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 429, node_modules/bootstrap/scss/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 435, node_modules/bootstrap/scss/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 443, node_modules/bootstrap/scss/_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 452, node_modules/bootstrap/scss/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 459, node_modules/bootstrap/scss/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 467, node_modules/bootstrap/scss/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 474, node_modules/bootstrap/scss/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 485, node_modules/bootstrap/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 497, node_modules/bootstrap/scss/_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 497, node_modules/bootstrap/scss/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 506, node_modules/bootstrap/scss/_reboot.scss */
legend + * {
  clear: left;
}

/* line 514, node_modules/bootstrap/scss/_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 524, node_modules/bootstrap/scss/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 534, node_modules/bootstrap/scss/_reboot.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 555, node_modules/bootstrap/scss/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 561, node_modules/bootstrap/scss/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 569, node_modules/bootstrap/scss/_reboot.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 576, node_modules/bootstrap/scss/_reboot.scss */
output {
  display: inline-block;
}

/* line 582, node_modules/bootstrap/scss/_reboot.scss */
iframe {
  border: 0;
}

/* line 590, node_modules/bootstrap/scss/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 600, node_modules/bootstrap/scss/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 609, node_modules/bootstrap/scss/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, node_modules/bootstrap/scss/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 36, node_modules/bootstrap/scss/_type.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 60, node_modules/bootstrap/scss/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 65, node_modules/bootstrap/scss/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 68, node_modules/bootstrap/scss/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 71, node_modules/bootstrap/scss/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 82, node_modules/bootstrap/scss/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 88, node_modules/bootstrap/scss/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 92, node_modules/bootstrap/scss/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 97, node_modules/bootstrap/scss/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 103, node_modules/bootstrap/scss/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, node_modules/bootstrap/scss/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, node_modules/bootstrap/scss/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

/* line 29, node_modules/bootstrap/scss/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, node_modules/bootstrap/scss/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, node_modules/bootstrap/scss/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 7, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_containers.scss */
  .container-sm, .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}

@media (min-width: 1800px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1800px;
  }
}

/* line 5, node_modules/bootstrap/scss/_grid.scss */
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1400px;
  --bs-breakpoint-xxl: 1800px;
}

/* line 12, node_modules/bootstrap/scss/_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 15, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

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

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

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

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

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

/* line 5, node_modules/bootstrap/scss/_tables.scss */
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

/* line 33, node_modules/bootstrap/scss/_tables.scss */
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

/* line 42, node_modules/bootstrap/scss/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 46, node_modules/bootstrap/scss/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 51, node_modules/bootstrap/scss/_tables.scss */
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

/* line 59, node_modules/bootstrap/scss/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 70, node_modules/bootstrap/scss/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 86, node_modules/bootstrap/scss/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

/* line 90, node_modules/bootstrap/scss/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

/* line 98, node_modules/bootstrap/scss/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 102, node_modules/bootstrap/scss/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 113, node_modules/bootstrap/scss/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

/* line 121, node_modules/bootstrap/scss/_tables.scss */
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

/* line 131, node_modules/bootstrap/scss/_tables.scss */
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

/* line 141, node_modules/bootstrap/scss/_tables.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --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, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #eff0f2;
  --bs-table-border-color: #bfc0c2;
  --bs-table-striped-bg: #e3e4e6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d7d8da;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #dddee0;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #cce4ff;
  --bs-table-border-color: #a3b6cc;
  --bs-table-striped-bg: #c2d9f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8cde6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdd3ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --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, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fcdfd4;
  --bs-table-border-color: #cab2aa;
  --bs-table-striped-bg: #efd4c9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3c9bf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9cec4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #fcdfd4;
  --bs-table-border-color: #cab2aa;
  --bs-table-striped-bg: #efd4c9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3c9bf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9cec4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --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, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #495057;
  --bs-table-border-color: #6d7379;
  --bs-table-striped-bg: #52595f;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #5b6268;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #575d64;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 166, node_modules/bootstrap/scss/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 166, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 166, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 166, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 166, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1799.98px) {
  /* line 166, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, node_modules/bootstrap/scss/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
  color: var(--bs-gray-600);
}

@media (min-width: 1200px) {
  /* line 5, node_modules/bootstrap/scss/forms/_labels.scss */
  .form-label {
    font-size: 1.5rem;
  }
}

/* line 15, node_modules/bootstrap/scss/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.85rem + var(--bs-border-width));
  padding-bottom: calc(0.85rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.5;
  color: var(--bs-gray-600);
}

/* line 26, node_modules/bootstrap/scss/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

/* line 32, node_modules/bootstrap/scss/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

/* line 5, node_modules/bootstrap/scss/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 5, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.85rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, node_modules/bootstrap/scss/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #b6babe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.25);
}

/* line 47, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

/* line 69, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 75, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

/* line 86, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

/* line 95, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.85rem 0.75rem;
  margin: -0.85rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  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 95, node_modules/bootstrap/scss/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 110, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

/* line 120, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.85rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

/* line 131, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 135, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 149, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 155, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 162, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 168, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

/* line 179, node_modules/bootstrap/scss/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

/* line 183, node_modules/bootstrap/scss/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 187, node_modules/bootstrap/scss/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 193, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.85rem;
}

/* line 198, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 202, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 207, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 212, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 213, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 6, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select {
  --bs-form-select-bg-img: 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");
  display: block;
  width: 100%;
  padding: 0.85rem 2.25rem 0.85rem 0.75rem;
  font-size: calc(1.265rem + 0.18vw);
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 1200px) {
  /* line 6, node_modules/bootstrap/scss/forms/_form-select.scss */
  .form-select {
    font-size: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, node_modules/bootstrap/scss/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select:focus {
  border-color: #b6babe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.25);
}

/* line 39, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 45, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

/* line 52, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

/* line 58, node_modules/bootstrap/scss/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: var(--bs-border-radius-sm);
}

/* line 66, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 76, node_modules/bootstrap/scss/forms/_form-select.scss */
[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* line 5, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 22, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 29, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 47, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 51, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 56, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 60, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #b6babe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.25);
}

/* line 66, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 70, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  --bs-form-check-bg-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 78, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  --bs-form-check-bg-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 87, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #6c757d;
  border-color: #6c757d;
  --bs-form-check-bg-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 98, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 108, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 124, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 127, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch .form-check-input {
  --bs-form-switch-bg: 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");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 127, node_modules/bootstrap/scss/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 137, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23b6babe'/%3e%3c/svg%3e");
}

/* line 141, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: 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 152, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 156, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 163, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 168, node_modules/bootstrap/scss/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 175, node_modules/bootstrap/scss/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 185, node_modules/bootstrap/scss/forms/_form-check.scss */
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

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

/* line 14, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(108, 117, 125, 0.25);
}

/* line 20, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(108, 117, 125, 0.25);
}

/* line 23, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #6c757d;
  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;
}

@media (prefers-reduced-motion: reduce) {
  /* line 27, node_modules/bootstrap/scss/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #d3d6d8;
}

/* line 43, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #6c757d;
  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;
}

@media (prefers-reduced-motion: reduce) {
  /* line 54, node_modules/bootstrap/scss/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #d3d6d8;
}

/* line 69, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 87, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 1, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

/* line 12, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) 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 12, node_modules/bootstrap/scss/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 29, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 33, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 37, node_modules/bootstrap/scss/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: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 43, node_modules/bootstrap/scss/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 49, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 58, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 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 {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 62, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

/* line 75, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 82, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

/* line 87, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

/* line 91, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

/* line 5, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 35, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 47, node_modules/bootstrap/scss/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: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

/* line 68, node_modules/bootstrap/scss/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: var(--bs-border-radius-lg);
}

/* line 77, node_modules/bootstrap/scss/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: var(--bs-border-radius-sm);
}

/* line 86, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 101, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/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: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, node_modules/bootstrap/scss/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 26, node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

/* line 35, node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

/* line 51, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  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='%23007aff' 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 68, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 95, node_modules/bootstrap/scss/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]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23007aff' 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");
  padding-right: 4.125rem;
  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 104, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

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

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 128, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

/* line 132, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 136, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

/* line 142, node_modules/bootstrap/scss/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, node_modules/bootstrap/scss/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 26, node_modules/bootstrap/scss/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

/* line 35, node_modules/bootstrap/scss/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: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

/* line 51, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  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='%23f05d2a'%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='%23f05d2a' 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 68, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 95, node_modules/bootstrap/scss/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]) {
  --bs-form-select-bg-icon: 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='%23f05d2a'%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='%23f05d2a' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  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 104, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

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

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 128, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

/* line 132, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 136, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

/* line 142, node_modules/bootstrap/scss/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/_buttons.scss */
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: calc(1.265rem + 0.18vw);
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --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;
          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 (min-width: 1200px) {
  /* line 5, node_modules/bootstrap/scss/_buttons.scss */
  .btn {
    --bs-btn-font-size: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, node_modules/bootstrap/scss/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_buttons.scss */
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 112, node_modules/bootstrap/scss/_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 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #202326;
  --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 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #adb5bd;
  --bs-btn-border-color: #adb5bd;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e6e9eb;
  --bs-btn-hover-border-color: #b5bcc4;
  --bs-btn-focus-shadow-rgb: 147, 154, 161;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #bdc4ca;
  --bs-btn-active-border-color: #b5bcc4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #adb5bd;
  --bs-btn-disabled-border-color: #adb5bd;
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #007aff;
  --bs-btn-border-color: #007aff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #b3d7ff;
  --bs-btn-hover-border-color: #1a87ff;
  --bs-btn-focus-shadow-rgb: 0, 104, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3395ff;
  --bs-btn-active-border-color: #1a87ff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #007aff;
  --bs-btn-disabled-border-color: #007aff;
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #dee2e6;
  --bs-btn-border-color: #dee2e6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f5f6f8;
  --bs-btn-hover-border-color: #e1e5e9;
  --bs-btn-focus-shadow-rgb: 189, 192, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e5e8eb;
  --bs-btn-active-border-color: #e1e5e9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #dee2e6;
  --bs-btn-disabled-border-color: #dee2e6;
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #f05d2a;
  --bs-btn-border-color: #f05d2a;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fbcebf;
  --bs-btn-hover-border-color: #f26d3f;
  --bs-btn-focus-shadow-rgb: 204, 79, 36;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f37d55;
  --bs-btn-active-border-color: #f26d3f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f05d2a;
  --bs-btn-disabled-border-color: #f05d2a;
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #f05d2a;
  --bs-btn-border-color: #f05d2a;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fbcebf;
  --bs-btn-hover-border-color: #f26d3f;
  --bs-btn-focus-shadow-rgb: 204, 79, 36;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f37d55;
  --bs-btn-active-border-color: #f26d3f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f05d2a;
  --bs-btn-disabled-border-color: #f05d2a;
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4a4b4b;
  --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 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #495057;
  --bs-btn-border-color: #495057;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c8cbcd;
  --bs-btn-hover-border-color: #5b6268;
  --bs-btn-focus-shadow-rgb: 100, 106, 112;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6d7379;
  --bs-btn-active-border-color: #5b6268;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #495057;
  --bs-btn-disabled-border-color: #495057;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-primary {
  --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 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-secondary {
  --bs-btn-color: #adb5bd;
  --bs-btn-border-color: #adb5bd;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #adb5bd;
  --bs-btn-hover-border-color: #adb5bd;
  --bs-btn-focus-shadow-rgb: 173, 181, 189;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #adb5bd;
  --bs-btn-active-border-color: #adb5bd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #adb5bd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #adb5bd;
  --bs-gradient: none;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-success {
  --bs-btn-color: #007aff;
  --bs-btn-border-color: #007aff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #007aff;
  --bs-btn-hover-border-color: #007aff;
  --bs-btn-focus-shadow-rgb: 0, 122, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #007aff;
  --bs-btn-active-border-color: #007aff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #007aff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #007aff;
  --bs-gradient: none;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-info {
  --bs-btn-color: #dee2e6;
  --bs-btn-border-color: #dee2e6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dee2e6;
  --bs-btn-hover-border-color: #dee2e6;
  --bs-btn-focus-shadow-rgb: 222, 226, 230;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #dee2e6;
  --bs-btn-active-border-color: #dee2e6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dee2e6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dee2e6;
  --bs-gradient: none;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-warning {
  --bs-btn-color: #f05d2a;
  --bs-btn-border-color: #f05d2a;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f05d2a;
  --bs-btn-hover-border-color: #f05d2a;
  --bs-btn-focus-shadow-rgb: 240, 93, 42;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f05d2a;
  --bs-btn-active-border-color: #f05d2a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f05d2a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f05d2a;
  --bs-gradient: none;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-danger {
  --bs-btn-color: #f05d2a;
  --bs-btn-border-color: #f05d2a;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f05d2a;
  --bs-btn-hover-border-color: #f05d2a;
  --bs-btn-focus-shadow-rgb: 240, 93, 42;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f05d2a;
  --bs-btn-active-border-color: #f05d2a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f05d2a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f05d2a;
  --bs-gradient: none;
}

/* line 158, node_modules/bootstrap/scss/_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 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-dark {
  --bs-btn-color: #495057;
  --bs-btn-border-color: #495057;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #495057;
  --bs-btn-hover-border-color: #495057;
  --bs-btn-focus-shadow-rgb: 73, 80, 87;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #495057;
  --bs-btn-active-border-color: #495057;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #495057;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #495057;
  --bs-gradient: none;
}

/* line 170, node_modules/bootstrap/scss/_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: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  text-decoration: underline;
}

/* line 194, node_modules/bootstrap/scss/_buttons.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 198, node_modules/bootstrap/scss/_buttons.scss */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 210, node_modules/bootstrap/scss/_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: var(--bs-border-radius-lg);
}

/* line 214, node_modules/bootstrap/scss/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.15rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

/* line 1, node_modules/bootstrap/scss/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, node_modules/bootstrap/scss/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, node_modules/bootstrap/scss/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, node_modules/bootstrap/scss/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, node_modules/bootstrap/scss/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, node_modules/bootstrap/scss/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, node_modules/bootstrap/scss/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, node_modules/bootstrap/scss/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, node_modules/bootstrap/scss/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 36, node_modules/bootstrap/scss/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 64, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 19, node_modules/bootstrap/scss/_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: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #6c757d;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --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, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 92, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

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

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

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

@media (min-width: 1400px) {
  /* line 92, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 95, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 104, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1800px) {
  /* line 92, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 95, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 104, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

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

/* line 36, node_modules/bootstrap/scss/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 64, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

/* line 36, node_modules/bootstrap/scss/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 64, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 139, node_modules/bootstrap/scss/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

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

/* line 36, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 51, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 55, node_modules/bootstrap/scss/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 64, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 156, node_modules/bootstrap/scss/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

/* line 189, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 196, node_modules/bootstrap/scss/_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 203, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 213, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 218, node_modules/bootstrap/scss/_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 228, node_modules/bootstrap/scss/_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 235, node_modules/bootstrap/scss/_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: #6c757d;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

/* line 2, node_modules/bootstrap/scss/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 36, node_modules/bootstrap/scss/_button-group.scss */
.btn-group {
  border-radius: var(--bs-border-radius);
}

/* line 40, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}

/* line 46, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 79, node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, node_modules/bootstrap/scss/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 122, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 127, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}

/* line 133, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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(--grey-medium);
  --bs-nav-link-hover-color: var(--primary);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, node_modules/bootstrap/scss/_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;
  background: none;
  border: 0;
  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, node_modules/bootstrap/scss/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 35, node_modules/bootstrap/scss/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 41, node_modules/bootstrap/scss/_nav.scss */
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.25);
}

/* line 47, node_modules/bootstrap/scss/_nav.scss */
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 59, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: #757575;
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 72, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  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 77, node_modules/bootstrap/scss/_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 85, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: 1rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: var(--grey-medium);
}

/* line 112, node_modules/bootstrap/scss/_nav.scss */
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 116, node_modules/bootstrap/scss/_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 128, node_modules/bootstrap/scss/_nav.scss */
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

/* line 137, node_modules/bootstrap/scss/_nav.scss */
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

/* line 142, node_modules/bootstrap/scss/_nav.scss */
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 148, node_modules/bootstrap/scss/_nav.scss */
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

/* line 162, node_modules/bootstrap/scss/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 170, node_modules/bootstrap/scss/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 180, node_modules/bootstrap/scss/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 191, node_modules/bootstrap/scss/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 194, node_modules/bootstrap/scss/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, node_modules/bootstrap/scss/_navbar.scss */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --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(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --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%2833, 37, 41, 0.75%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(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 86, node_modules/bootstrap/scss/_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 104, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

/* line 110, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 120, node_modules/bootstrap/scss/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 125, node_modules/bootstrap/scss/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

/* line 141, node_modules/bootstrap/scss/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 150, node_modules/bootstrap/scss/_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 150, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 160, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 164, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 173, node_modules/bootstrap/scss/_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 184, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 198, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 206, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap/scss/_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 216, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap/scss/_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 244, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 198, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 206, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap/scss/_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 216, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap/scss/_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 244, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 198, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 206, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap/scss/_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 216, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap/scss/_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 244, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 198, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap/scss/_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 216, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap/scss/_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 244, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1800px) {
  /* line 198, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap/scss/_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 216, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap/scss/_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 244, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 198, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 203, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 206, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 210, node_modules/bootstrap/scss/_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 216, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 220, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 225, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 229, node_modules/bootstrap/scss/_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 244, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 248, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 269, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark,
.navbar[data-bs-theme="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 285, node_modules/bootstrap/scss/_navbar.scss */
[data-bs-theme="dark"] .navbar-toggler-icon {
  --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, node_modules/bootstrap/scss/_card.scss */
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --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);
  color: var(--bs-body-color);
  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 41, node_modules/bootstrap/scss/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 46, node_modules/bootstrap/scss/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 50, node_modules/bootstrap/scss/_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 55, node_modules/bootstrap/scss/_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 63, node_modules/bootstrap/scss/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 69, node_modules/bootstrap/scss/_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 77, node_modules/bootstrap/scss/_card.scss */
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

/* line 82, node_modules/bootstrap/scss/_card.scss */
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

/* line 88, node_modules/bootstrap/scss/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 97, node_modules/bootstrap/scss/_card.scss */
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

/* line 106, node_modules/bootstrap/scss/_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 113, node_modules/bootstrap/scss/_card.scss */
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 118, node_modules/bootstrap/scss/_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 124, node_modules/bootstrap/scss/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

/* line 134, node_modules/bootstrap/scss/_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 140, node_modules/bootstrap/scss/_card.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 146, node_modules/bootstrap/scss/_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 152, node_modules/bootstrap/scss/_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 162, node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 168, node_modules/bootstrap/scss/_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 173, node_modules/bootstrap/scss/_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 186, node_modules/bootstrap/scss/_card.scss */
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 183, node_modules/bootstrap/scss/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 195, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 200, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 207, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 210, node_modules/bootstrap/scss/_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 215, node_modules/bootstrap/scss/_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 222, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 225, node_modules/bootstrap/scss/_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 230, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_accordion.scss */
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --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: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --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='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%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='none' stroke='%232b2f32' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

/* line 31, node_modules/bootstrap/scss/_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 31, node_modules/bootstrap/scss/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 46, node_modules/bootstrap/scss/_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 51, node_modules/bootstrap/scss/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 58, node_modules/bootstrap/scss/_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 58, node_modules/bootstrap/scss/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 70, node_modules/bootstrap/scss/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 74, node_modules/bootstrap/scss/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

/* line 81, node_modules/bootstrap/scss/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 85, node_modules/bootstrap/scss/_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 90, node_modules/bootstrap/scss/_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 93, node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

/* line 98, node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 103, node_modules/bootstrap/scss/_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 107, node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

/* line 112, node_modules/bootstrap/scss/_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 118, node_modules/bootstrap/scss/_accordion.scss */
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 128, node_modules/bootstrap/scss/_accordion.scss */
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 133, node_modules/bootstrap/scss/_accordion.scss */
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}

/* line 134, node_modules/bootstrap/scss/_accordion.scss */
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}

/* line 138, node_modules/bootstrap/scss/_accordion.scss */
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

/* line 145, node_modules/bootstrap/scss/_accordion.scss */
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

/* line 153, node_modules/bootstrap/scss/_accordion.scss */
[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a7acb1'%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-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a7acb1'%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");
}

/* line 1, node_modules/bootstrap/scss/_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: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  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, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 29, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* line 1, node_modules/bootstrap/scss/_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: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #6c757d;
  --bs-pagination-active-border-color: #6c757d;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 29, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 40, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}

/* line 80, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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: var(--bs-border-radius-lg);
}

/* line 107, node_modules/bootstrap/scss/_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: var(--bs-border-radius-sm);
}

/* line 6, node_modules/bootstrap/scss/_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: 300;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  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, node_modules/bootstrap/scss/_badge.scss */
.badge:empty {
  display: none;
}

/* line 35, node_modules/bootstrap/scss/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, node_modules/bootstrap/scss/_alert.scss */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 0;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0;
  --bs-alert-link-color: inherit;
  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 28, node_modules/bootstrap/scss/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 34, node_modules/bootstrap/scss/_alert.scss */
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

/* line 44, node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

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

/* line 11, node_modules/bootstrap/scss/_progress.scss */
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #6c757d;
  --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 33, node_modules/bootstrap/scss/_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 33, node_modules/bootstrap/scss/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 45, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_progress.scss */
.progress-stacked > .progress {
  overflow: visible;
}

/* line 54, node_modules/bootstrap/scss/_progress.scss */
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

/* line 59, node_modules/bootstrap/scss/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, node_modules/bootstrap/scss/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, node_modules/bootstrap/scss/_list-group.scss */
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #6c757d;
  --bs-list-group-active-border-color: #6c757d;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

/* line 35, node_modules/bootstrap/scss/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 39, node_modules/bootstrap/scss/_list-group.scss */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 51, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

/* line 57, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 88, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 92, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 111, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 130, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 144, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 130, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 130, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 130, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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: 1400px) {
  /* line 126, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 130, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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: 1800px) {
  /* line 126, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 130, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 167, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

/* line 170, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 184, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

/* line 184, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

/* line 184, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

/* line 184, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

/* line 184, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

/* line 184, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

/* line 184, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

/* line 184, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

/* line 6, node_modules/bootstrap/scss/_close.scss */
.btn-close {
  --bs-btn-close-color: #dc3545;
  --bs-btn-close-bg: 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");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

/* line 29, node_modules/bootstrap/scss/_close.scss */
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

/* line 35, node_modules/bootstrap/scss/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

/* line 41, node_modules/bootstrap/scss/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

/* line 53, node_modules/bootstrap/scss/_close.scss */
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

/* line 59, node_modules/bootstrap/scss/_close.scss */
[data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

/* line 1, node_modules/bootstrap/scss/_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(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  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, node_modules/bootstrap/scss/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 35, node_modules/bootstrap/scss/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 40, node_modules/bootstrap/scss/_toasts.scss */
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 49, node_modules/bootstrap/scss/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

/* line 54, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_toasts.scss */
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

/* line 70, node_modules/bootstrap/scss/_toasts.scss */
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

/* line 10, node_modules/bootstrap/scss/_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: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --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: var(--bs-border-width);
  --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: var(--bs-border-width);
  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, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 61, node_modules/bootstrap/scss/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 61, node_modules/bootstrap/scss/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, node_modules/bootstrap/scss/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 70, node_modules/bootstrap/scss/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 78, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

/* line 95, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 125, node_modules/bootstrap/scss/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  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 133, node_modules/bootstrap/scss/_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 140, node_modules/bootstrap/scss/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 147, node_modules/bootstrap/scss/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 156, node_modules/bootstrap/scss/_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 170, node_modules/bootstrap/scss/_modal.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 177, node_modules/bootstrap/scss/_modal.scss */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  /* line 183, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 189, node_modules/bootstrap/scss/_modal.scss */
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 195, node_modules/bootstrap/scss/_modal.scss */
  .modal-lg,
.modal-xl {
    --bs-modal-width: 900px;
  }
}

@media (min-width: 1400px) {
  /* line 202, node_modules/bootstrap/scss/_modal.scss */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 213, node_modules/bootstrap/scss/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 219, node_modules/bootstrap/scss/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 225, node_modules/bootstrap/scss/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 230, node_modules/bootstrap/scss/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 213, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 213, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 213, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 213, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1799.98px) {
  /* line 213, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, node_modules/bootstrap/scss/_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: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --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;
  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 30, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 32, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 37, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 46, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 49, node_modules/bootstrap/scss/_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 57, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 62, node_modules/bootstrap/scss/_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 71, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 74, node_modules/bootstrap/scss/_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 82, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 87, node_modules/bootstrap/scss/_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 112, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_popover.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --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, node_modules/bootstrap/scss/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 45, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, node_modules/bootstrap/scss/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, node_modules/bootstrap/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 29, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 50, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* line 61, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 87, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 107, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 119, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, node_modules/bootstrap/scss/_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%;
}

/* line 135, node_modules/bootstrap/scss/_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") /*rtl: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 138, node_modules/bootstrap/scss/_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") /*rtl: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 147, node_modules/bootstrap/scss/_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%;
}

/* line 161, node_modules/bootstrap/scss/_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 161, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 181, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 191, node_modules/bootstrap/scss/_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 205, node_modules/bootstrap/scss/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 210, node_modules/bootstrap/scss/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 214, node_modules/bootstrap/scss/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

/* line 205, node_modules/bootstrap/scss/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon, .carousel[data-bs-theme="dark"] .carousel-control-prev-icon,
.carousel[data-bs-theme="dark"] .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 210, node_modules/bootstrap/scss/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target], .carousel[data-bs-theme="dark"] .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 214, node_modules/bootstrap/scss/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-caption, .carousel[data-bs-theme="dark"] .carousel-caption {
  color: #000;
}

/* line 5, node_modules/bootstrap/scss/_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%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

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

/* line 22, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_spinners.scss */
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

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

/* line 60, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_spinners.scss */
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 80, node_modules/bootstrap/scss/_spinners.scss */
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

/* line 3, node_modules/bootstrap/scss/_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: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  /* line 33, node_modules/bootstrap/scss/_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: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 49, node_modules/bootstrap/scss/_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 57, node_modules/bootstrap/scss/_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 65, node_modules/bootstrap/scss/_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 75, node_modules/bootstrap/scss/_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 84, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap/scss/_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 33, node_modules/bootstrap/scss/_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: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 49, node_modules/bootstrap/scss/_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 57, node_modules/bootstrap/scss/_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 65, node_modules/bootstrap/scss/_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 75, node_modules/bootstrap/scss/_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 84, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap/scss/_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 33, node_modules/bootstrap/scss/_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: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 49, node_modules/bootstrap/scss/_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 57, node_modules/bootstrap/scss/_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 65, node_modules/bootstrap/scss/_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 75, node_modules/bootstrap/scss/_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 84, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 33, node_modules/bootstrap/scss/_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: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 49, node_modules/bootstrap/scss/_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 57, node_modules/bootstrap/scss/_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 65, node_modules/bootstrap/scss/_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 75, node_modules/bootstrap/scss/_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 84, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1799.98px) {
  /* line 33, node_modules/bootstrap/scss/_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: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1799.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1799.98px) {
  /* line 49, node_modules/bootstrap/scss/_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 57, node_modules/bootstrap/scss/_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 65, node_modules/bootstrap/scss/_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 75, node_modules/bootstrap/scss/_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 84, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1800px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 33, node_modules/bootstrap/scss/_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: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 49, node_modules/bootstrap/scss/_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 57, node_modules/bootstrap/scss/_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 65, node_modules/bootstrap/scss/_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 75, node_modules/bootstrap/scss/_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 84, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 89, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 119, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, node_modules/bootstrap/scss/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 123, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 128, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto;
}

/* line 134, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

/* line 139, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 1, node_modules/bootstrap/scss/_placeholders.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 9, node_modules/bootstrap/scss/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, node_modules/bootstrap/scss/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, node_modules/bootstrap/scss/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, node_modules/bootstrap/scss/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, node_modules/bootstrap/scss/_placeholders.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

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

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

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

/* line 3, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-success {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(189, 196, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(189, 196, 202, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: RGBA(51, 149, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 149, 255, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: RGBA(229, 232, 235, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(229, 232, 235, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: RGBA(243, 125, 85, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(243, 125, 85, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: RGBA(243, 125, 85, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(243, 125, 85, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: RGBA(58, 64, 70, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(58, 64, 70, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 19, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 24, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

/* line 1, node_modules/bootstrap/scss/helpers/_focus-ring.scss */
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

/* line 1, node_modules/bootstrap/scss/helpers/_icon-link.scss */
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

/* line 9, node_modules/bootstrap/scss/helpers/_icon-link.scss */
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, node_modules/bootstrap/scss/helpers/_icon-link.scss */
  .icon-link > .bi {
    transition: none;
  }
}

/* line 21, node_modules/bootstrap/scss/helpers/_icon-link.scss */
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

/* line 3, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, node_modules/bootstrap/scss/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, node_modules/bootstrap/scss/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, node_modules/bootstrap/scss/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, node_modules/bootstrap/scss/helpers/_position.scss */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1800px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, node_modules/bootstrap/scss/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, node_modules/bootstrap/scss/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, node_modules/bootstrap/scss/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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 19, node_modules/bootstrap/scss/mixins/_visually-hidden.scss */
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

/* line 6, node_modules/bootstrap/scss/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, node_modules/bootstrap/scss/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, node_modules/bootstrap/scss/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-inline-grid {
  display: inline-grid !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-0 {
  row-gap: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-1 {
  row-gap: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-2 {
  row-gap: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-3 {
  row-gap: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-4 {
  row-gap: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-5 {
  row-gap: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-100 {
  --bs-link-opacity: 1;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 79, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 79, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 79, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-n1 {
  z-index: -1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1800px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/*!
 * Bootstrap Icons v1.11.2 (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url(https://assets-production.healthexpertconnect.com/fonts/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47) format("woff2"), url(https://assets-production.healthexpertconnect.com/fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47) format("woff");
}

/* line 20, node_modules/bootstrap-icons/font/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 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-123::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-alarm-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-alarm::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-align-bottom::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-align-center::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-align-end::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-align-middle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-align-start::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-align-top::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-alt::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-app-indicator::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-app::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-archive-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-archive::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-90deg-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-90deg-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-90deg-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-90deg-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-bar-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-bar-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-bar-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-bar-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-clockwise::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-counterclockwise::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-left-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-left-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-left-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-left-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-right-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-right-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-right-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-right-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-short::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-left-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-left-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-left-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-left-short::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-left-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-left-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-repeat::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-return-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-return-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-right-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-right-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-right-short::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-right-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-right-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-left-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-left-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-left-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-left-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-right-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-right-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-right-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-right-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-short::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrows-angle-contract::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrows-angle-expand::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrows-collapse::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrows-expand::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrows-fullscreen::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrows-move::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-aspect-ratio-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-aspect-ratio::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-asterisk::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-at::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-award-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-award::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-back::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-backspace-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-backspace-reverse-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-backspace-reverse::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-backspace::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-3d-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-3d::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-4k-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-4k::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-8k-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-8k::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-ad-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-ad::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-ar-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-ar::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-cc-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-cc::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-hd-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-hd::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-tm-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-tm::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-vo-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-vo::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-vr-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-vr::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-wc-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-wc::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-check-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-dash-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-dash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-plus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-x-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bar-chart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bar-chart-line-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bar-chart-line::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bar-chart-steps::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bar-chart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-basket-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-basket::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-basket2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-basket2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-basket3-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-basket3::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-battery-charging::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-battery-full::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-battery-half::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-battery::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bell-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bell::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bezier::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bezier2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bicycle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-binoculars-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-binoculars::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-blockquote-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-blockquote-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-book-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-book-half::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-book::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-check-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-dash-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-dash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-plus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-star-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-star::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-x-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmarks-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmarks::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookshelf::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bootstrap-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bootstrap-reboot::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bootstrap::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-all::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-bottom::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-center::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-inner::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-middle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-outer::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-style::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-top::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-width::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bounding-box-circles::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bounding-box::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-down-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-down-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-in-down-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-in-down-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-in-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-in-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-in-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-in-up-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-in-up-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-in-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-up-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-up-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-seam::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-braces::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bricks::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-briefcase-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-briefcase::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brightness-alt-high-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brightness-alt-high::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brightness-alt-low-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brightness-alt-low::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brightness-high-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brightness-high::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brightness-low-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brightness-low::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-broadcast-pin::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-broadcast::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brush-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brush::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bucket-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bucket::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bug-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bug::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bullseye::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calculator-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calculator::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-check-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-date-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-date::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-day-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-day::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-event-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-event::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-minus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-minus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-month-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-month::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-plus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-range-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-range::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-week-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-week::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-x-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-check-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-date-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-date::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-day-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-day::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-event-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-event::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-minus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-minus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-month-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-month::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-plus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-range-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-range::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-week-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-week::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-x-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar3-event-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar3-event::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar3-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar3-range-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar3-range::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar3-week-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar3-week::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar3::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar4-event::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar4-range::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar4-week::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar4::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-camera-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-camera-reels-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-camera-reels::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-camera-video-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-camera-video-off-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-camera-video-off::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-camera-video::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-camera::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-camera2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-capslock-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-capslock::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-card-checklist::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-card-heading::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-card-image::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-card-list::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-card-text::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-down-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-down-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-down-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-left-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-left-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-left-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-right-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-right-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-right-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-up-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-up-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-up-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart-check-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart-dash-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart-dash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart-plus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart-x-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart3::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart4::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cash-stack::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cast::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-dots-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-dots::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left-dots-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left-dots::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left-quote-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left-quote::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left-text-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left-text::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-quote-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-quote::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right-dots-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right-dots::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right-quote-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right-quote::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right-text-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right-text::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square-dots-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square-dots::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square-quote-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square-quote::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square-text-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square-text::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-text-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-text::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check-all::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check2-all::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check2-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check2-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-bar-contract::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-bar-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-bar-expand::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-bar-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-bar-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-bar-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-compact-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-compact-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-compact-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-compact-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-contract::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-double-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-double-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-double-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-double-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-expand::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-circle-half::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-circle-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-data::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-minus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clock-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clock-history::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clock::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-arrow-down-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-arrow-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-arrow-up-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-arrow-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-check-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-download-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-download::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-drizzle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-drizzle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-fog-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-fog::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-fog2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-fog2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-hail-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-hail::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-haze-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-haze::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-haze2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-lightning-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-lightning-rain-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-lightning-rain::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-lightning::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-minus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-minus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-moon-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-moon::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-plus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-rain-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-rain-heavy-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-rain-heavy::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-rain::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-slash-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-slash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-sleet-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-sleet::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-snow-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-snow::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-sun-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-sun::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-upload-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-upload::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clouds-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clouds::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloudy-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloudy::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-code-slash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-code-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-code::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-collection-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-collection-play-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-collection-play::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-collection::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-columns-gap::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-columns::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-command::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-compass-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-compass::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cone-striped::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cone::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-controller::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cpu-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cpu::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-credit-card-2-back-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-credit-card-2-back::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-credit-card-2-front-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-credit-card-2-front::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-credit-card-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-credit-card::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-crop::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cup-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cup-straw::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cup::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cursor-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cursor-text::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cursor::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dash-circle-dotted::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dash-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dash-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dash-square-dotted::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dash-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dash-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-diagram-2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-diagram-2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-diagram-3-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-diagram-3::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-diamond-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-diamond-half::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-diamond::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-1-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-1::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-3-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-3::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-4-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-4::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-5-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-5::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-6-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-6::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-disc-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-disc::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-discord::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-display-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-display::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-distribute-horizontal::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-distribute-vertical::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-door-closed-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-door-closed::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-door-open-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-door-open::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dot::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-download::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-droplet-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-droplet-half::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-droplet::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-earbuds::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-easel-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-easel::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-egg-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-egg-fried::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-egg::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eject-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eject::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-angry-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-angry::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-dizzy-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-dizzy::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-expressionless-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-expressionless::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-frown-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-frown::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-heart-eyes-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-heart-eyes::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-laughing-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-laughing::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-neutral-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-neutral::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-smile-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-smile-upside-down-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-smile-upside-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-smile::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-sunglasses-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-sunglasses::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-wink-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-wink::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-open-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-open::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eraser-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eraser::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-diamond-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-diamond::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-octagon-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-octagon::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-triangle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-triangle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclude::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eye-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eye-slash-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eye-slash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eye::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eyedropper::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eyeglasses::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-facebook::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-arrow-down-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-arrow-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-arrow-up-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-arrow-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-bar-graph-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-bar-graph::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-binary-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-binary::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-break-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-break::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-check-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-code-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-code::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-diff-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-diff::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-arrow-down-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-arrow-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-arrow-up-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-arrow-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-bar-graph-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-bar-graph::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-binary-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-binary::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-break-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-break::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-check-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-code-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-code::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-diff-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-diff::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-easel-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-easel::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-excel-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-excel::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-font-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-font::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-image-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-image::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-lock-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-lock::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-lock2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-lock2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-medical-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-medical::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-minus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-minus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-music-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-music::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-person-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-person::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-play-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-play::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-plus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-post-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-post::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-ppt-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-ppt::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-richtext-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-richtext::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-ruled-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-ruled::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-slides-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-slides::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-spreadsheet-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-spreadsheet::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-text-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-text::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-word-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-word::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-x-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-zip-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-zip::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-easel-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-easel::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-excel-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-excel::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-font-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-font::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-image-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-image::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-lock-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-lock::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-lock2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-lock2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-medical-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-medical::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-minus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-minus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-music-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-music::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-person-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-person::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-play-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-play::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-plus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-post-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-post::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-ppt-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-ppt::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-richtext-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-richtext::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-ruled-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-ruled::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-slides-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-slides::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-spreadsheet-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-spreadsheet::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-text-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-text::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-word-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-word::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-x-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-zip-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-zip::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-files-alt::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-files::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-film::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filter-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filter-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filter-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filter-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filter-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filter-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filter::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-flag-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-flag::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-flower1::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-flower2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-flower3::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder-minus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder-symlink-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder-symlink::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder2-open::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fonts::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-forward-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-forward::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-front::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fullscreen-exit::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fullscreen::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-funnel-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-funnel::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gear-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gear-wide-connected::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gear-wide::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gear::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gem::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-geo-alt-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-geo-alt::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-geo-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-geo::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gift-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gift::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-github::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-globe::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-globe2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-google::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-graph-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-graph-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid-1x2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid-1x2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid-3x2-gap-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid-3x2-gap::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid-3x2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid-3x3-gap-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid-3x3-gap::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid-3x3::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grip-horizontal::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grip-vertical::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hammer::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hand-index-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hand-index-thumb-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hand-index-thumb::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hand-index::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hand-thumbs-down-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hand-thumbs-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hand-thumbs-up-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hand-thumbs-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-handbag-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-handbag::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdd-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdd-network-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdd-network::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdd-rack-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdd-rack::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdd-stack-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdd-stack::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdd::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-headphones::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-headset::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heart-half::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heptagon-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heptagon-half::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heptagon::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hexagon-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hexagon-half::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hexagon::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hourglass-bottom::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hourglass-split::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hourglass-top::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hourglass::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-door-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-door::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hr::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hurricane::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-image-alt::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-image-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-image::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-images::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-inbox-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-inbox::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-inboxes-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-inboxes::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-info-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-info-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-info-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-info-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-info::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-input-cursor-text::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-input-cursor::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-instagram::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-intersect::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-album::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-arrow-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-arrow-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-bookmark-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-bookmark::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-code::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-medical::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-minus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-richtext::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-text::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journals::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-joystick::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-justify-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-justify-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-justify::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-kanban-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-kanban::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-key-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-key::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-keyboard-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-keyboard::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ladder::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lamp-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lamp::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-laptop-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-laptop::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layer-backward::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layer-forward::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layers-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layers-half::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layers::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-sidebar-inset-reverse::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-sidebar-inset::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-sidebar-reverse::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-sidebar::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-split::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-text-sidebar-reverse::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-text-sidebar::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-text-window-reverse::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-text-window::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-three-columns::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-wtf::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-life-preserver::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lightbulb-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lightbulb-off-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lightbulb-off::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lightbulb::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lightning-charge-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lightning-charge::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lightning-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lightning::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-link-45deg::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-link::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-linkedin::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-list-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-list-nested::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-list-ol::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-list-stars::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-list-task::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-list-ul::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-list::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lock-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lock::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mailbox::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mailbox2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-map-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-map::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-markdown-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-markdown::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mask::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-megaphone-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-megaphone::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-menu-app-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-menu-app::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-menu-button-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-menu-button-wide-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-menu-button-wide::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-menu-button::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-menu-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-menu-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mic-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mic-mute-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mic-mute::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mic::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-minecart-loaded::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-minecart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-moisture::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-moon-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-moon-stars-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-moon-stars::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-moon::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mouse-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mouse::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mouse2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mouse2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mouse3-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mouse3::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-music-note-beamed::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-music-note-list::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-music-note::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-music-player-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-music-player::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-newspaper::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-node-minus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-node-minus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-node-plus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-node-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-nut-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-nut::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-octagon-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-octagon-half::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-octagon::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-option::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-outlet::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-paint-bucket::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-palette-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-palette::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-palette2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-paperclip::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-paragraph::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-check-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-exclamation-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-exclamation::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-minus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-minus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-plus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-question-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-question::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pause-btn-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pause-btn::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pause-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pause-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pause-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pause::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-peace-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-peace::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pen-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pen::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pencil-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pencil-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pencil::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pentagon-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pentagon-half::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pentagon::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-people-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-people::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-percent::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-badge-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-badge::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-bounding-box::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-check-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-dash-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-dash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-lines-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-plus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-x-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-phone-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-phone-landscape-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-phone-landscape::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-phone-vibrate-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-phone-vibrate::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-phone::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pie-chart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pie-chart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pin-angle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pin-angle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pin-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pin::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pip-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pip::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-play-btn-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-play-btn::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-play-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-play-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-play-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-play::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plug-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plug::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plus-circle-dotted::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plus-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plus-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plus-square-dotted::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plus-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plus-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-power::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-printer-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-printer::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-puzzle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-puzzle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question-diamond-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question-diamond::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question-octagon-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question-octagon::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rainbow::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-receipt-cutoff::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-receipt::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reception-0::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reception-1::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reception-2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reception-3::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reception-4::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-record-btn-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-record-btn::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-record-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-record-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-record-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-record::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-record2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-record2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reply-all-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reply-all::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reply-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reply::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rss-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rss::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rulers::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-save-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-save::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-save2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-save2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-scissors::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-screwdriver::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-search::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-segmented-nav::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-server::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-share-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-share::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-exclamation::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-fill-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-fill-exclamation::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-fill-minus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-fill-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-fill-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-lock-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-lock::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-minus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-shaded::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-slash-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-slash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shift-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shift::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shop-window::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shop::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shuffle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-signpost-2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-signpost-2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-signpost-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-signpost-split-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-signpost-split::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-signpost::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sim-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sim::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-backward-btn-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-backward-btn::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-backward-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-backward-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-backward-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-backward::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-end-btn-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-end-btn::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-end-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-end-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-end-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-end::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-forward-btn-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-forward-btn::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-forward-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-forward-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-forward-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-forward::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-start-btn-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-start-btn::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-start-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-start-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-start-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-start::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-slack::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-slash-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-slash-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-slash-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-slash-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-slash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sliders::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-smartwatch::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-snow::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-snow2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-snow3::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-alpha-down-alt::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-alpha-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-alpha-up-alt::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-alpha-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-down-alt::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-numeric-down-alt::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-numeric-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-numeric-up-alt::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-numeric-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-up-alt::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-soundwave::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-speaker-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-speaker::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-speedometer::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-speedometer2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-spellcheck::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-square-half::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stack::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-star-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-star-half::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-star::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stars::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stickies-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stickies::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sticky-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sticky::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stop-btn-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stop-btn::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stop-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stop-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stop-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stop::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stoplights-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stoplights::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stopwatch-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stopwatch::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-subtract::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suit-club-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suit-club::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suit-diamond-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suit-diamond::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suit-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suit-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suit-spade-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suit-spade::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sun-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sun::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sunglasses::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sunrise-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sunrise::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sunset-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sunset::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-symmetry-horizontal::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-symmetry-vertical::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-table::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tablet-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tablet-landscape-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tablet-landscape::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tablet::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tag-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tag::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tags-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tags::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telegram::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-forward-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-forward::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-inbound-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-inbound::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-minus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-minus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-outbound-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-outbound::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-plus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-x-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-terminal-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-terminal::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-text-center::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-text-indent-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-text-indent-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-text-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-text-paragraph::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-text-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-textarea-resize::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-textarea-t::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-textarea::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-thermometer-half::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-thermometer-high::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-thermometer-low::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-thermometer-snow::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-thermometer-sun::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-thermometer::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-three-dots-vertical::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-three-dots::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-toggle-off::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-toggle-on::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-toggle2-off::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-toggle2-on::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-toggles::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-toggles2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tools::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tornado::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-trash-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-trash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-trash2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-trash2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tree-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tree::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-triangle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-triangle-half::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-triangle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-trophy-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-trophy::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tropical-storm::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-truck-flatbed::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-truck::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tsunami::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tv-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tv::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-twitch::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-twitter::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-type-bold::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-type-h1::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-type-h2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-type-h3::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-type-italic::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-type-strikethrough::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-type-underline::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-type::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ui-checks-grid::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ui-checks::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ui-radios-grid::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ui-radios::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-umbrella-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-umbrella::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-union::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-unlock-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-unlock::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-upc-scan::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-upc::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-upload::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-vector-pen::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-view-list::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-view-stacked::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-vinyl-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-vinyl::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-voicemail::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-volume-down-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-volume-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-volume-mute-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-volume-mute::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-volume-off-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-volume-off::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-volume-up-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-volume-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-vr::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wallet-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wallet::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wallet2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-watch::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-water::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-whatsapp::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wifi-1::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wifi-2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wifi-off::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wifi::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wind::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window-dock::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window-sidebar::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wrench::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x-diamond-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x-diamond::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x-octagon-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x-octagon::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-youtube::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-zoom-in::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-zoom-out::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bank::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bank2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bell-slash-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bell-slash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cash-coin::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check-lg::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-coin::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-currency-bitcoin::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-currency-dollar::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-currency-euro::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-currency-exchange::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-currency-pound::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-currency-yen::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dash-lg::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-lg::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-pdf-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-pdf::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-pdf-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-pdf::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gender-ambiguous::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gender-female::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gender-male::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gender-trans::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-headset-vr::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-info-lg::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mastodon::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-messenger::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-piggy-bank-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-piggy-bank::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pin-map-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pin-map::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plus-lg::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question-lg::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-recycle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reddit::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-safe-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-safe2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-safe2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sd-card-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sd-card::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skype::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-slash-lg::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-translate::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x-lg::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-safe::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-apple::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-microsoft::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-windows::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-behance::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dribbble::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-line::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-medium::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-paypal::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pinterest::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-signal::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-snapchat::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-spotify::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stack-overflow::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-strava::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wordpress::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-vimeo::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-activity::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-easel2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-easel2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-easel3-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-easel3::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fan::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fingerprint::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-graph-down-arrow::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-graph-up-arrow::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hypnotize::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-magic::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-rolodex::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-video::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-video2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-video3::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-workspace::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-radioactive::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-webcam-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-webcam::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-yin-yang::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bandaid-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bandaid::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bluetooth::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-body-text::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-boombox::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-boxes::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dpad-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dpad::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ear-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ear::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-check-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-dash-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-dash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-exclamation-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-exclamation::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-plus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-slash-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-slash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-x-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-explicit-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-explicit::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-git::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-infinity::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-list-columns-reverse::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-list-columns::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-meta::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-nintendo-switch::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pc-display-horizontal::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pc-display::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pc-horizontal::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pc::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-playstation::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plus-slash-minus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-projector-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-projector::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-qr-code-scan::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-qr-code::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-quora::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-quote::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-robot::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-check-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-dash-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-dash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-exclamation-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-exclamation::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-plus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-slash-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-slash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-x-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-steam::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-terminal-dash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-terminal-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-terminal-split::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ticket-detailed-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ticket-detailed::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ticket-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ticket-perforated-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ticket-perforated::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ticket::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tiktok::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window-dash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window-desktop::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window-fullscreen::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window-split::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window-stack::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-xbox::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ethernet::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdmi-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdmi::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-c-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-c::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-plug-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-plug::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-symbol::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-boombox-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-displayport::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gpu-card::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-memory::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-modem-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-modem::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-motherboard-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-motherboard::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-optical-audio-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-optical-audio::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pci-card::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-router-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-router::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-thunderbolt-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-thunderbolt::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-drive-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-drive::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-micro-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-micro::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-mini-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-mini::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-haze2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-device-hdd-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-device-hdd::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-device-ssd-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-device-ssd::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-displayport-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mortarboard-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mortarboard::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-terminal-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-through-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-through-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-sd-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-sd::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-balloon-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-balloon-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-balloon-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-balloon::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box2-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box2-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-braces-asterisk::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-check-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-data-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-minus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-plus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-pulse::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-x-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-check-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-data-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-data::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-minus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-minus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-plus-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-plus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-pulse-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-pulse::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-x-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-kiss-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-kiss::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-open-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-open-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-paper-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-paper-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-paper-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-paper::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-aac::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-ai::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-bmp::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-cs::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-css::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-csv::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-doc::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-docx::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-exe::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-gif::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-heic::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-html::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-java::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-jpg::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-js::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-jsx::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-key::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-m4p::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-md::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-mdx::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-mov::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-mp3::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-mp4::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-otf::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-pdf::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-php::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-png::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-ppt::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-psd::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-py::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-raw::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-rb::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-sass::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-scss::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-sh::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-svg::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-tiff::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-tsx::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-ttf::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-txt::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-wav::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-woff::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-xls::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-xml::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-yml::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heart-arrow::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heart-pulse-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heart-pulse::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heartbreak-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heartbreak::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hearts::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hospital-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hospital::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-incognito::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-magnet-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-magnet::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-hearts::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-phone-flip::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plugin::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-postage-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-postage-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-postage-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-postage::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-postcard-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-postcard-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-postcard-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-postcard::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-search-heart-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-search-heart::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sliders2-vertical::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sliders2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-trash3-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-trash3::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-valentine::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-valentine2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wrench-adjustable-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wrench-adjustable-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wrench-adjustable::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-json::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-pptx::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-xlsx::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-1-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-1-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-1-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-1-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-2-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-2-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-2-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-2-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-3-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-3-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-3-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-3-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-4-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-4-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-4-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-4-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-5-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-5-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-5-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-5-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-6-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-6-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-6-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-6-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-7-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-7-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-7-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-7-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-8-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-8-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-8-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-8-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-9-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-9-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-9-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-9-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-airplane-engines-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-airplane-engines::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-airplane-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-airplane::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-alexa::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-alipay::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-android::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-android2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-seam-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-browser-chrome::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-browser-edge::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-browser-firefox::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-browser-safari::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-c-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-c-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-c-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-c-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-capsule-pill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-capsule::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-car-front-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-car-front::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cassette-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cassette::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cc-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cc-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cc-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cc-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cup-hot-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cup-hot::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-currency-rupee::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dropbox::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-escape::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fast-forward-btn-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fast-forward-btn::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fast-forward-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fast-forward-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fast-forward-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fast-forward::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-sql::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fire::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-google-play::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-h-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-h-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-h-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-h-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-indent::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lungs-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lungs::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-microsoft-teams::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-p-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-p-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-p-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-p-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pass-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pass::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-prescription::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-prescription2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-r-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-r-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-r-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-r-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-repeat-1::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-repeat::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rewind-btn-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rewind-btn::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rewind-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rewind-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rewind-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rewind::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-train-freight-front-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-train-freight-front::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-train-front-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-train-front::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-train-lightrail-front-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-train-lightrail-front::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-truck-front-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-truck-front::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ubuntu::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-unindent::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-unity::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-universal-access-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-universal-access::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-virus::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-virus2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wechat::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-yelp::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-stop-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-stop-lights-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-stop-lights::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-stop::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-turn-left-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-turn-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-turn-right-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-turn-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-turn-slight-left-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-turn-slight-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-turn-slight-right-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-turn-slight-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-yield-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-yield::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ev-station-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ev-station::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fuel-pump-diesel-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fuel-pump-diesel::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fuel-pump-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fuel-pump::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-0-circle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-0-circle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-0-square-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-0-square::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rocket-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rocket-takeoff-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rocket-takeoff::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rocket::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stripe::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-subscript::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-superscript::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-trello::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-at-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-at::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-regex::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-text-wrap::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-dead-end-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-dead-end::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-do-not-enter-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-do-not-enter::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-intersection-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-intersection-side-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-intersection-side::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-intersection-t-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-intersection-t::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-intersection-y-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-intersection-y::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-intersection::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-merge-left-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-merge-left::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-merge-right-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-merge-right::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-no-left-turn-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-no-left-turn::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-no-parking-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-no-parking::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-no-right-turn-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-no-right-turn::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-railroad-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-railroad::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-add::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-dash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-exclamation::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-fill-add::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-fill-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-fill-dash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-fill-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-fill-exclamation::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-fill-gear::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-fill-lock::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-fill-slash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-fill-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-fill-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-gear::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-lock::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-slash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-buildings-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-buildings::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bus-front-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bus-front::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ev-front-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ev-front::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-globe-americas::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-globe-asia-australia::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-globe-central-south-asia::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-globe-europe-africa::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-add-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-add::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-check-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-dash-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-dash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-down-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-exclamation-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-exclamation::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-gear-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-gear::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-lock-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-lock::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-slash-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-slash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-up-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-x-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-add::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-exclamation::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-fill-add::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-fill-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-fill-dash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-fill-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-fill-exclamation::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-fill-gear::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-fill-lock::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-fill-slash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-fill-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-fill-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-gear::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-lock::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-slash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-scooter::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-taxi-front-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-taxi-front::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-amd::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-add::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-dash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-exclamation::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-fill-add::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-fill-check::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-fill-dash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-fill-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-fill-exclamation::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-fill-gear::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-fill-lock::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-fill-slash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-fill-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-fill-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-gear::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-lock::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-slash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-database::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-houses-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-houses::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-nvidia::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-vcard-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-vcard::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sina-weibo::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tencent-qq::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wikipedia::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-alphabet-uppercase::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-alphabet::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-amazon::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrows-collapse-vertical::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrows-expand-vertical::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrows-vertical::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrows::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ban-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ban::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bing::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cake::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cake2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cookie::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-copy::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-crosshair::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-crosshair2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-astonished-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-astonished::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-grimace-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-grimace::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-grin-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-grin::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-surprise-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-surprise::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-tear-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-tear::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-arrow-down-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-arrow-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-arrow-up-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-arrow-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-feather::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-feather2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-floppy-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-floppy::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-floppy2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-floppy2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gitlab::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-highlighter::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-marker-tip::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-nvme-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-nvme::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-opencollective::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pci-card-network::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pci-card-sound::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-radar::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-arrow-down-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-arrow-down::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-arrow-up-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-arrow-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sim-slash-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sim-slash::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sourceforge::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-substack::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-threads-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-threads::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-transparency::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-twitter-x::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-type-h4::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-type-h5::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-type-h6::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-backpack-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-backpack::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-backpack2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-backpack2::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-backpack3-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-backpack3::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-backpack4-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-backpack4::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brilliance::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cake-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cake2-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-duffle-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-duffle::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exposure::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gender-neuter::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-highlights::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-luggage-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-luggage::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mailbox-flag::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mailbox2-flag::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-noise-reduction::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-passport-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-passport::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-arms-up::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-raised-hand::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-standing-dress::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-standing::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-walking::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-wheelchair::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shadows::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suitcase-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suitcase-lg-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suitcase-lg::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suitcase::before {
  content: "豈";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suitcase2-fill::before {
  content: "更";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suitcase2::before {
  content: "車";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-vignette::before {
  content: "賈";
}

@font-face {
  font-family: "bootstrap-icons";
  src: url(https://assets-production.healthexpertconnect.com/assets/bootstrap-icons/font/fonts/bootstrap-icons-469de0d5c4101d79441448fae5cb6be3a2c6e682b72a40ad462955c6c73791a3.woff2) format("woff2"), url(https://assets-production.healthexpertconnect.com/assets/bootstrap-icons/font/fonts/bootstrap-icons-c357aa6f478cf67816b8ab8617a4509cfef214641a6a0caa8ee955bdbc5409b9.woff) format("woff");
}

/******************************************************
** Visibility
******************************************************/
/* line 7, app/assets/stylesheets/global/_utilities.scss */
.transparent {
  opacity: 0 !important;
}

/* line 11, app/assets/stylesheets/global/_utilities.scss */
.translucent {
  opacity: 0.5 !important;
}

/* line 15, app/assets/stylesheets/global/_utilities.scss */
.opaque {
  opacity: 1 !important;
}

/* line 19, app/assets/stylesheets/global/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 23, app/assets/stylesheets/global/_utilities.scss */
a.underlined:hover {
  text-decoration: underline;
  opacity: 0.75;
}

/* line 29, app/assets/stylesheets/global/_utilities.scss */
.inline {
  display: inline !important;
}

/* line 33, app/assets/stylesheets/global/_utilities.scss */
.italic {
  font-style: italic;
}

/* line 37, app/assets/stylesheets/global/_utilities.scss */
.text-left {
  text-align: left;
}

/* line 41, app/assets/stylesheets/global/_utilities.scss */
.text-right {
  text-align: right;
}

/* line 45, app/assets/stylesheets/global/_utilities.scss */
.hoverchange {
  transition: .2s all ease;
  text-decoration: none;
}

/* line 53, app/assets/stylesheets/global/_utilities.scss */
.hoverchange.opacity:hover {
  opacity: .5;
}

/* line 57, app/assets/stylesheets/global/_utilities.scss */
.hoverchange.outline:hover {
  border-color: var(--primary) !important;
}

/* line 65, app/assets/stylesheets/global/_utilities.scss */
.centered-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 72, app/assets/stylesheets/global/_utilities.scss */
.animated {
  transition: .2s all ease;
}

/* styles for '...' */
/* line 82, app/assets/stylesheets/global/_utilities.scss */
.truncate-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.2;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 5.7rem;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
  margin-right: -1rem;
  padding-right: 1rem;
  /* create the ... */
  /* hide ... if we have text, which is less than or equal to max lines */
}

/* line 98, app/assets/stylesheets/global/_utilities.scss */
.truncate-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: .2em;
  bottom: .2em;
}

/* line 109, app/assets/stylesheets/global/_utilities.scss */
.truncate-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: rgba(0, 0, 0, 0);
}

/******************************************************
** Custom utilities
******************************************************/
/* line 129, app/assets/stylesheets/global/_utilities.scss */
.float-right {
  float: right !important;
}

/* line 133, app/assets/stylesheets/global/_utilities.scss */
.float-left {
  float: left !important;
}

/* line 137, app/assets/stylesheets/global/_utilities.scss */
.height-fill {
  height: 100%;
}

/* line 141, app/assets/stylesheets/global/_utilities.scss */
.clear-margin {
  margin: 0 !important;
}

/* line 145, app/assets/stylesheets/global/_utilities.scss */
.clear {
  clear: both !important;
}

/* line 149, app/assets/stylesheets/global/_utilities.scss */
.vertical-align {
  vertical-align: middle;
}

/* line 153, app/assets/stylesheets/global/_utilities.scss */
img {
  transition: .25s all ease;
}

/* line 161, app/assets/stylesheets/global/_utilities.scss */
img.desaturate {
  filter: grayscale(100%);
}

/* line 167, app/assets/stylesheets/global/_utilities.scss */
img.invert {
  filter: invert(100%);
}

/* line 173, app/assets/stylesheets/global/_utilities.scss */
img.filter-to-black {
  filter: grayscale(100%) brightness(20%);
}

/* line 179, app/assets/stylesheets/global/_utilities.scss */
img.filter-to-white {
  filter: grayscale(100%) brightness(0%) invert(100%);
}

/******************************************************
**  Spacers and padding
/******************************************************/
/* line 194, app/assets/stylesheets/global/_utilities.scss */
.space-above-0 {
  margin-top: 0em !important;
}

/* line 198, app/assets/stylesheets/global/_utilities.scss */
.space-below-0 {
  margin-bottom: 0em !important;
}

/* line 202, app/assets/stylesheets/global/_utilities.scss */
.space-0 {
  margin: 0em !important;
}

/* line 206, app/assets/stylesheets/global/_utilities.scss */
.pad-0 {
  padding: 0em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-top-0 {
  margin-top: 0em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-top-0 {
  padding-top: 0em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-bottom-0 {
  margin-bottom: 0em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-bottom-0 {
  padding-bottom: 0em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-left-0 {
  margin-left: 0em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-left-0 {
  padding-left: 0em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-right-0 {
  margin-right: 0em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-right-0 {
  padding-right: 0em !important;
}

/* line 194, app/assets/stylesheets/global/_utilities.scss */
.space-above-1 {
  margin-top: 1em !important;
}

/* line 198, app/assets/stylesheets/global/_utilities.scss */
.space-below-1 {
  margin-bottom: 1em !important;
}

/* line 202, app/assets/stylesheets/global/_utilities.scss */
.space-1 {
  margin: 1em !important;
}

/* line 206, app/assets/stylesheets/global/_utilities.scss */
.pad-1 {
  padding: 1em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-top-1 {
  margin-top: 1em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-top-1 {
  padding-top: 1em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-bottom-1 {
  margin-bottom: 1em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-bottom-1 {
  padding-bottom: 1em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-left-1 {
  margin-left: 1em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-left-1 {
  padding-left: 1em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-right-1 {
  margin-right: 1em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-right-1 {
  padding-right: 1em !important;
}

/* line 194, app/assets/stylesheets/global/_utilities.scss */
.space-above-2 {
  margin-top: 2em !important;
}

/* line 198, app/assets/stylesheets/global/_utilities.scss */
.space-below-2 {
  margin-bottom: 2em !important;
}

/* line 202, app/assets/stylesheets/global/_utilities.scss */
.space-2 {
  margin: 2em !important;
}

/* line 206, app/assets/stylesheets/global/_utilities.scss */
.pad-2 {
  padding: 2em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-top-2 {
  margin-top: 2em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-top-2 {
  padding-top: 2em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-bottom-2 {
  margin-bottom: 2em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-bottom-2 {
  padding-bottom: 2em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-left-2 {
  margin-left: 2em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-left-2 {
  padding-left: 2em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-right-2 {
  margin-right: 2em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-right-2 {
  padding-right: 2em !important;
}

/* line 194, app/assets/stylesheets/global/_utilities.scss */
.space-above-3 {
  margin-top: 3em !important;
}

/* line 198, app/assets/stylesheets/global/_utilities.scss */
.space-below-3 {
  margin-bottom: 3em !important;
}

/* line 202, app/assets/stylesheets/global/_utilities.scss */
.space-3 {
  margin: 3em !important;
}

/* line 206, app/assets/stylesheets/global/_utilities.scss */
.pad-3 {
  padding: 3em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-top-3 {
  margin-top: 3em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-top-3 {
  padding-top: 3em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-bottom-3 {
  margin-bottom: 3em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-bottom-3 {
  padding-bottom: 3em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-left-3 {
  margin-left: 3em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-left-3 {
  padding-left: 3em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-right-3 {
  margin-right: 3em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-right-3 {
  padding-right: 3em !important;
}

/* line 194, app/assets/stylesheets/global/_utilities.scss */
.space-above-4 {
  margin-top: 4em !important;
}

/* line 198, app/assets/stylesheets/global/_utilities.scss */
.space-below-4 {
  margin-bottom: 4em !important;
}

/* line 202, app/assets/stylesheets/global/_utilities.scss */
.space-4 {
  margin: 4em !important;
}

/* line 206, app/assets/stylesheets/global/_utilities.scss */
.pad-4 {
  padding: 4em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-top-4 {
  margin-top: 4em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-top-4 {
  padding-top: 4em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-bottom-4 {
  margin-bottom: 4em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-bottom-4 {
  padding-bottom: 4em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-left-4 {
  margin-left: 4em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-left-4 {
  padding-left: 4em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-right-4 {
  margin-right: 4em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-right-4 {
  padding-right: 4em !important;
}

/* line 194, app/assets/stylesheets/global/_utilities.scss */
.space-above-5 {
  margin-top: 5em !important;
}

/* line 198, app/assets/stylesheets/global/_utilities.scss */
.space-below-5 {
  margin-bottom: 5em !important;
}

/* line 202, app/assets/stylesheets/global/_utilities.scss */
.space-5 {
  margin: 5em !important;
}

/* line 206, app/assets/stylesheets/global/_utilities.scss */
.pad-5 {
  padding: 5em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-top-5 {
  margin-top: 5em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-top-5 {
  padding-top: 5em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-bottom-5 {
  margin-bottom: 5em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-bottom-5 {
  padding-bottom: 5em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-left-5 {
  margin-left: 5em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-left-5 {
  padding-left: 5em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-right-5 {
  margin-right: 5em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-right-5 {
  padding-right: 5em !important;
}

/* line 194, app/assets/stylesheets/global/_utilities.scss */
.space-above-6 {
  margin-top: 6em !important;
}

/* line 198, app/assets/stylesheets/global/_utilities.scss */
.space-below-6 {
  margin-bottom: 6em !important;
}

/* line 202, app/assets/stylesheets/global/_utilities.scss */
.space-6 {
  margin: 6em !important;
}

/* line 206, app/assets/stylesheets/global/_utilities.scss */
.pad-6 {
  padding: 6em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-top-6 {
  margin-top: 6em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-top-6 {
  padding-top: 6em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-bottom-6 {
  margin-bottom: 6em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-bottom-6 {
  padding-bottom: 6em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-left-6 {
  margin-left: 6em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-left-6 {
  padding-left: 6em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-right-6 {
  margin-right: 6em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-right-6 {
  padding-right: 6em !important;
}

/* line 194, app/assets/stylesheets/global/_utilities.scss */
.space-above-7 {
  margin-top: 7em !important;
}

/* line 198, app/assets/stylesheets/global/_utilities.scss */
.space-below-7 {
  margin-bottom: 7em !important;
}

/* line 202, app/assets/stylesheets/global/_utilities.scss */
.space-7 {
  margin: 7em !important;
}

/* line 206, app/assets/stylesheets/global/_utilities.scss */
.pad-7 {
  padding: 7em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-top-7 {
  margin-top: 7em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-top-7 {
  padding-top: 7em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-bottom-7 {
  margin-bottom: 7em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-bottom-7 {
  padding-bottom: 7em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-left-7 {
  margin-left: 7em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-left-7 {
  padding-left: 7em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-right-7 {
  margin-right: 7em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-right-7 {
  padding-right: 7em !important;
}

/* line 194, app/assets/stylesheets/global/_utilities.scss */
.space-above-8 {
  margin-top: 8em !important;
}

/* line 198, app/assets/stylesheets/global/_utilities.scss */
.space-below-8 {
  margin-bottom: 8em !important;
}

/* line 202, app/assets/stylesheets/global/_utilities.scss */
.space-8 {
  margin: 8em !important;
}

/* line 206, app/assets/stylesheets/global/_utilities.scss */
.pad-8 {
  padding: 8em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-top-8 {
  margin-top: 8em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-top-8 {
  padding-top: 8em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-bottom-8 {
  margin-bottom: 8em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-bottom-8 {
  padding-bottom: 8em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-left-8 {
  margin-left: 8em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-left-8 {
  padding-left: 8em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-right-8 {
  margin-right: 8em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-right-8 {
  padding-right: 8em !important;
}

/* line 194, app/assets/stylesheets/global/_utilities.scss */
.space-above-9 {
  margin-top: 9em !important;
}

/* line 198, app/assets/stylesheets/global/_utilities.scss */
.space-below-9 {
  margin-bottom: 9em !important;
}

/* line 202, app/assets/stylesheets/global/_utilities.scss */
.space-9 {
  margin: 9em !important;
}

/* line 206, app/assets/stylesheets/global/_utilities.scss */
.pad-9 {
  padding: 9em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-top-9 {
  margin-top: 9em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-top-9 {
  padding-top: 9em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-bottom-9 {
  margin-bottom: 9em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-bottom-9 {
  padding-bottom: 9em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-left-9 {
  margin-left: 9em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-left-9 {
  padding-left: 9em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-right-9 {
  margin-right: 9em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-right-9 {
  padding-right: 9em !important;
}

/* line 194, app/assets/stylesheets/global/_utilities.scss */
.space-above-10 {
  margin-top: 10em !important;
}

/* line 198, app/assets/stylesheets/global/_utilities.scss */
.space-below-10 {
  margin-bottom: 10em !important;
}

/* line 202, app/assets/stylesheets/global/_utilities.scss */
.space-10 {
  margin: 10em !important;
}

/* line 206, app/assets/stylesheets/global/_utilities.scss */
.pad-10 {
  padding: 10em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-top-10 {
  margin-top: 10em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-top-10 {
  padding-top: 10em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-bottom-10 {
  margin-bottom: 10em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-bottom-10 {
  padding-bottom: 10em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-left-10 {
  margin-left: 10em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-left-10 {
  padding-left: 10em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-right-10 {
  margin-right: 10em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-right-10 {
  padding-right: 10em !important;
}

/* line 194, app/assets/stylesheets/global/_utilities.scss */
.space-above-11 {
  margin-top: 11em !important;
}

/* line 198, app/assets/stylesheets/global/_utilities.scss */
.space-below-11 {
  margin-bottom: 11em !important;
}

/* line 202, app/assets/stylesheets/global/_utilities.scss */
.space-11 {
  margin: 11em !important;
}

/* line 206, app/assets/stylesheets/global/_utilities.scss */
.pad-11 {
  padding: 11em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-top-11 {
  margin-top: 11em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-top-11 {
  padding-top: 11em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-bottom-11 {
  margin-bottom: 11em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-bottom-11 {
  padding-bottom: 11em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-left-11 {
  margin-left: 11em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-left-11 {
  padding-left: 11em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-right-11 {
  margin-right: 11em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-right-11 {
  padding-right: 11em !important;
}

/* line 194, app/assets/stylesheets/global/_utilities.scss */
.space-above-12 {
  margin-top: 12em !important;
}

/* line 198, app/assets/stylesheets/global/_utilities.scss */
.space-below-12 {
  margin-bottom: 12em !important;
}

/* line 202, app/assets/stylesheets/global/_utilities.scss */
.space-12 {
  margin: 12em !important;
}

/* line 206, app/assets/stylesheets/global/_utilities.scss */
.pad-12 {
  padding: 12em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-top-12 {
  margin-top: 12em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-top-12 {
  padding-top: 12em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-bottom-12 {
  margin-bottom: 12em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-bottom-12 {
  padding-bottom: 12em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-left-12 {
  margin-left: 12em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-left-12 {
  padding-left: 12em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-right-12 {
  margin-right: 12em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-right-12 {
  padding-right: 12em !important;
}

/* line 194, app/assets/stylesheets/global/_utilities.scss */
.space-above-13 {
  margin-top: 13em !important;
}

/* line 198, app/assets/stylesheets/global/_utilities.scss */
.space-below-13 {
  margin-bottom: 13em !important;
}

/* line 202, app/assets/stylesheets/global/_utilities.scss */
.space-13 {
  margin: 13em !important;
}

/* line 206, app/assets/stylesheets/global/_utilities.scss */
.pad-13 {
  padding: 13em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-top-13 {
  margin-top: 13em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-top-13 {
  padding-top: 13em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-bottom-13 {
  margin-bottom: 13em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-bottom-13 {
  padding-bottom: 13em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-left-13 {
  margin-left: 13em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-left-13 {
  padding-left: 13em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-right-13 {
  margin-right: 13em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-right-13 {
  padding-right: 13em !important;
}

/* line 194, app/assets/stylesheets/global/_utilities.scss */
.space-above-14 {
  margin-top: 14em !important;
}

/* line 198, app/assets/stylesheets/global/_utilities.scss */
.space-below-14 {
  margin-bottom: 14em !important;
}

/* line 202, app/assets/stylesheets/global/_utilities.scss */
.space-14 {
  margin: 14em !important;
}

/* line 206, app/assets/stylesheets/global/_utilities.scss */
.pad-14 {
  padding: 14em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-top-14 {
  margin-top: 14em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-top-14 {
  padding-top: 14em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-bottom-14 {
  margin-bottom: 14em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-bottom-14 {
  padding-bottom: 14em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-left-14 {
  margin-left: 14em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-left-14 {
  padding-left: 14em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-right-14 {
  margin-right: 14em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-right-14 {
  padding-right: 14em !important;
}

/* line 194, app/assets/stylesheets/global/_utilities.scss */
.space-above-15 {
  margin-top: 15em !important;
}

/* line 198, app/assets/stylesheets/global/_utilities.scss */
.space-below-15 {
  margin-bottom: 15em !important;
}

/* line 202, app/assets/stylesheets/global/_utilities.scss */
.space-15 {
  margin: 15em !important;
}

/* line 206, app/assets/stylesheets/global/_utilities.scss */
.pad-15 {
  padding: 15em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-top-15 {
  margin-top: 15em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-top-15 {
  padding-top: 15em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-bottom-15 {
  margin-bottom: 15em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-bottom-15 {
  padding-bottom: 15em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-left-15 {
  margin-left: 15em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-left-15 {
  padding-left: 15em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-right-15 {
  margin-right: 15em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-right-15 {
  padding-right: 15em !important;
}

/* line 194, app/assets/stylesheets/global/_utilities.scss */
.space-above-16 {
  margin-top: 16em !important;
}

/* line 198, app/assets/stylesheets/global/_utilities.scss */
.space-below-16 {
  margin-bottom: 16em !important;
}

/* line 202, app/assets/stylesheets/global/_utilities.scss */
.space-16 {
  margin: 16em !important;
}

/* line 206, app/assets/stylesheets/global/_utilities.scss */
.pad-16 {
  padding: 16em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-top-16 {
  margin-top: 16em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-top-16 {
  padding-top: 16em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-bottom-16 {
  margin-bottom: 16em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-bottom-16 {
  padding-bottom: 16em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-left-16 {
  margin-left: 16em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-left-16 {
  padding-left: 16em !important;
}

/* line 211, app/assets/stylesheets/global/_utilities.scss */
.space-right-16 {
  margin-right: 16em !important;
}

/* line 215, app/assets/stylesheets/global/_utilities.scss */
.pad-right-16 {
  padding-right: 16em !important;
}

/* line 221, app/assets/stylesheets/global/_utilities.scss */
.row.form .columns {
  padding: 0 .25em !important;
}

/* line 225, app/assets/stylesheets/global/_utilities.scss */
.border-right {
  border-right: 1px solid #c8c8c8;
}

/* line 229, app/assets/stylesheets/global/_utilities.scss */
.border-200 {
  border: 1px solid #c8c8c8 !important;
}

/******************************************************
** Margins
******************************************************/
/* line 238, app/assets/stylesheets/global/_utilities.scss */
.margin-horz-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/******************************************************
** Box styling
******************************************************/
/* line 247, app/assets/stylesheets/global/_utilities.scss */
.radius {
  border-radius: 4px;
}

/******************************************************
** Shapes
******************************************************/
/* line 257, app/assets/stylesheets/global/_utilities.scss */
.circle-metric {
  width: 15rem;
  height: 15rem;
  text-align: center;
  border-radius: 50%;
  border: 2px dotted white;
}

/* line 265, app/assets/stylesheets/global/_utilities.scss */
.circle-metric i {
  font-size: 5rem;
}

/* line 269, app/assets/stylesheets/global/_utilities.scss */
.circle-metric-description {
  padding: 2rem 1rem;
  line-height: 1.2;
}

/* line 274, app/assets/stylesheets/global/_utilities.scss */
.arrow-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid white;
}

/* line 282, app/assets/stylesheets/global/_utilities.scss */
.arrow-down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid white;
}

/* line 290, app/assets/stylesheets/global/_utilities.scss */
.arrow-right {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid white;
}

/* line 299, app/assets/stylesheets/global/_utilities.scss */
.arrow-left {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid white;
}

/* line 307, app/assets/stylesheets/global/_utilities.scss */
.chevron-down {
  position: absolute;
  margin: auto;
  top: -70px;
  left: 0;
  right: 0;
  width: 137px;
  height: 137px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-right: 5px solid white;
  border-bottom: 5px solid white;
}

/* line 332, app/assets/stylesheets/global/_utilities.scss */
[class*="block-grid-"] {
  display: block;
  margin: 0 0.75rem;
  padding: 0;
}

/* line 339, app/assets/stylesheets/global/_utilities.scss */
[class*="block-grid-"] .block-grid-item {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0.75rem;
  height: auto;
  float: left;
  list-style: none;
}

/* line 350, app/assets/stylesheets/global/_utilities.scss */
.wide[class*="block-grid-"] .block-grid-item {
  padding: 0.25rem;
}

/* line 359, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-1 > .block-grid-item {
  width: 100%;
}

/* line 364, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

/* line 367, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
  clear: both;
}

/* line 359, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-2 > .block-grid-item {
  width: 50%;
}

/* line 364, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

/* line 367, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
  clear: both;
}

/* line 359, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-3 > .block-grid-item {
  width: 33.3333333333%;
}

/* line 364, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

/* line 367, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
  clear: both;
}

/* line 359, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-4 > .block-grid-item {
  width: 25%;
}

/* line 364, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

/* line 367, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
  clear: both;
}

/* line 359, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-5 > .block-grid-item {
  width: 20%;
}

/* line 364, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

/* line 367, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
  clear: both;
}

/* line 359, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-6 > .block-grid-item {
  width: 16.6666666667%;
}

/* line 364, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

/* line 367, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
  clear: both;
}

/* line 359, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-7 > .block-grid-item {
  width: 14.2857142857%;
}

/* line 364, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

/* line 367, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
  clear: both;
}

/* line 359, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-8 > .block-grid-item {
  width: 12.5%;
}

/* line 364, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

/* line 367, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
  clear: both;
}

/* line 359, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-9 > .block-grid-item {
  width: 11.1111111111%;
}

/* line 364, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

/* line 367, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
  clear: both;
}

/* line 359, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-10 > .block-grid-item {
  width: 10%;
}

/* line 364, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

/* line 367, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
  clear: both;
}

/* line 359, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-11 > .block-grid-item {
  width: 9.0909090909%;
}

/* line 364, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

/* line 367, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
  clear: both;
}

/* line 359, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-12 > .block-grid-item {
  width: 8.3333333333%;
}

/* line 364, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

/* line 367, app/assets/stylesheets/global/_utilities.scss */
.block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
  clear: both;
}

@media (min-width: 576px) {
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-1 > .block-grid-item {
    width: 100%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-2 > .block-grid-item {
    width: 50%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-3 > .block-grid-item {
    width: 33.3333333333%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-4 > .block-grid-item {
    width: 25%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-5 > .block-grid-item {
    width: 20%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-6 > .block-grid-item {
    width: 16.6666666667%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-7 > .block-grid-item {
    width: 14.2857142857%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-8 > .block-grid-item {
    width: 12.5%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-9 > .block-grid-item {
    width: 11.1111111111%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-10 > .block-grid-item {
    width: 10%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-11 > .block-grid-item {
    width: 9.0909090909%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-12 > .block-grid-item {
    width: 8.3333333333%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}

@media (min-width: 768px) {
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-1 > .block-grid-item {
    width: 100%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-2 > .block-grid-item {
    width: 50%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-3 > .block-grid-item {
    width: 33.3333333333%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-4 > .block-grid-item {
    width: 25%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-5 > .block-grid-item {
    width: 20%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-6 > .block-grid-item {
    width: 16.6666666667%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-7 > .block-grid-item {
    width: 14.2857142857%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-8 > .block-grid-item {
    width: 12.5%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-9 > .block-grid-item {
    width: 11.1111111111%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-10 > .block-grid-item {
    width: 10%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-11 > .block-grid-item {
    width: 9.0909090909%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-12 > .block-grid-item {
    width: 8.3333333333%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-md-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-1 > .block-grid-item {
    width: 100%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-2 > .block-grid-item {
    width: 50%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-3 > .block-grid-item {
    width: 33.3333333333%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-4 > .block-grid-item {
    width: 25%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-5 > .block-grid-item {
    width: 20%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-6 > .block-grid-item {
    width: 16.6666666667%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-7 > .block-grid-item {
    width: 14.2857142857%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-8 > .block-grid-item {
    width: 12.5%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-9 > .block-grid-item {
    width: 11.1111111111%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-10 > .block-grid-item {
    width: 10%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-11 > .block-grid-item {
    width: 9.0909090909%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-12 > .block-grid-item {
    width: 8.3333333333%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}

@media (min-width: 1400px) {
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-1 > .block-grid-item {
    width: 100%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-2 > .block-grid-item {
    width: 50%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-3 > .block-grid-item {
    width: 33.3333333333%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-4 > .block-grid-item {
    width: 25%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-5 > .block-grid-item {
    width: 20%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-6 > .block-grid-item {
    width: 16.6666666667%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-7 > .block-grid-item {
    width: 14.2857142857%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-8 > .block-grid-item {
    width: 12.5%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-9 > .block-grid-item {
    width: 11.1111111111%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-10 > .block-grid-item {
    width: 10%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-11 > .block-grid-item {
    width: 9.0909090909%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-12 > .block-grid-item {
    width: 8.3333333333%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xl-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}

@media (min-width: 1800px) {
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-1 > .block-grid-item {
    width: 100%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-2 > .block-grid-item {
    width: 50%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-3 > .block-grid-item {
    width: 33.3333333333%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-4 > .block-grid-item {
    width: 25%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-5 > .block-grid-item {
    width: 20%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-6 > .block-grid-item {
    width: 16.6666666667%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-7 > .block-grid-item {
    width: 14.2857142857%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-8 > .block-grid-item {
    width: 12.5%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-9 > .block-grid-item {
    width: 11.1111111111%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-10 > .block-grid-item {
    width: 10%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-11 > .block-grid-item {
    width: 9.0909090909%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 359, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-12 > .block-grid-item {
    width: 8.3333333333%;
  }
  /* line 364, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  /* line 367, app/assets/stylesheets/global/_utilities.scss */
  .block-grid-xxl-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}

/* line 4, app/assets/stylesheets/_material_ui.scss */
.btn.btn-boolean {
  color: #7d7d7d !important;
  background-color: white;
  border-color: #7d7d7d !important;
  padding: 0.5rem 1rem;
}

/* line 12, app/assets/stylesheets/_material_ui.scss */
.btn.btn-boolean:hover, .btn.btn-boolean:focus, .btn.btn-boolean:active, .btn.btn-boolean.active {
  color: white !important;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
  background-image: none;
}

/* line 22, app/assets/stylesheets/_material_ui.scss */
.btn.btn-boolean.disabled, .btn.btn-boolean[disabled] {
  color: black;
  background-color: white;
  border-color: #7d7d7d;
  cursor: not-allowed;
}

/* line 29, app/assets/stylesheets/_material_ui.scss */
.btn.btn-boolean.disabled:active, .btn.btn-boolean[disabled]:active {
  color: white !important;
  background-color: white;
  border-color: #7d7d7d;
}

/* line 38, app/assets/stylesheets/_material_ui.scss */
.btn {
  display: inline-block;
  padding: 0.75em 1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

@media (max-width: 575.98px) {
  /* line 38, app/assets/stylesheets/_material_ui.scss */
  .btn {
    display: inline-block;
    margin: 0.25rem 0rem;
  }
}

/* line 46, app/assets/stylesheets/_material_ui.scss */
.btn a {
  text-decoration: none;
}

/* line 71, app/assets/stylesheets/_material_ui.scss */
.btn.btn-default, .btn.default {
  background-color: var(--bs-gray-600);
  color: white;
}

/* line 76, app/assets/stylesheets/_material_ui.scss */
.btn.btn-default:hover, .btn.default:hover {
  color: white !important;
  background-color: #b0b0b0;
}

/* line 82, app/assets/stylesheets/_material_ui.scss */
.btn.hollow {
  color: #646464 !important;
  background-color: transparent;
  border: 1px solid #b0b0b0;
  box-shadow: none;
}

/* line 89, app/assets/stylesheets/_material_ui.scss */
.btn.hollow:hover {
  color: white !important;
  background-color: #4a4a4a;
}

/* line 95, app/assets/stylesheets/_material_ui.scss */
.btn.small {
  font-size: .75em !important;
}

/* line 99, app/assets/stylesheets/_material_ui.scss */
.btn.tiny {
  font-size: .75em;
  padding: 0.775em;
  vertical-align: top;
}

/* line 105, app/assets/stylesheets/_material_ui.scss */
.btn.success {
  background-color: green;
}

/* line 108, app/assets/stylesheets/_material_ui.scss */
.btn.success:hover {
  color: white !important;
  background-color: #006700;
}

/* line 114, app/assets/stylesheets/_material_ui.scss */
.btn.destructive {
  background-color: red;
}

/* line 117, app/assets/stylesheets/_material_ui.scss */
.btn.destructive:hover {
  color: white !important;
  background-color: #990000;
}

/* line 123, app/assets/stylesheets/_material_ui.scss */
.btn.fullwidth {
  display: inline-block;
  min-width: 100%;
}

/* line 128, app/assets/stylesheets/_material_ui.scss */
.btn i.glyphicon {
  color: white !important;
}

/* line 132, app/assets/stylesheets/_material_ui.scss */
.btn.disabled, .btn[disabled] {
  cursor: not-allowed;
  opacity: 0.25;
}

/* line 139, app/assets/stylesheets/_material_ui.scss */
.btn.disabled:active, .btn[disabled]:active {
  pointer-events: none;
}

/* line 153, app/assets/stylesheets/_material_ui.scss */
.form-switch .form-check-input {
  font-size: 2.2rem;
  margin-left: 0;
}

/* line 157, app/assets/stylesheets/_material_ui.scss */
.form-switch .form-check-input.toggle {
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
  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");
  height: 3rem !important;
  width: 5rem;
}

/* line 164, app/assets/stylesheets/_material_ui.scss */
.form-switch .form-check-input.toggle:checked {
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}

/* line 172, app/assets/stylesheets/_material_ui.scss */
.form-check-input[type="checkbox"],
.form-check-input[type="radio"] {
  margin-top: 0.6rem;
}

/* line 176, app/assets/stylesheets/_material_ui.scss */
.form-check-input[type="checkbox"] + label,
.form-check-input[type="radio"] + label {
  margin-top: 0.5rem;
}

/* line 182, app/assets/stylesheets/_material_ui.scss */
.btn-sm .bi, .btn-group-sm > .btn .bi {
  font-size: unset;
  line-height: unset;
}

/* line 187, app/assets/stylesheets/_material_ui.scss */
.btn-sm .spinner-border-sm, .btn-group-sm > .btn .spinner-border-sm {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
}

/* line 203, app/assets/stylesheets/_material_ui.scss */
.br-0 {
  border-radius: 0 !important;
}

/* line 210, app/assets/stylesheets/_material_ui.scss */
.form-floating .form-control,
.form-floating .form-select {
  height: 7rem;
  padding: 4rem 0.75rem 0.5rem;
}

/* line 216, app/assets/stylesheets/_material_ui.scss */
.form-floating textarea.form-control {
  padding-top: 5.5rem !important;
  line-height: 1.3;
  min-height: 14rem;
}

/* line 222, app/assets/stylesheets/_material_ui.scss */
.form-floating .form-select {
  height: 7rem;
  padding: 4rem 0.75rem 0.5rem;
}

/* line 226, app/assets/stylesheets/_material_ui.scss */
.form-floating .form-select ~ label::after {
  position: unset;
}

/* line 231, app/assets/stylesheets/_material_ui.scss */
.form-floating label {
  line-height: 1.2;
  font-size: 1.5rem;
}

/* line 236, app/assets/stylesheets/_material_ui.scss */
.form-floating textarea + label {
  text-overflow: none;
  white-space: normal;
}

/* line 241, app/assets/stylesheets/_material_ui.scss */
.form-floating textarea.form-control:not(:-moz-placeholder-shown) + label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.form-floating textarea.form-control:not(:placeholder-shown) + label, .form-floating textarea:focus + label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

/* line 250, app/assets/stylesheets/_material_ui.scss */
.form-floating .form-control:not(:-moz-placeholder-shown) label, .form-floating .form-select:not(:-moz-placeholder-shown) label {
  font-size: 1em;
}
.form-floating .form-control:not(:placeholder-shown) label,
.form-floating .form-select:not(:placeholder-shown) label {
  font-size: 1em;
}

/* line 259, app/assets/stylesheets/_material_ui.scss */
.form-floating select.empty + label {
  opacity: 1;
  transform: none;
}

/* line 268, app/assets/stylesheets/_material_ui.scss */
.form-floating select + label .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65) !important;
  overflow: visible;
  text-wrap: auto;
}
.form-floating > .form-control ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating select + label .form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65) !important;
  overflow: visible;
  text-wrap: auto;
}

/* line 279, app/assets/stylesheets/_material_ui.scss */
.form-control.disabled {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 284, app/assets/stylesheets/_material_ui.scss */
label.floating {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(-4rem);
}

/* line 289, app/assets/stylesheets/_material_ui.scss */
span.small {
  color: rgba(33, 37, 41, 0.65);
}

/* line 293, app/assets/stylesheets/_material_ui.scss */
sup {
  opacity: 0.65;
  transform: translateY(-0.5rem);
}

/* line 299, app/assets/stylesheets/_material_ui.scss */
.form-floating span.form-control.file {
  padding-top: 2.3rem;
}

/* line 304, app/assets/stylesheets/_material_ui.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: relative;
  inset: unset;
  opacity: 1;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
  position: relative;
  inset: unset;
  opacity: 1;
}

/* line 310, app/assets/stylesheets/_material_ui.scss */
.form-floating label::after {
  position: relative !important;
  inset: unset !important;
  opacity: 1;
}

/* line 322, app/assets/stylesheets/_material_ui.scss */
.autocomplete-input {
  min-height: 3em;
}

/* line 326, app/assets/stylesheets/_material_ui.scss */
.btn .spinner-border-sm {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}

/* line 5, app/assets/stylesheets/_main.scss */
.form-floating input[type="datetime"]::-webkit-calendar-picker-indicator,
.form-floating input[type="datetime-local"]::-webkit-calendar-picker-indicator,
.form-floating input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 1rem;
  margin-right: 1rem;
}

/* line 13, app/assets/stylesheets/_main.scss */
.form-floating input::-webkit-datetime-edit {
  position: relative;
  left: 1rem;
}

/* line 18, app/assets/stylesheets/_main.scss */
.form-floating input::-webkit-datetime-edit-fields-wrapper {
  position: relative;
  left: 1rem;
}

/* line 24, app/assets/stylesheets/_main.scss */
.text-positive {
  color: #007aff;
}

/* line 28, app/assets/stylesheets/_main.scss */
.bg-positive {
  background-color: #007aff;
}

/* line 32, app/assets/stylesheets/_main.scss */
.btn-positive {
  color: white;
  background-color: #007aff;
}

/* line 37, app/assets/stylesheets/_main.scss */
.text-negative {
  color: #f05d2a;
}

/* line 41, app/assets/stylesheets/_main.scss */
.bg-negative {
  background-color: #f05d2a;
}

/* line 45, app/assets/stylesheets/_main.scss */
.btn-negative {
  color: white;
  background-color: #f05d2a;
}

/* line 52, app/assets/stylesheets/_main.scss */
.attribute-grid .attribute-header {
  margin-top: 2rem;
  font-size: 1.75rem;
  font-weight: bold;
  color: var(--bs-gray-800);
}

/* line 59, app/assets/stylesheets/_main.scss */
.attribute-grid .attribute-value {
  font-size: 1.5rem;
}

/* line 65, app/assets/stylesheets/_main.scss */
.tab-navigator .tab-activator-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}

/* line 72, app/assets/stylesheets/_main.scss */
.tab-navigator .tab-activator-list .tab-activator {
  cursor: pointer;
  font-size: 2rem;
  color: var(--bs-gray-600);
  padding: 0 2.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.5rem solid transparent;
  display: flex;
  align-items: center;
}

/* line 83, app/assets/stylesheets/_main.scss */
.tab-navigator .tab-activator-list .tab-activator.active {
  color: var(--bs-gray-700);
  border-bottom: 0.5rem solid var(--primary);
}

/* line 88, app/assets/stylesheets/_main.scss */
.tab-navigator .tab-activator-list .tab-activator.metric:after {
  content: attr(data-metric);
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 50%;
  background-color: var(--bs-gray-200);
  color: black;
  width: 2.75rem;
  height: 2.75rem;
  margin-left: 0.5rem;
  line-height: 2.75rem;
  text-align: center;
}

/* line 104, app/assets/stylesheets/_main.scss */
.tab-navigator .tab-container {
  display: none;
}

/* line 107, app/assets/stylesheets/_main.scss */
.tab-navigator .tab-container.active {
  display: block;
}

/* line 117, app/assets/stylesheets/_main.scss */
body.modal-open .modal {
  display: flex !important;
}

/* line 120, app/assets/stylesheets/_main.scss */
body.modal-open .modal .modal-dialog {
  width: 100%;
  margin: auto;
}

/* line 129, app/assets/stylesheets/_main.scss */
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 136, app/assets/stylesheets/_main.scss */
.modal-dialog.modal-xlg {
  width: 90vw;
  max-width: unset;
}

/* line 141, app/assets/stylesheets/_main.scss */
#animated_paper_nav {
  padding: 25px;
}

/* line 145, app/assets/stylesheets/_main.scss */
.breadcrumb {
  padding: 8px 0;
  background-color: transparent;
}

/* line 149, app/assets/stylesheets/_main.scss */
.breadcrumb li {
  color: #7d7d7d;
}

@media (max-width: 575.98px) {
  /* line 156, app/assets/stylesheets/_main.scss */
  .breadcrumb > li + li:before {
    content: '-';
  }
  /* line 160, app/assets/stylesheets/_main.scss */
  .breadcrumb li {
    display: block;
    min-width: 100%;
    margin-bottom: 0.25rem;
    overflow-wrap: break-word;
  }
}

/* line 170, app/assets/stylesheets/_main.scss */
.dropdown-menu {
  --bs-dropdown-font-size: 1.25rem;
}

/* line 176, app/assets/stylesheets/_main.scss */
ul.bulleted {
  list-style: initial;
  padding: 0 0 0 1.25em;
}

/* line 182, app/assets/stylesheets/_main.scss */
i.glyphicon {
  color: #c8c8c8;
}

/* line 186, app/assets/stylesheets/_main.scss */
.underlined {
  text-decoration: underline;
}

/* line 190, app/assets/stylesheets/_main.scss */
.content-container {
  min-height: calc(100vh - 250px);
}

/* line 194, app/assets/stylesheets/_main.scss */
.fullpage-container {
  padding: 0 10%;
}

/* line 199, app/assets/stylesheets/_main.scss */
.insights-container .profile-image {
  height: 7rem;
  width: 7rem;
}

/* line 205, app/assets/stylesheets/_main.scss */
.profile-image {
  height: 4.5rem;
  width: 4.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

/* line 213, app/assets/stylesheets/_main.scss */
.activity-list {
  border: 1px solid #e1e1e1;
  min-height: 27em;
}

/* line 218, app/assets/stylesheets/_main.scss */
.activity-list .activity-list-item {
  padding: 0.75em;
  transition: .2s all ease;
}

/* line 231, app/assets/stylesheets/_main.scss */
.activity-list .activity-list-item.hoverable:hover {
  background: #646464;
  color: white;
}

/* line 236, app/assets/stylesheets/_main.scss */
.activity-list .activity-list-item .activity-list-header {
  font-weight: bold;
}

/* line 240, app/assets/stylesheets/_main.scss */
.activity-list .activity-list-item .activity-list-avatar {
  float: left;
  margin-right: 1em;
}

/* line 247, app/assets/stylesheets/_main.scss */
.activity-list .activity-list-item .activity-list-detail .username {
  display: block;
}

/* line 252, app/assets/stylesheets/_main.scss */
.activity-list .activity-list-item .activity-list-detail .activity-item {
  margin-right: 0.5em;
}

@media (max-width: 575.98px) {
  /* line 259, app/assets/stylesheets/_main.scss */
  .activity-title {
    overflow-wrap: break-word;
  }
}

/* line 266, app/assets/stylesheets/_main.scss */
.activity-attribute {
  margin-right: 0.5em;
}

/* line 270, app/assets/stylesheets/_main.scss */
.activity-description {
  margin-top: 0.2em;
}

/* line 274, app/assets/stylesheets/_main.scss */
.absolute {
  position: absolute;
}

/* line 283, app/assets/stylesheets/_main.scss */
#main {
  padding-top: 2rem;
}

/* line 306, app/assets/stylesheets/_main.scss */
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* line 311, app/assets/stylesheets/_main.scss */
a {
  color: #646464;
  --bs-link-hover-color: var(--grey-dark);
}

/* line 316, app/assets/stylesheets/_main.scss */
a:hover {
  text-decoration: none;
}

/* line 321, app/assets/stylesheets/_main.scss */
a.underlined {
  text-decoration: underline;
}

/* line 326, app/assets/stylesheets/_main.scss */
a label:hover {
  opacity: 0.5;
  cursor: pointer;
}

/* line 342, app/assets/stylesheets/_main.scss */
.dropdown-menu.dropdown-menu-dark li a {
  color: white;
}

/* line 359, app/assets/stylesheets/_main.scss */
.tile-icon {
  font-size: 2.5rem;
  vertical-align: middle;
  display: inline;
}

/* line 371, app/assets/stylesheets/_main.scss */
.tile-content {
  line-height: 1;
}

/* line 374, app/assets/stylesheets/_main.scss */
.tile-content label.metric {
  margin: 0.25em 0.25em .25em 0;
  font-weight: bolder;
  font-family: 'Courier New', Courier;
}

/* line 384, app/assets/stylesheets/_main.scss */
.tile-header {
  min-height: 2em;
  font-size: 12.5px;
}

/* line 391, app/assets/stylesheets/_main.scss */
.progress {
  min-height: 2.5rem;
}

/* line 392, app/assets/stylesheets/_main.scss */
.progress, .progress .progress-bar {
  box-shadow: none;
  font-size: 0.8em;
}

/* line 402, app/assets/stylesheets/_main.scss */
.panel {
  background-color: white;
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* line 412, app/assets/stylesheets/_main.scss */
.panel .panel-heading * {
  display: inline;
}

/* line 420, app/assets/stylesheets/_main.scss */
.panel.panel-inverted {
  border-color: #7d7d7d;
}

/* line 423, app/assets/stylesheets/_main.scss */
.panel.panel-inverted > .panel-heading {
  color: white !important;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}

/* line 436, app/assets/stylesheets/_main.scss */
.svg-icon {
  float: left;
  display: inline-block;
  vertical-align: top;
  background: var(--primary);
}

/* line 442, app/assets/stylesheets/_main.scss */
.svg-icon.inline {
  height: 2.5em;
  width: 2.5em;
  margin-right: 0.5em;
}

@media (max-width: 575.98px) {
  /* line 436, app/assets/stylesheets/_main.scss */
  .svg-icon {
    height: 2em;
    width: 2em;
    margin-right: 0.5em;
  }
}

@media (min-width: 576px) {
  /* line 436, app/assets/stylesheets/_main.scss */
  .svg-icon {
    height: 4em;
    width: 4em;
    margin-right: 1em;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -2rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -1rem, 0);
  }
}

/* line 489, app/assets/stylesheets/_main.scss */
form .user-categorizer {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

/* line 499, app/assets/stylesheets/_main.scss */
form .show-for-selected-only {
  display: block;
  transition: all 500ms ease;
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}

/* line 506, app/assets/stylesheets/_main.scss */
form .show-for-selected-only.invisible {
  display: none;
  animation-name: fadeOutUp;
  height: 0rem;
  max-height: 0rem;
  margin: 0;
}

/* line 527, app/assets/stylesheets/_main.scss */
.collapse-list-container {
  min-width: 100%;
}

/* line 530, app/assets/stylesheets/_main.scss */
.collapse-list-container.tab-content-compensate {
  width: -moz-fit-content;
  width: fit-content;
}

/* line 534, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-container {
  margin-bottom: 1em;
  transition: height 500ms ease;
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  padding: 1rem 0rem 0rem 0rem;
  white-space: nowrap;
}

/* line 547, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-container.none-found-message {
  font-size: 1.25em;
  margin: 1.75em 0;
}

/* line 553, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-container.invisible {
  animation-name: fadeOutUp;
  display: flex;
  padding: 0;
  margin: 0;
  height: 0;
  max-height: 0;
}

/* line 568, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-container .panel-body {
  padding: 2rem 0rem 2rem 2rem;
  display: flex;
}

/* line 575, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-title {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  max-width: calc(100% - 12rem - 16.5rem);
}

@media (max-width: 575.98px) {
  /* line 575, app/assets/stylesheets/_main.scss */
  .collapse-list-container .collapse-item-title {
    overflow: initial;
    max-width: calc(100% - 20rem - 2rem);
  }
}

/* line 587, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-title .line {
  display: block;
}

/* line 591, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-title .item-icon {
  float: left;
  display: inline-block;
  vertical-align: top;
  background: var(--primary);
}

@media (max-width: 575.98px) {
  /* line 591, app/assets/stylesheets/_main.scss */
  .collapse-list-container .collapse-item-title .item-icon {
    height: 2em;
    width: 2em;
    margin-right: 0.5em;
  }
  /* line 598, app/assets/stylesheets/_main.scss */
  .collapse-list-container .collapse-item-title .item-icon.avatar-image {
    background: none;
    border-radius: 100%;
  }
}

@media (min-width: 576px) {
  /* line 591, app/assets/stylesheets/_main.scss */
  .collapse-list-container .collapse-item-title .item-icon {
    height: 4.5em;
    width: 4.5em;
    margin-right: 2em;
  }
}

/* line 615, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-title .identifier {
  font-weight: bold;
  float: left;
  padding: 0 1rem;
  margin: 0;
  color: var(--grey-medium);
  width: 14rem;
  max-width: 15rem;
}

/* line 625, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-title .title-container {
  float: left;
  padding: 0 0 0 2rem;
  width: 100%;
  max-width: calc(100% - 12rem - 9em);
}

/* line 631, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-title .title-container .title {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.75rem;
  font-weight: bold;
  color: var(--primary);
  white-space: initial;
  line-height: 1.2;
}

/* line 643, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-title .title-container .attributes {
  display: block;
  margin-top: 1rem;
}

/* line 647, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-title .title-container .attributes .attribute {
  color: var(--grey-medium);
  margin-right: 1rem;
  max-width: 50%;
  width: 45%;
  display: none;
}

@media (min-width: 576px) {
  /* line 647, app/assets/stylesheets/_main.scss */
  .collapse-list-container .collapse-item-title .title-container .attributes .attribute {
    display: inline-block;
  }
}

/* line 662, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-summary {
  float: right;
}

/* line 665, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-summary .collapse-status {
  padding: 0.5rem 1rem;
  background: #646464;
  color: white;
  text-align: center;
  display: inline-block !important;
}

/* line 678, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-summary .collapse-status.in-progress {
  background: #f28500;
}

/* line 682, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-summary .collapse-status.positive {
  background: green;
}

/* line 686, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-summary .collapse-status.negative {
  background: red;
}

@media (min-width: 576px) {
  /* line 665, app/assets/stylesheets/_main.scss */
  .collapse-list-container .collapse-summary .collapse-status {
    width: 20rem;
    font-size: 1.5rem;
  }
}

/* line 698, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-data {
  overflow: hidden;
}

@media (min-width: 576px) {
  /* line 698, app/assets/stylesheets/_main.scss */
  .collapse-list-container .collapse-item-data {
    float: left;
    width: calc(100% - 20rem);
    border-right: 1px solid #bebebe;
    margin-right: -1px;
  }
}

/* line 709, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon-grouping {
  display: inline-block;
  min-height: 12rem;
  height: 12rem;
  max-height: 12rem;
}

/* line 715, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon-grouping .summary-data-connectors,
.collapse-list-container .collapse-item-icon-grouping .summary-data {
  position: relative;
  text-align: center;
}

/* line 725, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon-grouping .summary-data {
  color: #212121;
  margin-bottom: 0.5em;
}

/* line 730, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon-grouping .summary-data-connectors {
  height: 0.5em;
  border-left: 1px solid #646464;
  border-top: 1px solid #646464;
  border-right: 1px solid #646464;
}

/* line 736, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon-grouping .summary-data-connectors:before {
  content: '|';
  position: absolute;
  overflow: hidden;
  height: 0.75em;
  top: -0.75em;
  color: #646464;
}

/* line 746, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon-grouping .collapse-item-icon {
  min-height: 10.5rem;
  height: 10.5rem;
  max-height: 10.5rem;
}

/* line 752, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon-grouping.inverted {
  background: var(--primary);
  border-radius: 1rem;
  padding: 1rem;
  min-height: 18rem;
  height: 18rem;
  max-height: 18rem;
}

/* line 761, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon-grouping.inverted .color-primary, .collapse-list-container .collapse-item-icon-grouping.inverted * {
  color: white !important;
}

/* line 765, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon-grouping.inverted .summary-data {
  color: white;
}

/* line 769, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon-grouping.inverted .summary-data-connectors {
  width: 94%;
  margin-left: 3%;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid white;
}

/* line 778, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon-grouping.inverted .summary-data-connectors:before {
  color: white;
}

/* line 785, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon {
  position: relative;
  display: inline-block;
  min-width: 12rem;
  width: 12rem;
  max-width: 12rem;
  min-height: 12rem;
  height: 12rem;
  max-height: 12rem;
  vertical-align: top;
  border-radius: 20%;
  text-align: center;
  border: 2px solid #bebebe;
  background-color: #ebebeb;
}

/* line 805, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon:has(img) {
  overflow: hidden;
}

/* line 810, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon.fullwidth {
  width: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/* line 815, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon.hollow {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

/* line 821, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon .text-header {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  top: -1.7em;
}

/* line 830, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon .text-info {
  padding: 1em;
  color: #323232 !important;
  line-height: 1.2;
}

/* line 835, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon .text-info .metric {
  font-size: 2.75em;
  font-weight: bold;
}

/* line 840, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon .text-info.date {
  font-weight: bold;
}

/* line 843, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon .text-info.date .month {
  font-size: 2.75em;
}

/* line 847, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon .text-info.date .day {
  font-size: 2.25em;
}

/* line 853, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 860, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-metrics {
  display: inline-block;
  position: relative;
  margin-left: 1rem;
  white-space: normal;
  width: 100%;
}

@media (min-width: 576px) {
  /* line 860, app/assets/stylesheets/_main.scss */
  .collapse-list-container .collapse-item-metrics {
    width: calc(100% - 3rem - 12rem);
  }
}

/* line 873, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-metrics .detail-bars {
  height: 100%;
  width: 100%;
  position: relative;
  display: inline-block;
}

@media (max-width: 575.98px) {
  /* line 873, app/assets/stylesheets/_main.scss */
  .collapse-list-container .collapse-item-metrics .detail-bars {
    margin: 2em 0;
  }
}

/* line 884, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-metrics .detail {
  height: 100%;
}

/* line 888, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-metrics .detail.threshold-container {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: calc(100% - 1.75em);
}

/* line 898, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-metrics .detail.threshold-container .progress {
  display: block;
  height: 100%;
  overflow: visible;
}

/* line 903, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-metrics .detail.threshold-container .progress .threshold-text {
  font-size: 11px;
  padding: 0.5em 1em;
  width: -moz-max-content;
  width: max-content;
  transform: translate3d(calc(-100% + 2px), 0, 0);
  line-height: 0.75;
  background: #323232;
  color: white;
}

/* line 913, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-metrics .detail.threshold-container .progress .threshold-line {
  width: 2px;
  background: #323232;
}

/* line 924, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-metrics .detail .progress-label {
  min-width: 5em;
  width: 5em;
  margin-right: 1rem;
  float: left;
}

/* line 931, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-metrics .detail .progress-value {
  float: left;
  min-width: 2.5em;
  width: 2.5em;
  vertical-align: middle;
  margin-right: 0.75rem;
  text-align: center;
}

/* line 940, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-metrics .detail .progress {
  float: left;
  position: relative;
  margin: 0;
  width: calc(100% - 8rem - 4rem - 2rem);
  background: none;
}

/* line 951, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-metrics .detail .progress .progress-bar {
  height: 1.75em;
  font-size: 1em;
  background-color: #bebebe;
}

/* line 956, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-metrics .detail .progress .progress-bar.progress-default {
  background-color: #bebebe;
}

/* line 960, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-metrics .detail .progress .progress-bar.progress-primary {
  background-color: var(--primary);
}

/* line 964, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-metrics .detail .progress .progress-bar.progress-secondary {
  background-color: var(--secondary);
}

/* line 972, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-actions {
  margin: 0;
  padding: 0;
}

/* line 976, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-actions .item-action-header {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

/* line 998, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-actions .item-action-button {
  display: block;
  padding: 0;
  background: none;
  border: none;
  font-size: 1.35rem;
  color: var(--primary);
  text-decoration: none;
}

/* line 1008, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-actions .item-action-button:hover {
  text-decoration: underline;
}

/* line 1012, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-actions .item-action-button.call-to-action {
  margin-bottom: 0.5rem;
  width: 16rem;
  padding: 0.5em;
  border-radius: 0.5rem;
  background: var(--primary);
  font-weight: normal;
  text-align: center;
  color: white;
}

/* line 1023, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-actions .item-action-button.call-to-action.disabled {
  background-color: lightgray;
  color: white !important;
  cursor: not-allowed;
}

/* line 1029, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-actions .item-action-button.call-to-action:hover {
  text-decoration: none;
  background: var(--primary-lighter);
}

@media (min-width: 576px) {
  /* line 972, app/assets/stylesheets/_main.scss */
  .collapse-list-container .collapse-item-actions {
    float: left;
    margin: 0 auto;
    padding: 0.5rem 1em;
    display: inline-block;
    width: 20rem;
    vertical-align: top;
    text-align: right;
    border-left: 1px solid #bebebe;
  }
  /* line 1050, app/assets/stylesheets/_main.scss */
  .collapse-list-container .collapse-item-actions .item-action-button {
    margin-left: auto;
    width: 17rem;
    text-align: right;
    white-space: initial;
  }
}

/* line 1059, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-associated-attributes {
  width: 100%;
}

/* line 1069, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-associated-attributes .associated-attribute {
  float: left;
}

/* line 1074, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-associated-attributes .associated-attribute .venue-info {
  float: left;
  width: calc(100% - 2rem);
}

/* line 1079, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-associated-attributes .associated-attribute .venue-info .formatted {
  white-space: normal;
}

/* line 1084, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-associated-attributes .associated-attribute .associated-attribute-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

/* line 1089, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-item-associated-attributes .associated-attribute .associated-attribute-title.bordered {
  border-bottom: 2px solid #969696;
}

@media (max-width: 575.98px) {
  /* line 1096, app/assets/stylesheets/_main.scss */
  .collapse-list-container .collapse-item-associated-attributes .associated-attribute {
    margin-bottom: 4rem;
  }
}

/* line 1106, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-clickers .expand-all, .collapse-list-container .collapse-clickers .collapse-all, .collapse-list-container .collapse-clickers .sort, .collapse-list-container .collapse-clickers .filter {
  cursor: pointer;
}

/* line 1109, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-clickers .expand-all:hover, .collapse-list-container .collapse-clickers .collapse-all:hover, .collapse-list-container .collapse-clickers .sort:hover, .collapse-list-container .collapse-clickers .filter:hover {
  color: var(--primary);
}

/* line 1114, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-clickers .expand-all, .collapse-list-container .collapse-clickers .collapse-all {
  color: var(--primary);
}

/* line 1118, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-clickers .collapse-clicker-header {
  display: inline-block;
  margin-top: 0.25em;
  margin-right: 0.25em;
  width: 2.5em;
  font-size: 1.2em;
}

/* line 1126, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-clickers .collapse-clicker-sorters,
.collapse-list-container .collapse-clickers .collapse-clicker-filters {
  margin: 1em 0;
}

/* line 1141, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-clickers .sort, .collapse-list-container .collapse-clickers .filter {
  color: var(--grey-dark);
  padding: 0.5em;
  text-align: center;
  border-radius: 0.5rem;
  border: 1px solid var(--primary);
  color: var(--primary);
}

/* line 1156, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-clickers .sort[data-sort-direction] {
  color: white;
  background: var(--primary);
}

/* line 1160, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-clickers .sort[data-sort-direction]:before {
  content: '\2193';
  margin-left: 0;
  margin-right: 0.5em;
}

/* line 1168, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-clickers .sort[data-sort-direction='desc']:before {
  content: '\2193';
}

/* line 1172, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-clickers .sort[data-sort-direction='asc']:before {
  content: '\2191';
}

/* line 1179, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-clickers .filter.active {
  color: white;
  background: var(--primary);
  border-radius: 0.5rem;
}

/* line 1186, app/assets/stylesheets/_main.scss */
.collapse-list-container .collapse-clickers .spacer {
  margin: 0.25rem 0rem;
}

/* line 1192, app/assets/stylesheets/_main.scss */
.collapse-list-container .banner-status-text .label {
  display: block;
  width: 100%;
  padding: 1rem;
}

/* line 1201, app/assets/stylesheets/_main.scss */
.cursor-pointer:hover {
  opacity: 0.5;
  cursor: pointer;
}

/* line 1204, app/assets/stylesheets/_main.scss */
.cursor-pointer:hover:after, .cursor-pointer:hover:before {
  opacity: 1;
}

/* line 1212, app/assets/stylesheets/_main.scss */
.collapse-container {
  margin: 0;
  border: none;
}

/* line 1216, app/assets/stylesheets/_main.scss */
.collapse-container .panel-heading:before {
  content: '\25bc';
  color: #646464;
  transition: all 100ms ease;
  margin: 0 1rem;
}

/* line 1225, app/assets/stylesheets/_main.scss */
.collapse-container.expanded .panel-heading:before {
  transform: rotate(180deg);
}

/* line 1232, app/assets/stylesheets/_main.scss */
.collapse-container .collapse-trigger {
  padding: 0.5rem 0;
  min-height: 2.5rem;
  cursor: pointer;
  padding-left: 0;
  background: none;
}

/* line 1240, app/assets/stylesheets/_main.scss */
.collapse-container .collapse-trigger .collapse-icon {
  float: left;
  margin-right: 1rem;
}

/* line 1249, app/assets/stylesheets/_main.scss */
.notification.badge {
  position: absolute;
  top: -20px;
  right: -2px;
  /* padding: 0.5em; */
  height: 3.5em;
  width: 3.5em;
  border-radius: 50%;
  line-height: 3em;
}

/* line 1260, app/assets/stylesheets/_main.scss */
.status-tiles small, .status-tiles .small {
  font-size: 70%;
}

/* line 1264, app/assets/stylesheets/_main.scss */
.alert-badge {
  background-color: #ED2730;
}

/* line 1275, app/assets/stylesheets/_main.scss */
.notification-label {
  font-size: 1.25em;
  color: white !important;
  font-weight: normal;
}

/* line 1282, app/assets/stylesheets/_main.scss */
.inverted * {
  color: white !important;
}

/* line 1286, app/assets/stylesheets/_main.scss */
.inverted,
.inverted h1,
.inverted .h1, .inverted h2, .inverted .h2, .inverted h3, .inverted .h3, .inverted h4, .inverted .h4, .inverted h5, .inverted .h5, .inverted h6, .inverted .h6,
.inverted p, .inverted i {
  margin: 0;
  color: white !important;
}

/* line 1293, app/assets/stylesheets/_main.scss */
.inverted .panel {
  border-radius: 1rem;
  border: none;
  color: white !important;
  background: #7d7d7d;
}

/* line 1300, app/assets/stylesheets/_main.scss */
.inverted .panel .jumbo {
  font-size: 5rem;
}

/* line 1305, app/assets/stylesheets/_main.scss */
.inverted .progress {
  background-color: white;
}

/* line 1310, app/assets/stylesheets/_main.scss */
.inverted .progress.circular:after {
  border-color: white;
}

/* line 1317, app/assets/stylesheets/_main.scss */
.inverted .big-progress {
  background-color: white;
}

/* line 1322, app/assets/stylesheets/_main.scss */
.inverted .big-progress.circular:after {
  border-color: white;
}

/* line 1332, app/assets/stylesheets/_main.scss */
.event-widget .event-detail {
  word-break: break-all;
  color: #4b4b4b;
}

/* line 1341, app/assets/stylesheets/_main.scss */
.mini-forms form {
  display: inline;
}

/* line 1346, app/assets/stylesheets/_main.scss */
.required::after,
.required-prefixed::before {
  content: '*' !important;
  color: var(--bs-danger);
  margin-right: 0.5rem;
  font-size: 2.25rem;
  font-weight: 700;
}

/* line 1355, app/assets/stylesheets/_main.scss */
.ms-0.required::after,
.ms-0.required-prefixed::before {
  margin-left: 0rem;
  font-size: 1.5rem;
}

/* line 1362, app/assets/stylesheets/_main.scss */
form {
  clear: both;
}

/* line 1365, app/assets/stylesheets/_main.scss */
form .row {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  /* line 1370, app/assets/stylesheets/_main.scss */
  form .row {
    margin-bottom: 2rem;
  }
}

/* line 1375, app/assets/stylesheets/_main.scss */
form h1, form .h1 {
  text-transform: uppercase;
  margin: 3em 0 1em 0;
}

/* line 1380, app/assets/stylesheets/_main.scss */
form h1:first-of-type, form .h1:first-of-type {
  margin: 0 0 1em 0;
}

/* line 1384, app/assets/stylesheets/_main.scss */
form label {
  font-size: 1em;
}

/* line 1389, app/assets/stylesheets/_main.scss */
form #form_errors ul {
  list-style: initial;
  margin: 0 0 0 1em;
}

/* line 1393, app/assets/stylesheets/_main.scss */
form #form_errors ul li {
  margin: 0 0 0 1em;
}

/* line 1399, app/assets/stylesheets/_main.scss */
form .input-address {
  width: calc(100% - 3em);
}

/* line 1405, app/assets/stylesheets/_main.scss */
.form-box {
  display: inline-block;
  margin-right: 3rem;
}

/* line 1410, app/assets/stylesheets/_main.scss */
.field_with_errors {
  display: inherit;
}

/* line 1423, app/assets/stylesheets/_main.scss */
.form-check-input {
  border: var(--bs-border-width) solid var(--bs-gray-500);
}

/* line 1428, app/assets/stylesheets/_main.scss */
textarea {
  min-height: 10em;
}

/* line 1431, app/assets/stylesheets/_main.scss */
textarea.form-control {
  min-height: 10em;
}

/* line 1435, app/assets/stylesheets/_main.scss */
textarea.thin {
  min-height: 1em;
  height: 2.5em;
}

/* line 1441, app/assets/stylesheets/_main.scss */
.activity-labels {
  float: right;
}

/* line 1443, app/assets/stylesheets/_main.scss */
.activity-labels .activity-label-item {
  margin-left: 1em;
  padding: 0.5em;
}

/* line 1453, app/assets/stylesheets/_main.scss */
input.error {
  border: 1px solid red;
  background: #fff0f0;
}

/* line 1459, app/assets/stylesheets/_main.scss */
.autocomplete-container.error .selectize-input {
  border: 1px solid red !important;
  background: #fff0f0 !important;
}

/* line 1465, app/assets/stylesheets/_main.scss */
label.error-label {
  color: red;
  font-weight: normal;
  margin-top: 0.25em;
}

/* line 1479, app/assets/stylesheets/_main.scss */
.optional-selectbox input[type='text'] {
  display: none;
}

/* line 1484, app/assets/stylesheets/_main.scss */
.optional-selectbox.option-active input[type='text'] {
  display: block;
}

/* line 1490, app/assets/stylesheets/_main.scss */
.shortcut-buttons-flatpickr-button {
  border: none;
  background: none;
  color: var(--primary);
  margin: 1rem;
}

/* line 1498, app/assets/stylesheets/_main.scss */
input[type='number'] {
  max-width: 10rem;
}

/* line 1502, app/assets/stylesheets/_main.scss */
input[type='datetime-local'],
input[type='datetime'] {
  max-width: 20em;
}

/* line 1507, app/assets/stylesheets/_main.scss */
input.flatpickr-input {
  width: 24rem;
  padding: 0.5em 1em;
  float: left;
  margin-right: 0.5rem;
}

/* line 1513, app/assets/stylesheets/_main.scss */
input.flatpickr-input[readonly] {
  background-color: transparent;
}

/* line 1517, app/assets/stylesheets/_main.scss */
input.flatpickr-input[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  color: var(--grey-medium) !important;
}

/* line 1524, app/assets/stylesheets/_main.scss */
.input-timezone-label {
  font-size: 85%;
  vertical-align: sub;
}

/* line 1529, app/assets/stylesheets/_main.scss */
input[type='radio'],
input[type='checkbox'] {
  font-size: initial;
  margin-right: 0.25rem;
}

/* line 1534, app/assets/stylesheets/_main.scss */
input[type='radio'] + label,
input[type='checkbox'] + label {
  margin-right: 1.5em;
}

/* line 1540, app/assets/stylesheets/_main.scss */
.input-group label.btn {
  margin-right: unset;
  padding: 0.9rem;
  font-size: 1.1rem;
}

/* line 1544, app/assets/stylesheets/_main.scss */
.input-group label.btn:first-of-type:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: var(--bs-btn-border-radius);
  border-bottom-left-radius: var(--bs-btn-border-radius);
}

/* line 1549, app/assets/stylesheets/_main.scss */
.input-group:hover {
  opacity: 1 !important;
}

/* line 1554, app/assets/stylesheets/_main.scss */
fieldset.is-invalid .invalid-feedback {
  display: block;
}

/* line 1558, app/assets/stylesheets/_main.scss */
.btn-danger, .btn-success, .btn-warning {
  color: white;
}

/* line 1560, app/assets/stylesheets/_main.scss */
.btn-file {
  position: relative;
  padding: 0.5em 1em;
}

/* line 1569, app/assets/stylesheets/_main.scss */
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
  width: 100%;
}

/* line 1591, app/assets/stylesheets/_main.scss */
.file-thumbnail {
  float: left;
}

/* line 1601, app/assets/stylesheets/_main.scss */
fieldset[disabled] input {
  opacity: 0.75;
  cursor: not-allowed;
}

/* line 1609, app/assets/stylesheets/_main.scss */
fieldset[disabled] .btn.undisable {
  pointer-events: initial;
  cursor: pointer;
  filter: initial;
  opacity: initial;
  box-shadow: initial;
}

/* line 1706, app/assets/stylesheets/_main.scss */
.grid-item-label {
  position: absolute;
  top: -0.7rem;
  right: -0.5rem;
  font-size: 1.2rem;
  z-index: 1;
}

/* line 1717, app/assets/stylesheets/_main.scss */
.thumbnail-gallery .gallery-item-row {
  margin: 0;
  width: 100%;
  padding: 0.5rem 0;
}

/* line 1722, app/assets/stylesheets/_main.scss */
.thumbnail-gallery .gallery-item-row img {
  width: 5rem;
}

/* line 1726, app/assets/stylesheets/_main.scss */
.thumbnail-gallery .gallery-item-row .title {
  background: #7d7d7d;
  color: white;
  padding: 0.5em;
  font-weight: normal;
  letter-spacing: 0.05em;
}

/* line 1734, app/assets/stylesheets/_main.scss */
.thumbnail-gallery .gallery-item-row .gallery-item {
  width: 100%;
  border: 1px solid #cacaca;
  padding: 1.5rem;
}

/* line 1739, app/assets/stylesheets/_main.scss */
.thumbnail-gallery .gallery-item-row .gallery-item input[type='radio'],
.thumbnail-gallery .gallery-item-row .gallery-item input[type='checkbox'] {
  margin-bottom: 1em;
}

/* line 1745, app/assets/stylesheets/_main.scss */
.thumbnail-gallery .gallery-item-row .gallery-item .item-attribute {
  position: absolute;
  bottom: 1.2em;
  right: 1.2em;
}

/* line 1754, app/assets/stylesheets/_main.scss */
.thumbnail-gallery .block-grid-item {
  word-wrap: break-word;
  padding: 1em;
}

/* line 1758, app/assets/stylesheets/_main.scss */
.thumbnail-gallery .block-grid-item img {
  width: 100%;
}

/* line 1762, app/assets/stylesheets/_main.scss */
.thumbnail-gallery .block-grid-item .grid-item-label {
  top: 0.7rem;
}

/* line 1766, app/assets/stylesheets/_main.scss */
.thumbnail-gallery .block-grid-item .gallery-item {
  width: 100%;
  border: 1px solid #7d7d7d;
  padding: 0.5rem;
}

/* line 1771, app/assets/stylesheets/_main.scss */
.thumbnail-gallery .block-grid-item .gallery-item input[type='radio'],
.thumbnail-gallery .block-grid-item .gallery-item input[type='checkbox'] {
  margin-bottom: 1em;
}

/* line 1777, app/assets/stylesheets/_main.scss */
.thumbnail-gallery .block-grid-item .gallery-item .item-attribute {
  position: absolute;
  bottom: 1.2em;
  right: 1.2em;
}

/* line 1792, app/assets/stylesheets/_main.scss */
footer.background-color-primary * {
  color: white;
}

/* line 1797, app/assets/stylesheets/_main.scss */
footer {
  margin-top: 2em;
  min-height: 3em;
  border-top: 0.25em solid;
  padding: .25em 0;
}

/* line 1805, app/assets/stylesheets/_main.scss */
footer .copyright p {
  color: #b1b1b1;
}

/* line 1810, app/assets/stylesheets/_main.scss */
footer .site-link {
  margin-left: 1em;
}

/* line 1813, app/assets/stylesheets/_main.scss */
footer .site-link p {
  font-size: 1em;
}

@media (max-width: 575.98px) {
  /* line 1821, app/assets/stylesheets/_main.scss */
  footer .copyright p,
footer .site-link p {
    font-size: 1rem;
  }
  /* line 1826, app/assets/stylesheets/_main.scss */
  footer .copyright {
    display: block;
    margin: 2rem auto;
    width: 100vw;
  }
  /* line 1831, app/assets/stylesheets/_main.scss */
  footer .copyright img {
    width: 90vw;
    height: auto;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  /* line 1841, app/assets/stylesheets/_main.scss */
  footer .copyright,
footer .site-link {
    margin: 0;
    display: inline-block;
  }
  /* line 1846, app/assets/stylesheets/_main.scss */
  footer .copyright p,
footer .site-link p {
    font-size: 0.8em;
  }
  /* line 1850, app/assets/stylesheets/_main.scss */
  footer .copyright img,
footer .site-link img {
    width: auto;
    height: 50px;
    margin: 1rem 0;
  }
}

/* line 1860, app/assets/stylesheets/_main.scss */
.fixed-callout {
  position: fixed;
  top: 8rem;
  padding: 1rem 2rem;
  width: 100%;
  background: #323232;
  z-index: 1050;
  left: 0;
}

/* line 1869, app/assets/stylesheets/_main.scss */
.fixed-callout * {
  color: white;
}

/* line 1889, app/assets/stylesheets/_main.scss */
.progress.circular {
  width: 2.5vw;
  height: 2.5vw;
  background: transparent;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

/* line 1898, app/assets/stylesheets/_main.scss */
.progress.circular:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1909, app/assets/stylesheets/_main.scss */
.progress.circular > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

/* line 1918, app/assets/stylesheets/_main.scss */
.progress.circular .progress-left {
  left: 0;
}

/* line 1922, app/assets/stylesheets/_main.scss */
.progress.circular .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  top: 0;
}

/* line 1933, app/assets/stylesheets/_main.scss */
.progress.circular .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 1.25vw;
  border-bottom-right-radius: 1.25vw;
  border-left: 0;
  transform-origin: center left;
}

/* line 1943, app/assets/stylesheets/_main.scss */
.progress.circular .progress-right {
  right: 0;
}

/* line 1946, app/assets/stylesheets/_main.scss */
.progress.circular .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 1.25vw;
  border-bottom-left-radius: 1.25vw;
  border-right: 0;
  transform-origin: center right;
}

/* line 1957, app/assets/stylesheets/_main.scss */
.progress.circular .progress-value {
  border-radius: 50%;
  background: transparent;
  color: white;
  text-align: center;
  line-height: 2.5vw;
}

/* line 1973, app/assets/stylesheets/_main.scss */
.upload-container {
  position: relative;
}

/* line 1977, app/assets/stylesheets/_main.scss */
.upload-container img {
  width: 100%;
}

/* line 1981, app/assets/stylesheets/_main.scss */
.upload-container .upload-message {
  display: none;
}

/* line 1986, app/assets/stylesheets/_main.scss */
.upload-container.has-preview .upload-message {
  position: absolute;
  padding: 1em;
  font-size: 1.5em;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  color: black;
}

/* line 2000, app/assets/stylesheets/_main.scss */
.upload-container .preview img {
  width: 100%;
  max-width: 10rem;
  margin: 1rem;
  margin-right: 1em;
  border: 1px solid #e1e1e1;
}

/* line 2032, app/assets/stylesheets/_main.scss */
.gmaps {
  padding: 1em 0;
  height: 100%;
  width: 100%;
}

/* line 2037, app/assets/stylesheets/_main.scss */
.gmaps iframe {
  width: 100%;
}

/* line 2042, app/assets/stylesheets/_main.scss */
.chart {
  width: auto;
  position: relative;
}

/* line 2046, app/assets/stylesheets/_main.scss */
.chart .highcharts-label-container {
  text-align: right;
  margin-top: -1.5em;
}

/* line 2050, app/assets/stylesheets/_main.scss */
.chart .highcharts-label-container .highcharts-image {
  height: 4.5em;
  margin-bottom: 0.5em;
  border-radius: 50%;
}

/* line 2058, app/assets/stylesheets/_main.scss */
.tile-container {
  padding: 1rem 1.5rem;
  line-height: 1.2;
}

/* line 2063, app/assets/stylesheets/_main.scss */
.tile {
  padding: 1rem 2rem;
}

/* line 2066, app/assets/stylesheets/_main.scss */
.tile.sidebar {
  padding: 2rem 2rem 2rem 0rem;
}

/* line 2070, app/assets/stylesheets/_main.scss */
.tile .metric {
  font-weight: bold;
  line-height: 1.25;
  color: #4b4b4b;
}

/* line 2075, app/assets/stylesheets/_main.scss */
.tile .metric .number {
  font-size: 6rem;
}

/* line 2079, app/assets/stylesheets/_main.scss */
.tile .metric.danger {
  color: red;
}

/* line 2086, app/assets/stylesheets/_main.scss */
.callout-banner {
  position: fixed;
  background: white;
  top: 30vh;
  margin: 0 auto;
  padding: 3rem 0;
  left: 0;
  right: 0;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  z-index: 1000;
}

/* This for loop creates the  necessary css animation names
Due to the split circle of progress-left and progress right, we must use the animations on each side.
*/
/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="1"] .progress-right .progress-bar {
  animation: loading-1 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="1"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="2"] .progress-right .progress-bar {
  animation: loading-2 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="2"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="3"] .progress-right .progress-bar {
  animation: loading-3 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="3"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="4"] .progress-right .progress-bar {
  animation: loading-4 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="4"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="5"] .progress-right .progress-bar {
  animation: loading-5 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="5"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="6"] .progress-right .progress-bar {
  animation: loading-6 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="6"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="7"] .progress-right .progress-bar {
  animation: loading-7 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="7"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="8"] .progress-right .progress-bar {
  animation: loading-8 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="8"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="9"] .progress-right .progress-bar {
  animation: loading-9 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="9"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-10 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="11"] .progress-right .progress-bar {
  animation: loading-11 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="11"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="12"] .progress-right .progress-bar {
  animation: loading-12 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="12"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="13"] .progress-right .progress-bar {
  animation: loading-13 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="13"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="14"] .progress-right .progress-bar {
  animation: loading-14 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="14"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="15"] .progress-right .progress-bar {
  animation: loading-15 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="15"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="16"] .progress-right .progress-bar {
  animation: loading-16 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="16"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="17"] .progress-right .progress-bar {
  animation: loading-17 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="17"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="18"] .progress-right .progress-bar {
  animation: loading-18 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="18"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="19"] .progress-right .progress-bar {
  animation: loading-19 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="19"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-20 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="21"] .progress-right .progress-bar {
  animation: loading-21 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="21"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="22"] .progress-right .progress-bar {
  animation: loading-22 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="22"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="23"] .progress-right .progress-bar {
  animation: loading-23 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="23"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="24"] .progress-right .progress-bar {
  animation: loading-24 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="24"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="25"] .progress-right .progress-bar {
  animation: loading-25 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="25"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="26"] .progress-right .progress-bar {
  animation: loading-26 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="26"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="27"] .progress-right .progress-bar {
  animation: loading-27 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="27"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="28"] .progress-right .progress-bar {
  animation: loading-28 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="28"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="29"] .progress-right .progress-bar {
  animation: loading-29 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="29"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-30 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="31"] .progress-right .progress-bar {
  animation: loading-31 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="31"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="32"] .progress-right .progress-bar {
  animation: loading-32 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="32"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="33"] .progress-right .progress-bar {
  animation: loading-33 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="33"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="34"] .progress-right .progress-bar {
  animation: loading-34 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="34"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="35"] .progress-right .progress-bar {
  animation: loading-35 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="35"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="36"] .progress-right .progress-bar {
  animation: loading-36 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="36"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="37"] .progress-right .progress-bar {
  animation: loading-37 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="37"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="38"] .progress-right .progress-bar {
  animation: loading-38 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="38"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="39"] .progress-right .progress-bar {
  animation: loading-39 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="39"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-40 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="41"] .progress-right .progress-bar {
  animation: loading-41 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="41"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="42"] .progress-right .progress-bar {
  animation: loading-42 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="42"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="43"] .progress-right .progress-bar {
  animation: loading-43 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="43"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="44"] .progress-right .progress-bar {
  animation: loading-44 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="44"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="45"] .progress-right .progress-bar {
  animation: loading-45 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="45"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="46"] .progress-right .progress-bar {
  animation: loading-46 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="46"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="47"] .progress-right .progress-bar {
  animation: loading-47 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="47"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="48"] .progress-right .progress-bar {
  animation: loading-48 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="48"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="49"] .progress-right .progress-bar {
  animation: loading-49 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="49"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2108, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2111, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="51"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="51"] .progress-left .progress-bar {
  animation: loading-1 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="52"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="52"] .progress-left .progress-bar {
  animation: loading-2 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="53"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="53"] .progress-left .progress-bar {
  animation: loading-3 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="54"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="54"] .progress-left .progress-bar {
  animation: loading-4 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="55"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="55"] .progress-left .progress-bar {
  animation: loading-5 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="56"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="56"] .progress-left .progress-bar {
  animation: loading-6 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="57"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="57"] .progress-left .progress-bar {
  animation: loading-7 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="58"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="58"] .progress-left .progress-bar {
  animation: loading-8 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="59"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="59"] .progress-left .progress-bar {
  animation: loading-9 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-10 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="61"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="61"] .progress-left .progress-bar {
  animation: loading-11 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="62"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="62"] .progress-left .progress-bar {
  animation: loading-12 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="63"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="63"] .progress-left .progress-bar {
  animation: loading-13 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="64"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="64"] .progress-left .progress-bar {
  animation: loading-14 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="65"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="65"] .progress-left .progress-bar {
  animation: loading-15 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="66"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="66"] .progress-left .progress-bar {
  animation: loading-16 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="67"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="67"] .progress-left .progress-bar {
  animation: loading-17 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="68"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="68"] .progress-left .progress-bar {
  animation: loading-18 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="69"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="69"] .progress-left .progress-bar {
  animation: loading-19 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-20 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="71"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="71"] .progress-left .progress-bar {
  animation: loading-21 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="72"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="72"] .progress-left .progress-bar {
  animation: loading-22 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="73"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="73"] .progress-left .progress-bar {
  animation: loading-23 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="74"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="74"] .progress-left .progress-bar {
  animation: loading-24 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="75"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="75"] .progress-left .progress-bar {
  animation: loading-25 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="76"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="76"] .progress-left .progress-bar {
  animation: loading-26 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="77"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="77"] .progress-left .progress-bar {
  animation: loading-27 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="78"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="78"] .progress-left .progress-bar {
  animation: loading-28 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="79"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="79"] .progress-left .progress-bar {
  animation: loading-29 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-30 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="81"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="81"] .progress-left .progress-bar {
  animation: loading-31 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="82"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="82"] .progress-left .progress-bar {
  animation: loading-32 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="83"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="83"] .progress-left .progress-bar {
  animation: loading-33 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="84"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="84"] .progress-left .progress-bar {
  animation: loading-34 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="85"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="85"] .progress-left .progress-bar {
  animation: loading-35 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="86"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="86"] .progress-left .progress-bar {
  animation: loading-36 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="87"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="87"] .progress-left .progress-bar {
  animation: loading-37 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="88"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="88"] .progress-left .progress-bar {
  animation: loading-38 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="89"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="89"] .progress-left .progress-bar {
  animation: loading-39 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-40 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="91"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="91"] .progress-left .progress-bar {
  animation: loading-41 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="92"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="92"] .progress-left .progress-bar {
  animation: loading-42 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="93"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="93"] .progress-left .progress-bar {
  animation: loading-43 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="94"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="94"] .progress-left .progress-bar {
  animation: loading-44 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="95"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="95"] .progress-left .progress-bar {
  animation: loading-45 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="96"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="96"] .progress-left .progress-bar {
  animation: loading-46 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="97"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="97"] .progress-left .progress-bar {
  animation: loading-47 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="98"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="98"] .progress-left .progress-bar {
  animation: loading-48 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="99"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="99"] .progress-left .progress-bar {
  animation: loading-49 0.5s linear forwards 0.5s;
}

/* line 2117, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

/* line 2120, app/assets/stylesheets/_main.scss */
.progress.circular[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-50 0.5s linear forwards 0.5s;
}

@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(3.6deg);
  }
}

@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(7.2deg);
  }
}

@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10.8deg);
  }
}

@keyframes loading-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(14.4deg);
  }
}

@keyframes loading-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(18deg);
  }
}

@keyframes loading-6 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(21.6deg);
  }
}

@keyframes loading-7 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(25.2deg);
  }
}

@keyframes loading-8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(28.8deg);
  }
}

@keyframes loading-9 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(32.4deg);
  }
}

@keyframes loading-10 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(36deg);
  }
}

@keyframes loading-11 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(39.6deg);
  }
}

@keyframes loading-12 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(43.2deg);
  }
}

@keyframes loading-13 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(46.8deg);
  }
}

@keyframes loading-14 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(50.4deg);
  }
}

@keyframes loading-15 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(54deg);
  }
}

@keyframes loading-16 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(57.6deg);
  }
}

@keyframes loading-17 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(61.2deg);
  }
}

@keyframes loading-18 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(64.8deg);
  }
}

@keyframes loading-19 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(68.4deg);
  }
}

@keyframes loading-20 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(72deg);
  }
}

@keyframes loading-21 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(75.6deg);
  }
}

@keyframes loading-22 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(79.2deg);
  }
}

@keyframes loading-23 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(82.8deg);
  }
}

@keyframes loading-24 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(86.4deg);
  }
}

@keyframes loading-25 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

@keyframes loading-26 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(93.6deg);
  }
}

@keyframes loading-27 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(97.2deg);
  }
}

@keyframes loading-28 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(100.8deg);
  }
}

@keyframes loading-29 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(104.4deg);
  }
}

@keyframes loading-30 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(108deg);
  }
}

@keyframes loading-31 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(111.6deg);
  }
}

@keyframes loading-32 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(115.2deg);
  }
}

@keyframes loading-33 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(118.8deg);
  }
}

@keyframes loading-34 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(122.4deg);
  }
}

@keyframes loading-35 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(126deg);
  }
}

@keyframes loading-36 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(129.6deg);
  }
}

@keyframes loading-37 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(133.2deg);
  }
}

@keyframes loading-38 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(136.8deg);
  }
}

@keyframes loading-39 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(140.4deg);
  }
}

@keyframes loading-40 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(144deg);
  }
}

@keyframes loading-41 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(147.6deg);
  }
}

@keyframes loading-42 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(151.2deg);
  }
}

@keyframes loading-43 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(154.8deg);
  }
}

@keyframes loading-44 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(158.4deg);
  }
}

@keyframes loading-45 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(162deg);
  }
}

@keyframes loading-46 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(165.6deg);
  }
}

@keyframes loading-47 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(169.2deg);
  }
}

@keyframes loading-48 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(172.8deg);
  }
}

@keyframes loading-49 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(176.4deg);
  }
}

@keyframes loading-50 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

/* line 2144, app/assets/stylesheets/_main.scss */
.badge {
  --bs-bg-opacity: 0.9;
  margin-top: 2px;
}

/* line 2150, app/assets/stylesheets/_main.scss */
a.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

/* line 2155, app/assets/stylesheets/_main.scss */
.bi {
  font-size: 1.4em;
  line-height: 1.4em;
}

/* line 2160, app/assets/stylesheets/_main.scss */
.gjs-dashed .row, .gjs-dashed .col {
  min-height: 10em;
}

/* line 2, app/assets/stylesheets/_colors.scss */
.text-grey-medium {
  color: var(--grey-medium);
}

/* line 6, app/assets/stylesheets/_colors.scss */
.bg-grey-medium {
  background-color: var(--grey-medium);
}

/* line 10, app/assets/stylesheets/_colors.scss */
.border-grey-medium {
  border-color: var(--grey-medium);
}

/* line 14, app/assets/stylesheets/_colors.scss */
.bg-grey-light {
  background-color: #f0f0f0;
}

/* line 4, app/assets/stylesheets/_tables.scss */
.table-layout-fixed {
  table-layout: fixed !important;
}

/* line 8, app/assets/stylesheets/_tables.scss */
.font-monospace table tr td,
.font-monospace table tr th {
  border: 1px solid var(--grey-light);
  padding: 0.75rem 1rem;
  font-family: var(--bs-font-monospace) !important;
}

/* line 16, app/assets/stylesheets/_tables.scss */
div.dataTables_processing.panel.panel-default {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  font-size: 5rem;
  text-align: center;
  z-index: 9999;
  color: white;
  padding: 40vh 0 0 0;
  margin: 0;
}

/* line 32, app/assets/stylesheets/_tables.scss */
.spinner-border {
  position: relative;
  top: 0;
  left: 0;
}

/* line 37, app/assets/stylesheets/_tables.scss */
.spinner-border .dataTables_processing {
  margin: auto;
  width: auto;
  opacity: 0.5;
  background: grey;
}

/* line 47, app/assets/stylesheets/_tables.scss */
.selector-table-selected {
  position: relative;
  display: inline-block;
  margin: .5rem .5rem 0 0;
  padding: 0.5rem 3.5rem 0.5rem 1rem;
  border: 1px solid #afafaf;
  font-family: Verdana;
  line-height: 1.2em;
}

/* line 57, app/assets/stylesheets/_tables.scss */
.selector-table-selected input {
  display: none;
}

/* line 61, app/assets/stylesheets/_tables.scss */
.selector-table-selected .bi-x::before {
  line-height: inherit;
}

/* line 65, app/assets/stylesheets/_tables.scss */
.selector-table-selected .selected-remover {
  cursor: pointer;
  position: absolute;
  text-align: center;
  font-size: 2em;
  color: #dc3545;
  line-height: unset;
}

/* line 75, app/assets/stylesheets/_tables.scss */
.dt-table {
  scrollbar-color: black var(--bs-gray-300);
}

/* line 80, app/assets/stylesheets/_tables.scss */
table.table {
  table-layout: auto;
}

/* line 88, app/assets/stylesheets/_tables.scss */
table.table thead th {
  border: none;
  font-weight: normal;
  font-size: 1em;
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: top;
  border-right: 1px solid white;
}

/* line 102, app/assets/stylesheets/_tables.scss */
table.table thead th input, table.table thead th select, table.table thead th option {
  color: black !important;
}

/* line 106, app/assets/stylesheets/_tables.scss */
table.table thead th.integer {
  min-width: 5rem;
  max-width: 40rem;
}

/* line 121, app/assets/stylesheets/_tables.scss */
table.table.table-sm td {
  padding: 0.5rem 1rem !important;
}

/* line 124, app/assets/stylesheets/_tables.scss */
table.table td {
  padding: 0.75rem !important;
  white-space: nowrap;
  word-break: break-word;
  vertical-align: top;
}

/* line 131, app/assets/stylesheets/_tables.scss */
table.table td.wrap {
  white-space: normal;
  max-width: 40rem;
}

/* line 141, app/assets/stylesheets/_tables.scss */
table.table td img {
  max-width: 12em;
}

/* line 147, app/assets/stylesheets/_tables.scss */
.table-row {
  display: block;
}

/* line 150, app/assets/stylesheets/_tables.scss */
.table-row .table-cell {
  display: inline;
  font-size: 1.2em;
  padding: .5rem .5rem;
}

/* line 159, app/assets/stylesheets/_tables.scss */
th .asc .bi-arrow-up {
  color: var(--bs-primary);
}

/* line 163, app/assets/stylesheets/_tables.scss */
th .bi-arrow-down {
  margin-left: -0.4em;
}

/* line 167, app/assets/stylesheets/_tables.scss */
th .desc .bi-arrow-down {
  color: var(--bs-primary);
}

/* line 5, app/assets/stylesheets/_indexes.scss */
.index-list {
  margin: 2rem 0;
}

/* line 8, app/assets/stylesheets/_indexes.scss */
.index-list .label {
  vertical-align: middle;
}

/* line 15, app/assets/stylesheets/_indexes.scss */
.index-list .incompleted::before,
.index-list .completed::before,
.index-list .overdue::before {
  font-size: 2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

/* line 23, app/assets/stylesheets/_indexes.scss */
.index-list .completed {
  color: #5cb85c !important;
}

/* line 26, app/assets/stylesheets/_indexes.scss */
.index-list .completed::before {
  content: '\002714';
}

/* line 39, app/assets/stylesheets/_indexes.scss */
.index-list .incompleted::before {
  color: orange !important;
  content: '\26A0';
}

/* line 45, app/assets/stylesheets/_indexes.scss */
.index-list .overdue {
  color: red !important;
}

/* line 48, app/assets/stylesheets/_indexes.scss */
.index-list .overdue::before {
  content: '\26A0';
}

/* line 53, app/assets/stylesheets/_indexes.scss */
.index-list .index-item {
  position: relative;
  display: inline-block;
  margin-bottom: 4rem;
  width: 100%;
}

/* line 64, app/assets/stylesheets/_indexes.scss */
.index-list .index-item.disabled {
  opacity: 0.5;
}

/* line 83, app/assets/stylesheets/_indexes.scss */
.index-list .index-item .item-avatar .item-number {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

/* line 89, app/assets/stylesheets/_indexes.scss */
.index-list .index-item .item-avatar .item-display-order {
  float: left;
  width: 10rem;
  margin-top: 1.25rem;
  margin-right: 1rem;
}

/* line 96, app/assets/stylesheets/_indexes.scss */
.index-list .index-item .item-avatar img {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 72, app/assets/stylesheets/_indexes.scss */
  .index-list .index-item .item-avatar {
    display: block;
    color: #e1e1e1;
    float: left;
  }
  /* line 106, app/assets/stylesheets/_indexes.scss */
  .index-list .index-item .item-avatar i {
    font-size: 5rem;
  }
  /* line 110, app/assets/stylesheets/_indexes.scss */
  .index-list .index-item .item-avatar img {
    width: 10rem;
    height: auto;
    vertical-align: top;
  }
}

@media (min-width: 768px) {
  /* line 119, app/assets/stylesheets/_indexes.scss */
  .index-list .index-item .item-content {
    margin: 0 2rem;
    float: left;
    width: calc(100% - 10rem - 4rem);
  }
}

/* line 142, app/assets/stylesheets/_indexes.scss */
.index-list .index-item .item-content .item-header {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

/* line 147, app/assets/stylesheets/_indexes.scss */
.index-list .index-item .item-content .item-header a {
  text-decoration: none;
}

/* line 152, app/assets/stylesheets/_indexes.scss */
.index-list .index-item .item-content .item-description {
  font-size: 1.5rem;
}

/* line 159, app/assets/stylesheets/_indexes.scss */
.index-list .index-item .item-content .item-attribute-list .item-attribute {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  margin-right: 2rem;
}

@media (min-width: 768px) {
  /* line 159, app/assets/stylesheets/_indexes.scss */
  .index-list .index-item .item-content .item-attribute-list .item-attribute {
    display: inline;
  }
}

/* line 173, app/assets/stylesheets/_indexes.scss */
.index-list .index-item .item-content .item-attribute-list .item-attribute .label {
  font-size: 1rem;
}

/* line 180, app/assets/stylesheets/_indexes.scss */
.index-list .index-item .item-actions,
.index-list .index-item .admin-actions {
  margin: 1rem;
}

/* line 184, app/assets/stylesheets/_indexes.scss */
.index-list .index-item .item-actions form,
.index-list .index-item .admin-actions form {
  display: inline;
  margin-left: 0.5rem;
}

/* line 189, app/assets/stylesheets/_indexes.scss */
.index-list .index-item .item-actions a,
.index-list .index-item .admin-actions a {
  margin-left: 0.5rem;
}

@media (min-width: 768px) {
  /* line 180, app/assets/stylesheets/_indexes.scss */
  .index-list .index-item .item-actions,
.index-list .index-item .admin-actions {
    position: absolute;
    margin: 0;
    right: 1rem;
  }
}

@media (min-width: 768px) {
  /* line 200, app/assets/stylesheets/_indexes.scss */
  .index-list .index-item .item-actions {
    bottom: 1rem;
  }
  /* line 201, app/assets/stylesheets/_indexes.scss */
  .index-list .index-item .admin-actions {
    top: 1rem;
  }
}

/* line 3, app/assets/stylesheets/_progress_list.scss */
.progress-paginator {
  z-index: 1055;
  padding: 0.75rem 0;
  text-align: center;
  background: white;
  transition: all 0.5s;
}

/* line 10, app/assets/stylesheets/_progress_list.scss */
.progress-paginator .btn {
  min-width: 10rem;
}

/* line 14, app/assets/stylesheets/_progress_list.scss */
.progress-paginator .progress-previous {
  vertical-align: text-top;
  margin: 0;
}

/* line 19, app/assets/stylesheets/_progress_list.scss */
.progress-paginator .progress-next {
  vertical-align: text-top;
  margin: 0;
}

@media (min-width: 768px) {
  /* line 19, app/assets/stylesheets/_progress_list.scss */
  .progress-paginator .progress-next {
    margin-right: 10rem;
  }
}

/* line 28, app/assets/stylesheets/_progress_list.scss */
.progress-paginator #table_of_contents_clicker {
  width: auto;
  min-width: initial;
  max-width: initial;
  height: 3.75rem;
  width: 3.75rem;
  display: inline-block;
  vertical-align: bottom;
  z-index: 2;
}

/* line 41, app/assets/stylesheets/_progress_list.scss */
.progress-paginator #table_of_contents_clicker svg {
  width: 100%;
  height: 100%;
}

/* line 45, app/assets/stylesheets/_progress_list.scss */
.progress-paginator #table_of_contents_clicker svg * {
  fill: var(--grey-medium);
}

/* line 54, app/assets/stylesheets/_progress_list.scss */
.progress-paginator #table_of_contents_clicker:hover svg * {
  fill: var(--primary);
}

/* line 63, app/assets/stylesheets/_progress_list.scss */
.progress-paginator .progress-important-title {
  background: white;
  transition: all 0.25s;
  font-size: 1.5rem;
  padding: 1rem 0;
  opacity: 0;
  visibility: 0;
  width: calc(100% - 10rem);
  margin: 0 auto;
}

/* line 142, app/assets/stylesheets/_progress_list.scss */
.progress-list {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 2;
}

/* line 148, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item {
  padding: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 6rem;
}

/* line 156, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item:not(:last-child) .item-avatar:before {
  content: '';
  position: absolute;
  top: 62%;
  left: 2.75rem;
  height: 1px;
  width: 3.5rem;
  background: #afafaf;
  z-index: -1;
}

/* line 168, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item .progress-item-clicker {
  cursor: pointer;
}

/* line 172, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item .progress-item-title {
  display: none !important;
}

/* line 176, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item .progress-item-activity-type {
  opacity: 0;
  bottom: 0;
  left: calc(50% - 25vw);
  right: 0;
  background: white;
  transition: all 0.25s;
  font-size: 1.5rem;
}

/* line 188, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item .progress-item-activity-type.active {
  opacity: 1;
}

/* line 193, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item .item-header {
  margin-bottom: 0.5em;
  min-height: 1.5em;
}

/* line 198, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item .item-avatar {
  background: white !important;
  position: relative;
  vertical-align: middle;
  opacity: 0.5;
  background: white;
  line-height: 1;
  height: 2.25em;
  width: 2.25em;
  margin: 0 auto;
  margin-bottom: 0.25em;
}

/* line 215, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item .item-avatar i.glyphicon {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1em;
  width: 1em;
}

/* line 226, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item .item-avatar svg {
  height: 100%;
  display: block;
}

/* line 230, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item .item-avatar svg * {
  stroke: var(--grey-dark);
}

/* line 236, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item .item-avatar.highlighted svg {
  height: 100%;
  display: block;
}

/* line 240, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item .item-avatar.highlighted svg * {
  stroke: var(--primary) !important;
}

/* line 248, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item .item-pointer {
  opacity: 0;
  font-size: 2rem;
}

/* line 252, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item .item-pointer.active {
  opacity: 1;
  color: green;
}

/* line 257, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item .item-pointer.selected {
  opacity: 1;
  color: #646464;
}

/* line 263, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item.completed .item-avatar, .progress-list .progress-item.find-completed .item-avatar.completed {
  opacity: 1;
}

/* line 267, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item.completed .item-avatar i.glyphicon, .progress-list .progress-item.find-completed .item-avatar.completed i.glyphicon {
  color: white !important;
}

/* line 271, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item.completed .item-avatar:before, .progress-list .progress-item.find-completed .item-avatar.completed:before {
  content: '\002714';
  color: #646464;
  position: absolute;
  top: -0.2em;
  right: -0.2em;
}

/* line 280, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item.drag-target .item-avatar {
  opacity: 1;
}

/* line 283, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item.drag-target .item-avatar i.glyphicon {
  color: white;
}

/* line 288, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item.static .item-avatar {
  opacity: 1;
  cursor: not-allowed;
}

/* line 292, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item.static .item-avatar svg {
  height: 100%;
  display: block;
}

/* line 296, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item.static .item-avatar svg * {
  stroke: var(--grey-light);
  stroke-width: 4px;
}

/* line 302, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item.static .item-avatar.visitable {
  cursor: pointer;
  opacity: 0.75;
}

/* line 306, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item.static .item-avatar.visitable * {
  stroke: var(--grey-medium);
}

/* line 312, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item.static .item-avatar.visitable:hover svg {
  height: 100%;
  display: block;
}

/* line 316, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item.static .item-avatar.visitable:hover svg * {
  stroke: var(--grey-dark);
}

/* line 324, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item.static .item-avatar.completed {
  cursor: pointer;
}

/* line 327, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item.static .item-avatar.completed * {
  stroke: white !important;
  fill: var(--secondary);
}

/* line 333, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item.static .item-avatar.completed:hover svg {
  height: 100%;
  display: block;
}

/* line 337, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item.static .item-avatar.completed:hover svg * {
  stroke: white !important;
  fill: var(--secondary);
}

/* line 346, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item.find-completed .item-avatar, .progress-list .progress-item.active .item-avatar {
  opacity: 1;
}

/* line 352, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item.upcoming {
  opacity: 0.75;
}

/* line 357, app/assets/stylesheets/_progress_list.scss */
.progress-list .progress-item .item-content {
  word-wrap: break-word;
}

/*! Hint.css - v2.3.2 - 2016-07-28
* http://kushagragour.in/lab/hint/
* Copyright (c) 2016 Kushagra Gour; Licensed  */
/* line 5, app/assets/stylesheets/hint.scss */
[class*=hint--] {
  position: relative;
  display: inline-block;
}

/* line 5, app/assets/stylesheets/hint.scss */
[class*=hint--]:after, [class*=hint--]:before {
  position: absolute;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  transition: .3s ease;
  transition-delay: 0s;
}

/* line 5, app/assets/stylesheets/hint.scss */
[class*=hint--]:hover:after, [class*=hint--]:hover:before {
  visibility: visible;
  opacity: 1;
  transition-delay: .1s;
}

/* line 5, app/assets/stylesheets/hint.scss */
[class*=hint--]:before {
  content: '';
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001;
}

/* line 5, app/assets/stylesheets/hint.scss */
[class*=hint--]:after {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/* line 5, app/assets/stylesheets/hint.scss */
[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

/* line 5, app/assets/stylesheets/hint.scss */
[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

/* line 5, app/assets/stylesheets/hint.scss */
[aria-label='']:after, [aria-label='']:before, [data-hint='']:after, [data-hint='']:before {
  display: none !important;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--top-left:before, .hint--top-right:before, .hint--top:before {
  border-top-color: #383838;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
  border-bottom-color: #383838;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--top:after, .hint--top:before {
  bottom: 100%;
  left: 50%;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--top:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--top:after {
  transform: translateX(-50%);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--top:hover:before {
  transform: translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--top:hover:after {
  transform: translateX(-50%) translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--bottom:after, .hint--bottom:before {
  top: 100%;
  left: 50%;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--bottom:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--bottom:after {
  transform: translateX(-50%);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--bottom:hover:before {
  transform: translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--bottom:hover:after {
  transform: translateX(-50%) translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--right:before {
  border-right-color: #383838;
  margin-left: -11px;
  margin-bottom: -6px;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--right:after {
  margin-bottom: -14px;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--right:after, .hint--right:before {
  left: 100%;
  bottom: 50%;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--right:hover:after, .hint--right:hover:before {
  transform: translateX(8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--left:before {
  border-left-color: #383838;
  margin-right: -11px;
  margin-bottom: -6px;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--left:after {
  margin-bottom: -14px;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--left:after, .hint--left:before {
  right: 100%;
  bottom: 50%;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--left:hover:after, .hint--left:hover:before {
  transform: translateX(-8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--top-left:after, .hint--top-left:before {
  bottom: 100%;
  left: 50%;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--top-left:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--top-left:after {
  transform: translateX(-100%);
  margin-left: 12px;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--top-left:hover:before {
  transform: translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--top-left:hover:after {
  transform: translateX(-100%) translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--top-right:after, .hint--top-right:before {
  bottom: 100%;
  left: 50%;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--top-right:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--top-right:after {
  transform: translateX(0);
  margin-left: -12px;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--top-right:hover:after, .hint--top-right:hover:before {
  transform: translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--bottom-left:after, .hint--bottom-left:before {
  top: 100%;
  left: 50%;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--bottom-left:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--bottom-left:after {
  transform: translateX(-100%);
  margin-left: 12px;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--bottom-left:hover:before {
  transform: translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--bottom-left:hover:after {
  transform: translateX(-100%) translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--bottom-right:after, .hint--bottom-right:before {
  top: 100%;
  left: 50%;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--bottom-right:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--bottom-right:after {
  transform: translateX(0);
  margin-left: -12px;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
  transform: translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--large:after, .hint--medium:after, .hint--small:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--small:after {
  width: 80px;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--medium:after {
  width: 150px;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--large:after {
  width: 300px;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0 #592726;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0 #6c5328;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
  border-top-color: #c09854;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
  border-top-color: #3986ac;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0 #1a321a;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
  border-top-color: #458746;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--success.hint--left:before {
  border-left-color: #458746;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--success.hint--right:before {
  border-right-color: #458746;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--always.hint--top:before {
  transform: translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--always.hint--top:after {
  transform: translateX(-50%) translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--always.hint--top-left:before {
  transform: translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--always.hint--top-left:after {
  transform: translateX(-100%) translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
  transform: translateY(-8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--always.hint--bottom:before {
  transform: translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--always.hint--bottom:after {
  transform: translateX(-50%) translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--always.hint--bottom-left:before {
  transform: translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--always.hint--bottom-left:after {
  transform: translateX(-100%) translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
  transform: translateY(8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--always.hint--left:after, .hint--always.hint--left:before {
  transform: translateX(-8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--always.hint--right:after, .hint--always.hint--right:before {
  transform: translateX(8px);
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--rounded:after {
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--no-animate:after, .hint--no-animate:before {
  transition-duration: 0s;
}

/* line 5, app/assets/stylesheets/hint.scss */
.hint--bounce:after, .hint--bounce:before {
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

@media (max-width: 575.98px) {
  /* line 8, app/assets/stylesheets/_datatables.scss */
  .dataTables_wrapper {
    overflow: scroll;
  }
}

/* line 13, app/assets/stylesheets/_datatables.scss */
select.select-dummy {
  visibility: hidden;
}

/* line 17, app/assets/stylesheets/_datatables.scss */
.dt-button-collection.dropdown-pane {
  border: none;
}

/* line 23, app/assets/stylesheets/_datatables.scss */
table.dataTable thead .datatable-form-control {
  z-index: 1;
  padding: 0.1rem 0.25rem;
  color: black !important;
  width: 10rem;
}

/* line 31, app/assets/stylesheets/_datatables.scss */
table.dataTable thead > tr > th {
  color: var(--bs-gray-700);
}

/* line 46, app/assets/stylesheets/_datatables.scss */
table.dataTable tbody tr td {
  vertical-align: top;
}

/* line 50, app/assets/stylesheets/_datatables.scss */
table.dataTable tbody tr td .dropdown-toggle::after {
  margin-left: 0;
}

/* line 58, app/assets/stylesheets/_datatables.scss */
table.dataTable .wrap {
  min-width: 20em;
  max-width: 40rem;
}

/* line 63, app/assets/stylesheets/_datatables.scss */
table.dataTable .col-labels {
  white-space: normal;
  max-width: 50rem;
}

/* line 69, app/assets/stylesheets/_datatables.scss */
table.dataTable .long-text {
  min-width: 25vw;
  white-space: normal;
}

/* line 72, app/assets/stylesheets/_datatables.scss */
table.dataTable .long-text input {
  width: 100%;
}

/* line 80, app/assets/stylesheets/_datatables.scss */
.dataTables_wrapper .dataTables_length select {
  height: 1.5rem;
  font-size: 1rem;
}

/* line 85, app/assets/stylesheets/_datatables.scss */
.dataTables_wrapper .dataTable {
  margin: 2rem 0 !important;
}

/* line 89, app/assets/stylesheets/_datatables.scss */
.dataTables_wrapper .pagination .current {
  background: #7d7d7d;
  color: white;
}

/* line 95, app/assets/stylesheets/_datatables.scss */
.w-10em {
  width: 10em;
}

/* line 99, app/assets/stylesheets/_datatables.scss */
.dt-processing {
  width: auto;
  position: relative;
  top: 0;
}

/* line 103, app/assets/stylesheets/_datatables.scss */
.dt-processing div.dataTables_processing.card {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  padding: 40vh;
  margin: 0;
  font-size: 3em;
  background-color: grey;
  color: white;
  opacity: 0.75;
  z-index: 99999;
}

/* line 124, app/assets/stylesheets/_datatables.scss */
.filters_scope {
  display: inline-block;
}

/* line 129, app/assets/stylesheets/_datatables.scss */
.filters_scope + .form-group.col-auto {
  display: inline-block;
}

/* line 134, app/assets/stylesheets/_datatables.scss */
.dt-buttons .btn-sm, .dt-buttons .btn-group-sm > .btn {
  --bs-btn-font-size: 1.2rem;
}

/* line 138, app/assets/stylesheets/_datatables.scss */
.dt-buttons .dropdown-item {
  font-size: 1.4rem;
}

/* line 142, app/assets/stylesheets/_datatables.scss */
.dt-buttons .btn {
  cursor: pointer;
}

/* line 144, app/assets/stylesheets/_datatables.scss */
.dt-buttons .btn:hover {
  background: var(--bs-gray-700);
  color: white;
  position: relative;
  z-index: 5;
}

/* line 154, app/assets/stylesheets/_datatables.scss */
.dt-settings-pagination a {
  font-size: 1.4rem;
}

/* line 159, app/assets/stylesheets/_datatables.scss */
.effective_select {
  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;
  width: auto;
  min-width: 10rem;
  max-width: 40rem;
  padding-right: 3rem;
}

/* line 5, app/assets/stylesheets/texteditor.scss */
.html_editable_placeholder {
  border: 1px solid #ccc;
  min-height: 10em;
  padding: 20px;
}

/* line 11, app/assets/stylesheets/texteditor.scss */
.ck.ck-editor {
  min-height: 38rem;
}

/* line 14, app/assets/stylesheets/texteditor.scss */
.ck.ck-editor .ck-content {
  min-height: 30rem;
}

/* line 18, app/assets/stylesheets/texteditor.scss */
.ck.ck-editor .ck-editor p {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 23, app/assets/stylesheets/texteditor.scss */
.ck.ck-editor .ck-source-editing-area {
  overflow: initial;
  min-height: 20rem;
}

/***
Spectrum Colorpicker v1.8.1
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
/* line 8, node_modules/spectrum-colorpicker/spectrum.css */
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden;
}

/* line 19, node_modules/spectrum-colorpicker/spectrum.css */
.sp-container.sp-flat {
  position: relative;
}

/* Fix for * { box-sizing: border-box; } */
/* line 24, node_modules/spectrum-colorpicker/spectrum.css */
.sp-container,
.sp-container * {
  box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
/* line 32, node_modules/spectrum-colorpicker/spectrum.css */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}

/* line 37, node_modules/spectrum-colorpicker/spectrum.css */
.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 44, node_modules/spectrum-colorpicker/spectrum.css */
.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}

/* line 51, node_modules/spectrum-colorpicker/spectrum.css */
.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}

/* line 60, node_modules/spectrum-colorpicker/spectrum.css */
.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}

/* line 65, node_modules/spectrum-colorpicker/spectrum.css */
.sp-fill {
  padding-top: 80%;
}

/* line 68, node_modules/spectrum-colorpicker/spectrum.css */
.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 76, node_modules/spectrum-colorpicker/spectrum.css */
.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}

/* line 79, node_modules/spectrum-colorpicker/spectrum.css */
.sp-alpha-enabled .sp-alpha {
  display: block;
}

/* line 82, node_modules/spectrum-colorpicker/spectrum.css */
.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8;
}

/* line 93, node_modules/spectrum-colorpicker/spectrum.css */
.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}

/* line 101, node_modules/spectrum-colorpicker/spectrum.css */
.sp-alpha-inner {
  border: solid 1px #333;
}

/* line 105, node_modules/spectrum-colorpicker/spectrum.css */
.sp-clear {
  display: none;
}

/* line 109, node_modules/spectrum-colorpicker/spectrum.css */
.sp-clear.sp-clear-display {
  background-position: center;
}

/* line 113, node_modules/spectrum-colorpicker/spectrum.css */
.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}

/* Don't allow text selection */
/* line 124, node_modules/spectrum-colorpicker/spectrum.css */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

/* line 131, node_modules/spectrum-colorpicker/spectrum.css */
.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}

/* line 134, node_modules/spectrum-colorpicker/spectrum.css */
.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}

/* line 137, node_modules/spectrum-colorpicker/spectrum.css */
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}

/* line 140, node_modules/spectrum-colorpicker/spectrum.css */
.sp-palette-only .sp-picker-container {
  display: none;
}

/* line 143, node_modules/spectrum-colorpicker/spectrum.css */
.sp-palette-disabled .sp-palette-container {
  display: none;
}

/* line 147, node_modules/spectrum-colorpicker/spectrum.css */
.sp-initial-disabled .sp-initial {
  display: none;
}

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
/* line 153, node_modules/spectrum-colorpicker/spectrum.css */
.sp-sat {
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}

/* line 163, node_modules/spectrum-colorpicker/spectrum.css */
.sp-val {
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

/* line 174, node_modules/spectrum-colorpicker/spectrum.css */
.sp-hue {
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
/* line 187, node_modules/spectrum-colorpicker/spectrum.css */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}

/* line 191, node_modules/spectrum-colorpicker/spectrum.css */
.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}

/* line 195, node_modules/spectrum-colorpicker/spectrum.css */
.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}

/* line 199, node_modules/spectrum-colorpicker/spectrum.css */
.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}

/* line 203, node_modules/spectrum-colorpicker/spectrum.css */
.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}

/* line 207, node_modules/spectrum-colorpicker/spectrum.css */
.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

/* line 212, node_modules/spectrum-colorpicker/spectrum.css */
.sp-hidden {
  display: none !important;
}

/* Clearfix hack */
/* line 217, node_modules/spectrum-colorpicker/spectrum.css */
.sp-cf:before, .sp-cf:after {
  content: "";
  display: table;
}

/* line 218, node_modules/spectrum-colorpicker/spectrum.css */
.sp-cf:after {
  clear: both;
}

/* line 219, node_modules/spectrum-colorpicker/spectrum.css */
.sp-cf {
  *zoom: 1;
}

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  /* line 223, node_modules/spectrum-colorpicker/spectrum.css */
  .sp-color {
    right: 40%;
  }
  /* line 224, node_modules/spectrum-colorpicker/spectrum.css */
  .sp-hue {
    left: 63%;
  }
  /* line 225, node_modules/spectrum-colorpicker/spectrum.css */
  .sp-fill {
    padding-top: 60%;
  }
}

/* line 227, node_modules/spectrum-colorpicker/spectrum.css */
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 238, node_modules/spectrum-colorpicker/spectrum.css */
.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
/* line 256, node_modules/spectrum-colorpicker/spectrum.css */
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0;
}

/* line 262, node_modules/spectrum-colorpicker/spectrum.css */
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 269, node_modules/spectrum-colorpicker/spectrum.css */
.sp-top {
  margin-bottom: 3px;
}

/* line 272, node_modules/spectrum-colorpicker/spectrum.css */
.sp-color, .sp-hue, .sp-clear {
  border: solid 1px #666;
}

/* Input */
/* line 277, node_modules/spectrum-colorpicker/spectrum.css */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}

/* line 282, node_modules/spectrum-colorpicker/spectrum.css */
.sp-initial-disabled .sp-input-container {
  width: 100%;
}

/* line 285, node_modules/spectrum-colorpicker/spectrum.css */
.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222;
}

/* line 295, node_modules/spectrum-colorpicker/spectrum.css */
.sp-input:focus {
  border: 1px solid orange;
}

/* line 298, node_modules/spectrum-colorpicker/spectrum.css */
.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}

/* line 302, node_modules/spectrum-colorpicker/spectrum.css */
.sp-picker-container, .sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}

/* line 309, node_modules/spectrum-colorpicker/spectrum.css */
.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}

/* Palettes */
/* line 315, node_modules/spectrum-colorpicker/spectrum.css */
.sp-palette-container {
  border-right: solid 1px #ccc;
}

/* line 319, node_modules/spectrum-colorpicker/spectrum.css */
.sp-palette-only .sp-palette-container {
  border: 0;
}

/* line 323, node_modules/spectrum-colorpicker/spectrum.css */
.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}

/* line 333, node_modules/spectrum-colorpicker/spectrum.css */
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}

/* line 336, node_modules/spectrum-colorpicker/spectrum.css */
.sp-thumb-el {
  position: relative;
}

/* Initial */
/* line 341, node_modules/spectrum-colorpicker/spectrum.css */
.sp-initial {
  float: left;
  border: solid 1px #333;
}

/* line 345, node_modules/spectrum-colorpicker/spectrum.css */
.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}

/* line 354, node_modules/spectrum-colorpicker/spectrum.css */
.sp-initial .sp-clear-display {
  background-position: center;
}

/* Buttons */
/* line 359, node_modules/spectrum-colorpicker/spectrum.css */
.sp-palette-button-container,
.sp-button-container {
  float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
/* line 365, node_modules/spectrum-colorpicker/spectrum.css */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle;
}

/* line 378, node_modules/spectrum-colorpicker/spectrum.css */
.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #F0C49B;
  color: #111;
}

/* line 382, node_modules/spectrum-colorpicker/spectrum.css */
.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}

/* line 387, node_modules/spectrum-colorpicker/spectrum.css */
.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}

/* line 394, node_modules/spectrum-colorpicker/spectrum.css */
.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0;
}

/* line 404, node_modules/spectrum-colorpicker/spectrum.css */
.sp-palette {
  *width: 220px;
  max-width: 220px;
}

/* line 408, node_modules/spectrum-colorpicker/spectrum.css */
.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0;
}

/* line 415, node_modules/spectrum-colorpicker/spectrum.css */
.sp-container {
  padding-bottom: 0;
}

/* Buttons: http://hellohappy.org/css3-buttons/ */
/* line 421, node_modules/spectrum-colorpicker/spectrum.css */
.sp-container button {
  background-color: #eeeeee;
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}

/* line 439, node_modules/spectrum-colorpicker/spectrum.css */
.sp-container button:hover {
  background-color: #dddddd;
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}

/* line 451, node_modules/spectrum-colorpicker/spectrum.css */
.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

/* line 460, node_modules/spectrum-colorpicker/spectrum.css */
.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}

/* line 470, node_modules/spectrum-colorpicker/spectrum.css */
.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}

/* line 476, node_modules/spectrum-colorpicker/spectrum.css */
.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000;
}

/* line 480, node_modules/spectrum-colorpicker/spectrum.css */
.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

/* line 484, node_modules/spectrum-colorpicker/spectrum.css */
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 490, node_modules/spectrum-colorpicker/spectrum.css */
.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 495, node_modules/spectrum-colorpicker/spectrum.css */
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

/* line 499, node_modules/spectrum-colorpicker/spectrum.css */
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

/* line 503, node_modules/spectrum-colorpicker/spectrum.css */
.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  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, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 1, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 1, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-months {
  display: flex;
}

/* line 1, node_modules/flatpickr/dist/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;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-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, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

/* line 1, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill .1s;
  fill: inherit;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper input {
  width: 100%;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* line 13, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 13, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 13, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 13, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 13, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 13, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

/* line 13, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/flatpickr.min.css */
.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-days:focus {
  outline: 0;
}

/* line 13, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/flatpickr.min.css */
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

/* line 13, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

/* line 13, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 13, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

/* line 13, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-weekwrapper {
  float: left;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 13, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

/* line 13, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 13, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 13, node_modules/flatpickr/dist/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;
  user-select: none;
  align-self: center;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 13, node_modules/flatpickr/dist/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, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 1, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 7, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em;
}

/* line 13, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon:before {
  content: '\00a0';
}

/* line 16, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon.flag-icon-squared {
  width: 1em;
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ad {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ad-4657f2fdb9ed98be28f3c74a15aa055a74b50271c346624a73c1f341513b16f0.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ad.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ad-ae0649a7958e5c841b7aaf8e0ca6bf6fb8c071fff829ed0fde2e1e386d7bae19.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ae {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ae-d0e21af6707498f0412b5d55f9dd95407f09da467f87e4d341d1ede7206283a2.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ae.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ae-b7468552dbab3ed08e6f2f24ad026fb7047110e35e9331df68a4af6dbf51cf2d.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-af {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/af-17d09f468f0afc38927dbd8f84d7d23f5be598a65cd64b810caa1e8972add49c.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-af.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/af-304461e0fd70b5dc8f298bcc3a2a8bbb8136882278c7b6bcb81c015f9a9f3662.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ag {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ag-a2345b86925fc68efe2a03f9c19ed0b2420b9395e65ba2e595597de2ca170e09.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ag.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ag-bdaedfd43a1b45463eaee627b8360e3f7f2841f4fed11f81e069f67c0284f05c.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ai {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ai-01330f723fd4f7618988487a8f3b6b2d768755e101b1c412eaee046b88e24db5.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ai.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ai-411c4391fd8de7efaec901a7a611a686f138c146f1646001aab14b6bc342966c.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-al {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/al-7baa05c11a48e569bb02f66e3884cdcf944082fc14e7a8665de82b88e88fd171.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-al.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/al-c208a0c28e85388b0614b67f624a16f1c757843ca2a76b4620f5313dd45dab88.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-am {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/am-4275cb98474688f38b77f8c7cc289721ee1c34721d60167de2ae547c35003ae1.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-am.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/am-2fe05f1f8931facd969f82920d3aed776323c0d708e3467d50e14035046d22dd.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ao {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ao-f99dc472f237a16bb329c3f5f4eb4a3af4978be292c4ff1bde3fe521d49076e6.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ao.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ao-175206897f4587b5debef919d6cbb32c11e8b20b3f07eeeb3d59f42d072a758a.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aq {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/aq-74f1bfaf68daa7182df1c6b2c2e74df3c6b3cf82b1862e1032f1dc93f595ecf1.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aq.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/aq-5beedc6b8ee3bbe4a4eeda8800e19e47f4de9d7a3f6dc19aed69609da05069f1.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ar {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ar-fbc241a9b262930f2be475bb67ee9b6282873fc50ad758729d43302555529236.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ar.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ar-159cdfd7f682da6b248830a6153755e7455c2bc5a69800b04dcdb0de59f76a7b.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-as {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/as-6a00b830b8e9dff93d12bd4517c8d2ca21a379aa85a195523607d566f6bebf34.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-as.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/as-32c4d3e1139c64018440be3d07207894de198d859d090346bfb50dd32cf277d6.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-at {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/at-9aac49d7e48e8e3d69bbfb23da350284b9ecccebdb2d8a62422d78ad7337c9ae.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-at.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/at-797801144c63b86a9ecb66c041eee7290184b0f0281924e053fed19e75eb2a96.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-au {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/au-d04579d93321111e3ac8fab2cba4f28639444b2f8962852c9eaffd0698d0d43d.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-au.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/au-70ab78aaed98d28f17fd58b856564922ac9c636c5d95afa4f5c44bf6e2da0f9f.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aw {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/aw-a5f1af55ea7a1f49d733456668c40111f05ae4db948bf95babc520cf459d3cda.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aw.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/aw-c13afeeb785681e7307c16ca3871d6906b96a31a4bb4aebd19673b3441f10e0b.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ax {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ax-ed6f8081e992c87d170e4735f1771ef31cffad63fe357fc061e5d5cb140a953c.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ax.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ax-78fe1baa09b1be46fa779d198c86374f867619670098fd32c7ddc2329d06f9f5.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-az {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/az-beb802bf689be9b932a1a135190c920160aa23aad64321803a2347f2c3a99f99.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-az.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/az-57da7711779cd587cdd9280b9561187ebb9099fb48e68228b1afbf0d6c03b2a1.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ba {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ba-685411eee7a7a9a684376ced048100aeec25b6a6ad475e2b6a6a226324b1c7b0.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ba.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ba-bb7e3605316fa29cada6887d4fd66abbbcb8614b0cd388db85f57bbb9de0f37f.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bb {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/bb-b7edb158699b31a473b0415b36ce39c0dcd531c91d735e14bd082b10444e93d8.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bb.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/bb-d3267c599e3e6d8323935b78b194bb21f4eca5bda09ee3235e768addf7cc1b68.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bd {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/bd-42ff434b37a9036a340255cb02838a010d3c80f4345ef7ae237ad566486c3419.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bd.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/bd-1f384154d4d27c565c7c241a24ee344a913e791979f2e410b443ff26c92fc73d.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-be {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/be-e15a34adf3563c2e5f7c68fdb396f49a324a629046a540d3e7f9126281d72080.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-be.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/be-e9c3c8859a212dcbcd8b78a017e885462bd7f3483f61a91a45202115202ef07e.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bf {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/bf-c5d945d2cd057393f4accc8f497390fe523b2faaf3a1f5ca17fbdf34cc6897a5.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bf.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/bf-65fe9f848bb1a4c0a40b341a560eec2dc8e5eb0357aeff301737b5a61b9ac8f0.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bg {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/bg-f4d12520080141b23170f7f493a06825dfcaa355a125b4a264d01ad9d1983652.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bg.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/bg-0dfa3e73ed397d84a25f5c2cb4e294430b90a7016299f508e46c5181ac422eef.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bh {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/bh-9e33b63d2b9173ea0a047e396d4dfe6de36abbe245a55334be48c77357aa1c76.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bh.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/bh-86180d8978a127cf3f85862bb7b821c7f832f7aca33fb79a8b6f7af5b6a2c8ad.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bi {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/bi-cd90985fdd9ad8277a33d81e9ad4e3b0609542658b7a00cc54450df5ba7cb528.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bi.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/bi-90e536b3383e3ab71a68bacce512a5e57b69bdd15712492db643cd798ead1cb9.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bj {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/bj-b90b42a8f1a319f45c89bc09d7c2f26d9ca0f713e1d002a4a5127647e1b103a2.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bj.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/bj-9b96ef35aff910bca7a6c71f212fc834ec56e28eeba4d29f2d35d55981f184ea.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bl {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/bl-d1d34ac35f9a82f54fc20d4cf02e39812990eb41a032fca30945c448d11a0142.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bl.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/bl-3b0c57c0af92f7192c57379a1356f4fd236a55d8568bfd7af4f20fd065747bbc.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bm {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/bm-4e335ac31556195e4b63ad28f009a965a4a008150deafaeac61b527fcfcb89b5.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bm.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/bm-a7967275082ce91902215b38a2dd6ba1d6d2296aaf63ebb95168169ded378484.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bn {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/bn-0327c45305cbcc26119117fe8320f97aa32be908cdabda3d350685820d003836.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bn.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/bn-956198ac1d2713b2cdee9612afd6127cad3b046d64fed1ac79129dcfb102fc93.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bo {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/bo-d47f5e77816797342a490777842f79b6f7e326de71d25d15703e6b606f1e9ae9.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bo.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/bo-0150c4f4317e42413239dc855b8454ce3c4bae6bd64c748abf476c799f69884c.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bq {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/bq-8404b03e4362d5bd5372f2758fe235676811683cc3c7aede303ba96a578a647c.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bq.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/bq-21cda607b442038a15d4209f476178d9ddf685a51e6dfb75dcaf7699d5f5b92c.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-br {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/br-05f7e40f7f9df29ed6b5b9ddf683d52113d163658a774d858d87edc4076aaed3.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-br.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/br-79eaa31257ca55929f272b6704ef0d7e586efb5c3d58c6aea91531dc79c32714.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bs {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/bs-db9e9c98270237e6055889c7c0f1d3b18fa990214dff7201bd1c1cf254e19448.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bs.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/bs-edfa036b1425a5b2e7ae6af953f8b0996c4fe738f9c3c2f3c835d19a5f3c453e.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bt {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/bt-2abfe7c071d112817d7b18cfee0febaec11718319d5a786eba95012e512d0642.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bt.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/bt-94987175a1dcf21d639c65d47e90b430f148890f5b61393569dda2465b6506a6.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bv {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/bv-f44866e3872ba3061293de6e80c5e4ff24f5140c5acc427e97a673eadcf14c94.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bv.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/bv-bebdee1572791e64acce0866cf393b14b77e0897209f595139663a5dd95986c2.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bw {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/bw-48c261312f432a46b7a6c6befc17e6217638b6587250af18191ff1dc29cb949a.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bw.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/bw-a23cc6438bcfa10cdd9823723cb17fa2c07ed94a0282009322c4b14a04673c99.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-by {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/by-dbab1fbe85306f569cd3cb943340003aaec02d2c984c94e48930a5b425046613.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-by.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/by-67f35f9e9153dc539910e8e4fda89a38cfef986bdbea5f98875d8bd0cf67878e.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bz {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/bz-f8cccd548983718628fc8edbb7577bc25c9d30f9ddd26267a984fde6102ced74.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bz.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/bz-a559c50595e388bf00b42f2d4a9e422b45849c8341457f4c59decc000500abd7.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ca {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ca-f9acdcf67866f64aba03a31835206b8ed09e0042ea035951d3afea8090191c3d.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ca.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ca-d80e5551f92ff6bb36f5a8f8a80b4a677dd1f4365853e08b44c1a5710cf38cd1.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cc {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/cc-28c74458f242acfef588f7b8125f4aecba06a795fc04ea6e1ce19eaeba802ea0.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cc.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/cc-76557e7e8ec368b87241a5b747e6bed0466fc30bb9f798682314012d6d4dc8fc.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cd {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/cd-8873e6291f04f32fd18ffa913f069de2f2257167673762b66e0c72164d450591.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cd.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/cd-1b1cf22b1afd191ece40753085115d636ab3e73427fa550384e00bb6e7edb22a.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cf {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/cf-fc82d3106966cd2376d0be75fe2498500f86778be32ed5a2940360b90c20a1ac.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cf.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/cf-69c94e34f79ed76d8aee38cea16566497269eefc9a3bdd98e1c68701c561fec4.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cg {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/cg-91588d10048366629b98bbcfbedcd3b55411ae9a4d8f2fd5945adbfa19989df9.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cg.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/cg-e0a1eec019312fcb0e59f7729581124564fc74390620c5bda8feda72f4a01224.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ch {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ch-6717eadae1faa7d1948fdc657b7f09901cd326f4ce83f03196ae4a3fce610120.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ch.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ch-7ebc423c6ba6c49037065c612abc05c18334e7ebd3e0a545c06c0f5004da98f9.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ci {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ci-3aef1e15556ecd55ef83af7da146ebc7b38ed8b75aeaf9ea3f0effe34f39c1ea.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ci.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ci-ec3f2248ea2dd8db449c164d1e56f327d1ed2c24daa51a38f31baf36f792ff3d.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ck {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ck-62bf3d1619fa39061a0b10bea87f4470a1d867bad96c09d2ac48a64003169d47.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ck.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ck-237c60f967b59f185378ec981485f35a9d5f400bb0c91b329411f14dc9536b19.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cl {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/cl-b085758d268a80f0a03110b72b5eda8576baaa9f555679578491e07c8f06e4ed.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cl.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/cl-24ef436abca4614c01c49244de215a182b9612331578b4bcb1c585fcd05e77bb.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cm {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/cm-a0a8ad16ab08ef99839ed705417bcc090be1d45904925fd5e8a0e93b23f11ba6.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cm.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/cm-218a14f5d25e12c7812c7caf6922240680b425392b0ed3083246176a0c2f285d.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cn {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/cn-3d8828fc54e29b544a8317408437a96652c2854c1198d8410900a17c565423b7.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cn.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/cn-1fdc5c8a4b3a31ccad27146f2a20abef91a0c750da0e1b35b26e055be2a07896.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-co {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/co-25c03a6123ce1c5a669d7990a2e9b8743168bd3c9797b3fbba1a6402bea85aed.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-co.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/co-49ccbb40183e1273695d5b1da0c674ed2b05dde642be6a8bd56c3fd7eace061e.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cr {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/cr-3d42aa7ec3884f8f7b606cf9c2dd25514a1b2c1b4d84c428bf0184098fbe3062.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cr.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/cr-a8f48c0578bcdda9ef9713bf1c596a2b06b49f58f935f070ba8e444c1bc54cc1.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cu {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/cu-ab0a3469ead883992a235d4acd8b9e159040f0738b5ead56eefeac33a59874df.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cu.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/cu-5340f8bd963fff3c21f7076493baeced97c77fac7d3ad4be97fd203ba3c0f4e8.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cv {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/cv-5bdb138353044eb00dcdd13963f8df099446336e091bb3e564c65bc9d159d0db.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cv.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/cv-e26b61418d72a69a1ef4996d0854828f2425c059b3da99a6f771435fe20444cb.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cw {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/cw-1f4c83c9f5281724e5eac3d0e0b13946abcd78e1af53ec75079d60c7167fbbb5.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cw.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/cw-05038d97a628aba49d114c8e23bd18b7ea60ba223d6721dab41d22d3146ac7b8.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cx {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/cx-3a28c3c8203e4e67ce6ff849721e320fa1fcb671c231b4107abc6dcc5515bf0a.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cx.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/cx-8222de3f3435911b3d55506862f483da13eee6241ee1793566ac861575eabc22.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cy {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/cy-05373a82ffed04419936b3723ec9053e211573f09a836fb5842df00c5ed52420.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cy.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/cy-7beb05f90db60262408394c55b9414a8f23405fbdeb45533f75e5d8e7c2d7386.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cz {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/cz-3a5f006bcfebafd1b35e96e762a9bfe1921233ea03017c53f8165549fd6903fb.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cz.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/cz-931d987bc2e8738d7af1d0ae767d4d4071cae1de444a22b8687a7cf599d12c17.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-de {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/de-33594ac56c9821e00a8c0d18b66d989722535303ed5fd9bdc4f7889a5952da96.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-de.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/de-a6ae93ec8e3be3e68c1cfd20fecbf897ce9263b117059dff5f26b6be602efa29.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dj {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/dj-f2d5922e230df47e620ea420e0ac7b693912b21d1df222b7ebf92f3703caf28a.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dj.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/dj-4373b3768eea8f803211f7579db1388046379e5b3472706f34b825dd104b7148.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dk {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/dk-85cf758977c08c54acfe3c9a6120e522754f7614140ba238ab02facba6bbd606.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dk.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/dk-2cca8783b1df8c90ac099546b9932d64795ab176f3279d65c928dd1a0ea716f8.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dm {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/dm-e85c215b11c5aa9ab10675b83d110a4796d721ba754310ffb94f9c3e34bacfa7.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dm.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/dm-bdd81bcf01ce1728e2ab3c372267329c323b5856c826d0929a978cf6b9ddc133.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-do {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/do-694984762f2f6cd6baff08e82b37f34c614790ab0fac797677b9576d2d18473c.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-do.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/do-dbecc8e2c97a5a2add3ed0afcbcb483513df22a64818bb714ebedd703b098c94.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dz {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/dz-1e4fb13a03259d16a03263c8168f46fbc97b4fa77137dd70f8ad325a43ad4a13.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dz.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/dz-b4b7542322f457a73a1709802d8edc71b5dc4db8ef3c7d7dc0714d7d989d42b4.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ec {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ec-ffc1723a2908078380ec06e0afd341c8ab37450ec348ddcc3b34e616f4503d44.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ec.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ec-eea2943985ee9b0e07ff97d697e6eeb0df069dc2163ec67b6ba22d3334abae3f.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ee {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ee-c18d988ffe9fc03fc151c80d87238417ce8f6edbd00c33a083fdfd413c59b658.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ee.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ee-1779bf872787e8614746962254cdd5b40fde0198a64cc7d5add27c43541e6a3d.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eg {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/eg-a51cbd31edc85432d0e45e69199f55e7871a1c9839ea209bfca4b2f70e541e50.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eg.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/eg-0b8e0c61d4bc0ee1bde8016d19a94e1fc2be5aa20ae4161b49827bf6aa787b0f.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eh {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/eh-b507d8d170d8baa044deabaa545194cdfcb72bd9a622d1765291cdfbd440d3cd.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eh.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/eh-ff9fb0ddaa63a6abafbeb934e1aa49c6ddd88372cd10953e1ee0d78068a07ca6.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-er {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/er-9660b72a86712160fb13f3257cb25b010ff82994a5d638867169a23d2cf27b5d.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-er.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/er-0c8b38e77b30680c3520027e4c180e3760b127465cdc181df99a2c370ad58152.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/es-4d5f37dd9dc8652132a34014331f6bb927785911d711057e846ac27cf32c62a3.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/es-779eba59b8361dea4ba39f193f50bf14444918e701b6442dacff43a94734e96c.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-et {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/et-36f0cbf846c2e3546bb9fdb2610fab1b12a7507a74e7981994a1d0ee3cbb3d87.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-et.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/et-317aa0b66e193af76d51f09fe5cef5fc71cfa177fd9fb8ca42b18021993f4483.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fi {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/fi-e408f4b615cc77155ccf40e76ddfc9f78e9c4fafad7037dd977e9e3c4ecef129.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fi.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/fi-6f00636788bfb8e1a119c75d43806dd173dcb3f71757dc47f41b9602f73f89be.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fj {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/fj-73dfec0c1919fc85b496ac71d1fc3254c7bfefcd396b949e225db398880fb67f.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fj.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/fj-87a000790163a80348d85b49d1f25f0b7ef34354c2201c096e5877fe10518771.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fk {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/fk-a650357e9eb3955d828cfecf768b5bcb36e7a212485caa9f34f43ea2521612a3.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fk.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/fk-6002c2ce9922e81ebbeae8f6aaba2d85b898487248e7aca7f08066f1a87491ee.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fm {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/fm-1aec5f8d2855a28fe09f8875dd1e217bdedb9f0adc87dfe0b7b6a6c8d2da826f.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fm.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/fm-db158d3ca7aeeedbbeeab992d3620bc43ec055448e86dc82caac46b44501e6a3.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fo {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/fo-6ca03b7a5ba414b0a0c4c8c749ac35e878763b0ce5ca7f6deb0afa443059a60f.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fo.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/fo-9ed619b960cf8272f2ca1f14e67845fa388fd63a829e97ade8207ea013f4b139.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fr {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/fr-693d22d8e6f15b0ce338105005d2338470bd9a23a9d453ca0217648b542d9b8f.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fr.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/fr-fe238faa8c9d20ddf8ec95187b5d3388cc8ed2389bd7e0ed7d28eb19be21bfff.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ga {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ga-0f5ac908151c314c9e600ed95691c617c9d73e56f4bec96a926f92ada872e497.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ga.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ga-946953f2f8de1bbf0768429736c92be8d89c826fcd78915e2948e7568cc54ba4.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gb-a667a7378dbf5ea2c9880e5bc9d64019431c96c61a38faa000dc66f79be8df28.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gb-69c53fb501f0e6be322f9cf594131c630aac89cbbe141fe678c5f5a0f737fdb3.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gd {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gd-ef2432d92712322008475170dbc89930944414ed792278960c14398405f3efc4.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gd.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gd-4a0c8c64cc072d9e3ad9fcbf4d82c6ab9247a6039cf02ef269f019d6c662ca47.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ge {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ge-6837581a4dd82092cb61b28aabb3238a53d79b5cbed3c366eab63c4bc219a18f.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ge.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ge-47593d3a942dc17eb4cca708a2f570a22d0672628cae623f352a2e653d4563ad.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gf {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gf-886d5b31af00e1a18aaac00fa9a073444c22f2c7ff3e2dad07f274b983652824.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gf.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gf-71af32b713c989d6931832ce6af6ba6430b4426db6b272044bf6920d90b66fdf.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gg {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gg-0a026476d450c1d4a3106ee4c73c993a6259fc7673a18203ba80c0159796081f.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gg.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gg-16dfe6337953e6797480c185b8ae9c9010a6919109f4b81e4e4000f76d2863b9.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gh {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gh-4b371f418e0277134c15211950c03bc6605325a92b687d0c7407a1f46409d4dc.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gh.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gh-c809d8377e51e4658bb6852fec49b5e657f47c315bee4ee7bc328f6dff15e697.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gi {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gi-1f8b1abcf42f69b8460e1dd3e62fb3cec834f5a311d5f7c250588ed3f89d9d29.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gi.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gi-5a94e0356f664b1093df31a2bb24c7e0f6199d5c63f3d5e9b66abe53f6aa4665.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gl {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gl-7e55604a5d4694038f4e71e7fb2501aa2f26a8d614ec844392e8c1c37f9d05fa.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gl.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gl-dec3e2889379f37c9ca1f308bc6176950d7f8445c9b090375e0b50ee8ef4913d.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gm {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gm-7098814d6a8fb766b8741bd8bd6842acb1964a4dc30af9b6b9fa70620f9cde3b.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gm.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gm-7981eed63064fa99cd87456ef8c0c73a7791ed84b01f0235a59f75b78d86bde0.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gn {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gn-4f06034f16ef48126f8c134a4441cd43dbb1c89080723c96efeb02c699c86a44.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gn.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gn-4cc5f9091be77a7b239f5b2877e92a8443b151654378682a27f380816735b680.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gp {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gp-26f3c1fe621fd05df21d197eef57dcdd65d44f2f2370a52e81bdf0f401319e61.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gp.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gp-282eaef25f2eddb41cff642412eea4570ad744bdab358a6517b27d9737e89ee6.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gq {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gq-d48343f69a897b3c58d608d2519b53dc3ede9fa2f96495c214d63925d970c358.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gq.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gq-fc7ccbf72f1fb762ec477a425de37f1b5af0afef0f63c3c3459ff5e8c17b7941.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gr {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gr-3aaedc514a982415e2341645ae2f17814ad071607f1fd25a7e40183e9fb34f4d.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gr.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gr-2dd3599bdc913376602570cf321e503c9982dc99859d9371568f4783812a6fae.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gs {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gs-8772741e548474a2266977a109d26f397225847631138cf3bce5e31368b51a47.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gs.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gs-cd4d3f74a2a870b2faccd469b7023cedcf6e012aac8cc4f57474d4030a833569.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gt {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gt-5fe8a06d4e4ddd15bf139b0caaee2b32541b0fed7ad4e868919572b979d33f89.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gt.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gt-85747ecf3f828bb3058bab24d4628af6b1f2232f30b65c49a9be5d0fe91ed70e.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gu {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gu-d1c6f25befaf038e09a5901448efa00087f3d451a77a9a0194c0a3ee0cb7bcfb.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gu.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gu-4de8070d0f4a8e83bb4b59558d88d9a927ad875139303d44bae3ecfa9a1f4954.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gw {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gw-8864935a23d717c03348d47dc5a5b2ef193d7d69c5919dd027c67b99004eee07.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gw.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gw-b002b27fc19da8667ae91c689f10d03cd9d4a0dd126e3c404b95396213de03c4.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gy {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gy-5341fb2f863215af5e80306abd5d1f4d4fbd1d428bc45c9326994a563bf9126e.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gy.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gy-e3b3f6f6d5d3ada77dc0be9f1b7165b6be68c2ed485bdc2c5c71a1c044d60609.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hk {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/hk-23c531456ad8d99c26c98d7896ffdc600433c2bf9591665902ed1cc93ffe04d3.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hk.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/hk-bda81278c0b9fa91818df22f33c8273877b91f3c9813e2567dc7fd99bdca6214.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hm {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/hm-35397d3ae1e70eee52c75a125bc906e128d7eb724608a2dbb3fb2f3dfb6d9fa6.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hm.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/hm-40a7d838541234ffa5e5dfba0414bded496bbff1b3ecabd768344b82a66db6a0.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hn {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/hn-76296081cbbc56714dfcd13f4420453ba327a56fc5e63f1b9c618510a343dc1c.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hn.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/hn-43cf8aecf558d9b95067d1b26edba311844314a7ff81462864982d4596a5f50a.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hr {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/hr-38be801c57f7f098888874bd0800d4eee4a9e5cccd88b18f88848e738bf82497.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hr.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/hr-809e14a1288e59e779697ae33615d317c8a8c83347e9bfec906a55691d649dc7.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ht {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ht-c908f746905652716e23c0aced0cacd1c0390586531fcb4b876f298b0b2af53b.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ht.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ht-72e6db9933953633eee25a39ec1efbd64493534e370f1e1f21c735ad9db93d68.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hu {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/hu-726da8ee0bff73b65008175ef405da05f916ed4dc5df2514444d8ca01f151f41.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hu.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/hu-1b0707f83fd13bac07b0c3f3cfd5e0b0aa1a1f6ca8083aad780759c4486eb8d2.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-id {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/id-27c36af3258bf8517f4d847c766f459e97b21153ce93a75002d318acb3444252.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-id.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/id-df2fd03add6384184ddbff537eacba4ee126ba6a00ab851c805d77723d4b225d.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ie {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ie-d3598cbcfe6a041cd615bbf774d5a84f55fd8b5907d2cf92760f96d88398643b.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ie.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ie-1ce19f597e38d54b329f49f9cb2eb391c0869ae08ed9d9cdaa97dad3178e1a82.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-il {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/il-dcff1e1d1d9b618d6502d61210ea22ce2e95899d2ba5b7f8e97b7d228397da50.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-il.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/il-09176ff3449cfe54dd922a5c1b220a1bdaa50e2a86066abd30606c5784d4fa88.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-im {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/im-64a32e921a755b8a25e35448e7d15f6d078b06e249135a2c2f30527d77ecaff4.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-im.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/im-b0af09b9317216e53709f6db20f69521e60a1dcc4f1ddea9887f2c7d824b636c.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-in {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/in-9bad9c51d4303cd35a828bb8db6511f8ed60e196e3fa664335da96d549d2b1ca.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-in.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/in-0ba8060e32fca8ae305ed91d27cc61805e3093484faf21313e9d0033514eb39a.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-io {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/io-a1b03156e2c28b5ff31d2e91f1f2d691bdbbbe985a0d0502b4d39bba18371230.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-io.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/io-3f6ea8b630ac3ab5d0d4772c5217e400cc904fcb32eb4fbe5663236985baa191.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-iq {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/iq-b4ab8c0b97d9fd83a61b1444e43ea08ba3b1f41eed057c3d3b1f00491a7ddac9.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-iq.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/iq-ffeefe230b765ea8a69f4f8a299cb3e54962c23231bd09739e5d24ffb7eead2d.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ir {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ir-c94e874065a40df7b011f6ec5aa933a9f359e743285a461db8b2c1236b574131.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ir.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ir-3963bdd24ba73bbd4b8f8fe3ee5d5386848de41bfef7d10e61afbbe89f0c3fe1.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-is {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/is-7095129797ace86a544fca6bff07c759fb0c909103645a7c3302894f0863badd.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-is.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/is-cfddb2dcccbeb19cc8e21b79aeddeaf199eb023dc02eec1e3aefb65265b250ad.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-it {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/it-9a739644240b17420059e77b57063eb7efa2b511ffbb021ce3448100efa30fb5.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-it.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/it-43d804d2f02552241c1e7134be6834c267e0352aa39e72ffe1df325456319a7e.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-je {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/je-9e1aec8adc4d29d011eb9cae58a27d5089f0c94c7aad2dc86611972841d31502.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-je.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/je-75e503a9b3918582fdcd08136e5740b742a1c55d5926e2e5633c53cd302ef455.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jm {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/jm-853c09c001562af3189795cfa8cf2ae8209b6286a40e6c12d26d4bacd9d621a9.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jm.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/jm-ed3292a752673713f972614958b89a87523c5363a384446d42f3277ff969b9e3.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jo {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/jo-13e8da1c6c51a732c1b4e396a879c2aa2547135453390880a44309c71844268f.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jo.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/jo-58d548adae25d85123dda5d7e6e9f28faad8394010ff4beddf0d2d56b513756c.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jp {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/jp-910035a48d54fbde80364bbdc57f26973d2b5b2000c291740a04a98514089f91.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jp.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/jp-76a897a4a13a81e0b019af250b0a534f30e7ee0b252ab6d5fb06d291df8b8ee5.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ke {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ke-e6f70c321f50410bb6e12bcd7c0decb79117b91a659e76b47c6f4d6ed4f134fc.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ke.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ke-8d0fc762fffb2ed5eb63e652cb1062e9c30f544f88ac4fdb77bc8f903ce86ce6.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kg {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/kg-05b97c36b6bb08e5ad6b2b9d03e87fafd5d6b118b5e6c4219999c56f8ca89480.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kg.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/kg-ab5ee22125d51dbdfdb1d5dbe0ddd2c5ff8ea4921d8edd5d2f5f95345c48732f.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kh {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/kh-deafbd9de314c27bc0c40c06033fa2f9beb35557c757009e4cce9f72c92370d6.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kh.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/kh-4575e4fba150b85c027fd9afd1559c102394a4f96b9583be1d8234ef3836a5a9.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ki {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ki-11bcc484eedd3e041610d008a8804586e839a145aafffca5e79c682409083896.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ki.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ki-108457421156da298d8a880714526f0d7ad71ff9727a7bbc783ab0a29a22c724.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-km {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/km-dd70b3f8ab0399ceb91ed15fb3073a480d5c048f905437d28496133027d10cb9.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-km.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/km-58c694a0ee9e66e7cd94701d1defa58e86c6b2a676c1b71d491d4b0dd0cfc38c.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kn {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/kn-5d8294f1263cb9bfc2abf35c15e3f26f268c95a8f59588c041aaa41df22f2cdf.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kn.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/kn-78fbc168ce47d7f0e6fdb367ecbfc5be5e1bccca40ebc7ead36c4850dbbb1a01.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kp {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/kp-5765a39d5c239e40562a8655ae21e5e396953be0e8c9f9078bb06e9434241f1d.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kp.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/kp-91cacc9a1a7ed74a79bcb20eb7e960b762d6dc56d04ac180048169c6e69f485d.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kr {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/kr-5ad8517e3f8da1fce26205358db3f670a9cc265bcfae06b4647057391281b8e1.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kr.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/kr-6e9b4634ea797d671a1b8eb2b78813e9a80369474fc48ea44caab8e5a8865eae.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kw {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/kw-f0603898cba05493367f98238d6a5a38b018add498be5a7040905fb7c6b72a83.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kw.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/kw-d0728d899735635241e6d1d4345b71c5e3351938f3bf509d1b7bf156ade328b0.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ky {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ky-6b6fc676843ac21d2bbb7b5643698e56b52e4a65364664ec1915719074d2a9c5.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ky.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ky-def8cd40ea12266efe066eeb0c582877d204568b4b5fff5494a25941e22afe6f.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kz {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/kz-6d9971dc22a9aa71444af316f614603b7466e3abec8e9387c916f7fee2fc86fe.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kz.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/kz-cf5c7c908c9cca51ddb9877867cee54cc78fb022d7773d40a82f5a05a1c9894f.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-la {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/la-f4aa1401866519ebab2662e927614829d69201d27902f573054559735eb01530.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-la.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/la-910d272142b746f2096db6387ae3ebc56337e7d47b4f4d52072b48fb662a2457.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lb {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/lb-bffd0a78f4080531f618b97ab1b56372cf37766fa7c70b699251d97feae229f0.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lb.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/lb-06cc214ba6e4b56e342562a72262e6a916f60cd32260e07e307e3d70eac4771d.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lc {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/lc-132b9fd2c568cb00694c27682dd9442bcbca0e0bc28277d8bfe53f6f4cc8967d.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lc.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/lc-0b906d29895d37c2db6d17f9f2677888ff5f8af2e289570c3b70e20245d295b1.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-li {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/li-8e8128e00aeefeb73a0d0ff2766205136c85af9af1912be77f20755deadf1b97.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-li.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/li-72d0f03e1f4ec248da67111e5eafdc5692fbe5ddbade01bc1670f79d7c575231.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lk {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/lk-2934f18a432788ca95c563ae225b5415e54e6c3261e04cb1211484ec5a3d263d.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lk.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/lk-3d8766e714b2f45a3d29ca764d1aa0f500535c5a731733c0a52ce65ca9259f66.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lr {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/lr-dab14b54bd4bba5e6d70ba5c36abc675132b9bb84a0336564ad4702cfdbfdda8.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lr.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/lr-32ca1794ee82705524a2b86e0c79af231e7606f8637cf3cf9e9368d0340c1eac.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ls {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ls-52f31836b68f9e3a0976917b8eb4be146b923d42ae1072d7518cf16c165bbc5a.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ls.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ls-8f9ddd1aa51763424cf8c7b8a22664a15174bd72a341ee7840730a3c9ac9a748.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lt {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/lt-d019e57e248e94d4d44907e3621f1951422112cceebd4eedabeb5a0e3be14f4d.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lt.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/lt-e65bfd455706a22c7354bead686e43dd395483f797ed81ca029dd5bc65f0a834.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lu {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/lu-a176b1f02100760fdc98c2259a28104ef9441aaae72ad313176471c7c510065e.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lu.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/lu-824aa2b1991f80145a8ce790405df7bc41c16e778b1481caf40c9c316d409f9a.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lv {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/lv-1062efdb238539bba34faeb254d337265a3725ef76ae98db2646b2639d741f77.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lv.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/lv-1bbf668c139fc77a717baf58068e823594e75aee510b5213302f91ce1a993e73.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ly {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ly-3d957e0bd2b52ea1767f443c32a7a6f19aa222db26a63ef39bde5397468cf37a.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ly.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ly-071b84847231b49288b9ce3cbed9d79472646ea79677cf9656e9985a09857a00.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ma {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ma-b1aa65ff2596444bdba0c4e8e8eedfa414456cba3eeb6e9eaa65d53d0e59cd51.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ma.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ma-91e5c98ff05ba8e5094ea51efe9ffb5550a29b656df79f7203716203dc125fa0.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mc {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/mc-fd713b4b9e055226127c2e0984c0e17d8f6fb70d863565aec542805bd202ca89.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mc.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/mc-e9dd914bd22e30ef12eb546ed107c73a3f658902316bfe0a6326bf843b51b8cc.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-md {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/md-8d0f2f6a3e3effdfcff33cac5f89ba210cd600299a34d13dcf5bf6be7a5f8f81.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-md.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/md-480c159638e67adfa2219b16822a71b432307707814fb5e1d0fc69e98860746e.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-me {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/me-dd639537f9d5f362e3c230d1cf7148427b3c72cd115e84344ecee764c6c1302e.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-me.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/me-342790f9d53afa2fcf1327d3ee99be620ef1e2da3a5936c6a342488649d39c2f.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mf {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/mf-e4988f494f6e5fd0e9e79a52162e886ca4ed69fdfa546332c6c1bc48598bbbdc.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mf.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/mf-3caadbfe442e7a3b976eb7b196f1168c81496ac82db50d7f89a1f2fe92c9543b.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mg {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/mg-5d7de8200ddd5f7832775f8da86338f5652673cc786d17a89d2491dd7ca49978.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mg.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/mg-e8bc4348d0900c385742977af31dedb2bc51bb2d83057a06726115092801022b.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mh {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/mh-216230f926a19bc2b220547897296870090b15550e9b7b5a8423d517965f009c.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mh.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/mh-66b506346934af3ef7beccdac1ed8aeb97ce1ba10a94e0875850a755aa665195.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mk {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/mk-dc7b669cc44e326261137f8cab1d9633688d86907c0934706b768590a7463acd.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mk.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/mk-9295f37397d036fa0c80a71265577726926910ed9b6dbe874994c214cb2bdc73.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ml {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ml-ef53b9db375f1383cb4206c29e7f59ad651586e0c35cdf8eba40f3b9af129e06.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ml.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ml-57ef147b59d7e22bdcaa5613081aec2b06460e73f32ddd3447f723507488fc67.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mm {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/mm-5aa348b8dd2021e56ed8f26cd42f5f5c912a85534ae386bb0d825101a90e3f70.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mm.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/mm-c04c20bebdfaf17c30c6666830ba6bbe82609211decd0b6b73e203cada93b4a4.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mn {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/mn-ab3ccf67761e10dfa4ef96e948b4e18fc0c4c96095bd1c6b1281dfe6a20020b1.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mn.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/mn-32d6ec8d3b306c5cc0fb3a05ed6acb1d3c8b3dc12a93438987be0355ced57085.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mo {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/mo-bb0cfecdb48e4fa78e91c9cef025bdacb241adcd40ddf50c412e0cf733119923.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mo.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/mo-962da644b64476f712a5b3f79c694f238101cef95446d4b6fa873f4805b5714a.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mp {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/mp-5647bdfd5ee87769c19bfa7e2d0778ee73f264c1094cc581189e930dcc9ceb93.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mp.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/mp-89dfab7a3c703822f25fb649fdb96f95314d1674ea963f7b4fc524de060a7a81.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mq {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/mq-5f20085566e95188f826db468507bde5b10865fac080d0bc9ebf5546c3a91216.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mq.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/mq-02f97b9165f14d3eae479a57c02e7be00d50be1fb2fc8467197126b1df5ad898.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mr {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/mr-79a67db3982e69b72112616d18799fd59619a668c46e6ed6cf008a3fbb938aef.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mr.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/mr-07a314a53f944e068be7a5fa1a883a01f8cc88091404347b2b30b89fde61d138.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ms {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ms-4e09b49ce3504db6f30d60d7409165f0d57bd11c327565b065c43045d6df1a3d.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ms.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ms-451206e331ca7602ad17736a33e94b4322beed8c6edc87b8afc08691aee37987.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mt {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/mt-aade39442263c0450286d44322b430255903a210d6706ec37b24cf99926d2794.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mt.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/mt-c809ba82ea693798c7857465e329ffd8bb7f50f5426bbfcf5d7f4a5279503f37.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mu {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/mu-f7f2bc9350164e2e60a3bed6a5df966775531861db78caaff22a82bc434d4066.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mu.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/mu-1999800f4a191d6d7c176bb662723f81259bf9cc38b95a80298493a47529c01f.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mv {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/mv-fab5e315fd361bb502c4d719aeab54e430ce83dcf7641e6d64de70fd4b470e87.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mv.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/mv-8f9edace5b9f01c413043bf2ee7cf6a2caca1aec932ede5e45a12e2f2c6d41ff.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mw {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/mw-0c77f47ab793a1b479fe0c88c9878695ed22a6da799d37492aeff5f9cfda1d8d.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mw.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/mw-d177c50fc2183ae4d8a04385e59cfdb5f338170c86a909d4e25d7a8f41261933.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mx {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/mx-39c7b84c5788e04c0b73241af9615fe25bf1197175a77379a8575423031aca08.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mx.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/mx-e61e975281d128c6e18691dc081b2e0d47107e7b3b3807581c9610ad40fcd471.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-my {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/my-daeddd884f1cb1459aab4ba522e1ed53d729ecc423cc649edb6bc8616a0dca18.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-my.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/my-31a2b46f9137ebd578e85e8c0f8197d70d3581c88d9902d495937472d769af41.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mz {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/mz-7dcb9dc93029375a7c16695f78deeee3bbe9c625fe57a60b505fe5fe7549b843.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mz.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/mz-9b8d5594df945646f62318a2a70c2503e26539da73e5566b0fa82838b51ef976.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-na {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/na-c6d30b5389c7914431da7a090fbb2be12061b637cbc58d87f80a7c60b4826d42.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-na.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/na-0b4fe37308385f7b663cfb72f6d9443dddc07230165189e3ede30907f326780b.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nc {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/nc-7db1863741ebcdf64133df6280689a42e3263eebde09e54edad922abe85e24e1.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nc.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/nc-ab113de68a193e3dc30a8ab9c9fd2094dba5e1bc8a49b46eadab66722306d29f.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ne {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ne-2424cc800667233226de1db34619f49074e5ad31cd29d7a8780e53ad50e7bc23.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ne.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ne-3cba097efdae0b0268f516950c13c5a4c9019a6020caacccf1c6bdd8d4ff9462.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nf {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/nf-7ea6a44aa991908fc80b414aa219d05981b491fb3faeb65115fa0a57f82caebb.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nf.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/nf-8abb9d3a0aa1aa0635a249e418c7c0ab807ba2ffa66937907c6a21a09fd4a950.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ng {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ng-3cc82e3ec138148299ec056d37156efe7d2a9c4d7410f3a83c9105b4873ce231.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ng.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ng-b5b8eb5f5147dabbed2421e95803621fef56c4224bc24a7515689d63cef932c9.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ni {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ni-ef9042655bdb4efc438aabcd3226cfd2da95b2d9df003e3744add2fad51d867d.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ni.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ni-fc6a0e28980722afccf83c3562872e7ea0b431c551566ffa0ab1b319c3c2460e.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nl {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/nl-d9a228484d09148e9bd4528577cac63bd464ace0b283de30fd9152aed127a41b.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nl.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/nl-2198250a4c646ed779676149285210866ccfcf7fd7e0441b345f98d72d70b29d.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-no {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/no-cd859c45072a1c18d7faefe6eee6527273df7ab21f78cd6c5d2d2c85c4b6b10c.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-no.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/no-074b75555e1b452603d3d1dbd53f0f356425acdb87b7943f01362da5c2ab1a88.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-np {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/np-d507cfbdf7f5afc7d9bc202dd622637c0b352e0fa52e80ad66d4a656a8decd53.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-np.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/np-425e575e0a864b5366ec1380dea1ed4eaf337a31e62aae550b9cd31a003acab9.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nr {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/nr-c7745894624f83ca1619810ec37e349ce06e277cf9ed8454e52f8e34c9f8e46e.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nr.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/nr-1e5a0a0f180a20c77f2a3844764d6aa25673550a09f60660796bd410d352f0d5.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nu {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/nu-23c5e9ac0d23739a7ce26d3db6467804dd8ee484a591573af4b12855eb3d0d57.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nu.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/nu-a00b67bbff9933ed8bb14cd8f685f76281e3e955f60bf3db12eaa734c9c3c3f5.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nz {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/nz-c4931a2e6bbe524906dbcc59c1b2de6a1ddbc9dac8ceb70cf53e91375b7536cd.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nz.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/nz-5ff3128bd5b86a97afe9af6140283d5b93d7943e11a7cc2faeac8311fa0c2df2.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-om {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/om-09acecd4c29a67877089437648259969793ebe978207501de6da08e2c127f6ae.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-om.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/om-7525ec8595bb8864dd6aedafff3a919d1f81c1b29aca61628b043e875161a730.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pa {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/pa-ffd942b1d82a8d6a1cdf617153dd930cee8a96044c0380096378c09f46e21ff9.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pa.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/pa-19facb68b4036a4bcd3359ed2f6d696f1f208b176fd98d29315c7f98b420da37.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pe {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/pe-544d02cfa2e2e33efeec78e5ec9030034b8cb48b307f6d7c4326ff4483b16e4c.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pe.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/pe-76bbc20dd1c441af23a351ebfc0e960cdb2078c3cb066fd5eae60a6514b07668.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pf {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/pf-ce777b2ee9c4fda03b77f8537cc79b40cb06d36f0c7f388d2870c313e40ed9f3.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pf.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/pf-10dfd16063d19df1ac37308c0698de48c890ff904b9c443cbacd89c0e41483aa.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pg {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/pg-96b52a9281ea1c44e9fd722746b02ce8a97aa253c6d7d95aa3896faf3955c29b.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pg.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/pg-b7c4cc4619d9de1976381ca8dacbed0ec841f0fb0ebf5691d638e093ec8e7ec8.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ph {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ph-d56bcf11d2a80b2ac39842902bf87e3d62ee6f8277755ebcb3ce7c085a60bb42.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ph.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ph-9fba2956e435f86199b74795266af1d3ef50efc1163dac1aab73e217b5a84ebc.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pk {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/pk-2957984cc54b20a7eb2d81ae349d4d87165bfc5316eced04ddea9ae510bd4b63.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pk.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/pk-3837c40e88fd6bbdf73d786d693eee943b958962fbf07d2a70943464331c45db.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pl {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/pl-6dfe5beddfdaa5e387315e6865a6d53962439f61a751e80937117364c6dc00cb.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pl.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/pl-c4e3650a0c5a9d578ad114687d7992fe05ca4eeffb15a552c497d275f5914828.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pm {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/pm-0bb7e626d78f80559398e5b8029d94d1deaa3912303e30ee76ce044a9a6774c7.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pm.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/pm-5a676e83e5b65cb1b252c6dab0d5a4f58359bf02b84737d8839076fd05a0de56.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pn {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/pn-db03fc90c378c8d92dcbaf135a50c6ad98b78c7a5bcae4bf74901456992e9e0a.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pn.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/pn-ede1ceb0634ebfd54248f8778981d61cacd9d3e376595c8a6cddb98050e7d9fb.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pr {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/pr-a2b61681f6ba73561620a47d812786458515c221dc4d70f9848d9e2a1a62b4a5.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pr.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/pr-94af644e1f0e5ac7a169e14b60327732b4f44bc3d9f485a7f94b5ac1a046ad02.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ps {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ps-64ccedc68719bc0b731a52c7aaad566929af5bce79a57175bfad1556fe0f8075.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ps.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ps-a638a7af797590dfeec5e4f552081d1a06ac6e4d78afd5ac4255163a413fe50d.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pt {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/pt-bf843a032fad951e601b72322f58ede1194f791afdc9e3c6e7c6b374c7496eeb.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pt.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/pt-6a3e32a9e3841b05190db4dba854b0a7e257ac61e8016da12991d0b9f9d0f546.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pw {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/pw-9cfbaf5955d919c05083fae895f758b48e830a22bcfa989910742028d232aff6.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pw.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/pw-b124bb01076a360c65d93442a45a25a9ef0e08442b8c0b3e961de229dd2648b7.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-py {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/py-264925012be650286d31ed7b82148dcef1e2ece7e58f997ae7e18f4044396f96.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-py.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/py-bc22aa2d99133e0a4da1ff0434c3f3a2838df8ed907f44590137862ecf4f9a52.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-qa {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/qa-d68974620785998d6e25c0c7f0c875bb63dacf6df7c869c36127219bdd0cbef5.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-qa.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/qa-97af9c893f24002783585bacc2d94bf6d57d5ba7bd3dc034f80b80202bcaf653.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-re {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/re-dea3785ec51b360d4cd6d019ac2aa175573bfcbdca101f6c3821cce064d61c29.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-re.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/re-054ba7565d7ed61ca7ee8ae66bb85b4b08e25ae0fa37bcd0559fc58088357683.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ro {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ro-cdbe483e51f56af6705dc1db5abcbb620a98a8f5c4526c1c155415aac29be831.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ro.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ro-2f4698abfea613de0e74263de93f9b8fec7c8fe9c2ee4236f76687e3f85f775e.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rs {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/rs-51ed75ae74b005477b721a1dc946d6caef87ddb6e8ee9e34310639075112f191.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rs.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/rs-d259fbd2dc924839200c472b84848b3d3ec79321b4ee8c5fb17d2ced66d925c7.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ru {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ru-d8f336920f0c5b5dbbd9b67c36b0fac31b4e73eb3bd651508491ebe96e860183.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ru.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ru-063afa0846213e7e4bb52abaad850813c412f04832dfae146f7cce76134745dc.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rw {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/rw-5810e3a0616416bd76aa92df8d47f0d9d289b4874955ce9e87061aad888ee0f4.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rw.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/rw-60cc57c8c7f09fd85b18d3b299e038aa0d52347cdc9afb533b7753d559ebe134.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sa {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/sa-c6db49fa2c75dd1b1811edc406cb6c94909892be39a3a2b8f042d889a4204673.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sa.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/sa-504ae5fc09e98fa424716276499970a1a59d2fd000c3d4fafcbef5fc7c1fa46f.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sb {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/sb-c21c756082f37c4d15a91cfc7c284d93a199c49ac11456fb325de655e56e1c94.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sb.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/sb-48c56ac74f39d93192b352438f82f2f476a5054cfd94bce7366bf1e064d3a5ab.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sc {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/sc-63e27377ffeed8b7f1486085ff60b974e1d99a9c49e4e06d7e2f64ccc81d0b40.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sc.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/sc-c80894293a290f974debf0a38e36732da1a6c30f1391c329e91048f6ec2aedcf.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sd {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/sd-81df007c1ac7fb3a23ca49367209322e74604bda48172918114f0bee6ae33aff.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sd.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/sd-587eb4a02557419d3e8c893d68c62e29afce01c9a7faa33d86dd86ff8ed75060.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-se {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/se-f5aaea78d601b68f2165ce8a74398a787ef0a33f6c80512a2783a9621436c6e3.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-se.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/se-28e9545c10cf3b4d3246448ae13984860714e6c160b40d291cb707c70e1a9526.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sg {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/sg-617b57ff6e944b1f3cc0609f1280cf59d919f8d3fb91d2e3ae00c2b9fd5f0c1b.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sg.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/sg-048bb690dd339a56737d3b2b756b961b49dc601957909b383ea4905f1ae8df89.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sh {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/sh-b7cb54c6c1b92f87e770502780d254299e8f00b40420df44188118b6d261f124.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sh.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/sh-4b755373c71d7dbc7973802af1af916f61fa0fbbaef6279865455d722c4eaaee.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-si {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/si-566459603d99f384d6d2445e1e8971c7f9d73617cc388ebc1665f4c5599995c0.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-si.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/si-ebad0c3fc5e1b036fa9eb2443ec7f40ffc5edf467e0a235620724750ceccb83f.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sj {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/sj-581af0c3baef2aaac755607efd4f563e62faeb077d422b806ec56ee68f6a6666.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sj.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/sj-e84693e25aac76ea9e3a12e2582c17b410b74560d4a26b7a89e5bcc1719866fb.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sk {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/sk-5a4e8e3089d7a2aa2fa7e773bc36dd12f257de617c231b0c14578a608f8771aa.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sk.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/sk-8d7cb29c069ff310956f3cb9030a5af55227fdda32ad171dc4e52ed32c7ad016.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sl {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/sl-61eee5f483134b781e26febb68af4dd57725312ebd19a6eff982b408972ff3dc.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sl.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/sl-0749f7ef1dc64198c2214158a8eff8f61c311859fc1d2fae2a797f07187804a7.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sm {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/sm-5b26bc0b64ab57d18ec60e8745a58864a895bd52205b40936b5e6b42c87dd5fe.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sm.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/sm-2a9a7faa9763880624fd0f5721829f9e3788b826dde600c4f0d8967a6350bf8d.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sn {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/sn-a1fefbe4659a730847ec83a4ade829a4c0be590eee81d38088e62582d2ac23cc.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sn.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/sn-23761abb50046ffcff861a6315f837c9e7920b74f6efe8780d620e7ed916c8b6.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-so {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/so-66e43b34e5d99dfb5aefebb8418d42391195b70477f7a80f113d492d274576d4.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-so.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/so-1144aea85b99ec4d27dbe1e51e876c7211ee3e82f64c4a5f1ff4df7a189b548f.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sr {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/sr-299f298271421765c72fe81e74c0b395548f034fd6aa7dc2a020bdec0cbf4595.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sr.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/sr-41bf8be6fec15600aba26d9990e6959666c6a5e99972a7c33faef50c834aa2aa.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ss {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ss-b57ffd3882f711034eaa6b7d81e107f199117637300e6c92713c5b4f7685ea97.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ss.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ss-5c2947bd567c655972a4709f907dc910223fa6b459ce4946c92ee43f70b18342.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-st {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/st-8cd8f24033ba49b5b570ee6ceebc7c329bb117d2df94216c325cf847455097fe.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-st.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/st-2c0ec072f66c004f5275034b35e781e7d2c6ba5e58900b2dfb8f86e2bb7d2832.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sv {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/sv-b5bdaa2b6446a5dfd751d9c055bc99c7bb93f0538eaf91e0e0719279f01205cd.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sv.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/sv-a1e7f9d15192f31e73801b7b08e552dbfb8d8288dafe0602f1a028295eb1d5e0.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sx {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/sx-390042035825729b24a2dc892ccbfce283dc642c33ef4f9a0bcb7e53bf85cff3.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sx.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/sx-28224bb614bc76b498127b1bc2def5e5674a627d5ae2c3e8d1179489d6d52f9b.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sy {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/sy-3a5ac6a349932c96b6ccab7bd58c5bc2f3903f7ef7bd5b6803bf9b79ef7afb4c.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sy.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/sy-1aa4d8b1bd11d691a51f106bd00e6e843e72d7e1542bb4f2af1b3f43b019ee68.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sz {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/sz-52d5fc05cdd4a169efa5e5879df618853613e6b33a27b0bbe94803a8a219662c.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sz.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/sz-33adde6d18bed1c9750b5a47b1fd62c26449a10622c083148f29f60b59213664.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tc {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/tc-cb41774b7d94243eab97b23b354e025de19c12377eba22d9df0c5527ee29b4ce.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tc.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/tc-740581897914e92e68c32fbde3672bcfc21611067ea240fa71d44a13ba349114.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-td {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/td-b0821c28d5e803f46a5b8f348ad4dd05b8688ed0fa2fb035a433fba84e1d5c0e.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-td.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/td-8a0b1e7995b26df5f2075fcf6b4fc7a6d5efa593b21ccb0eee3b1a572eb856f3.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tf {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/tf-de1421ba7f21e27ef9ccf82911ffbeaa9d780b09c6d825c16b1fd6f7c968de68.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tf.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/tf-3a0ce4e584e6c21b678181af5dfb61a271f1fe4a9e3c895dde071e336725c982.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tg {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/tg-34e687a75dc81fd000b424626e7e1bdbce8ed8ae44dcf9d25b107052e37ad418.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tg.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/tg-b3ec3b3dd5765c383fea1858ac3ff6b1bd90da9106dbd0be6c6e4695779e90b8.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-th {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/th-1eec755d4dce5793c0db9d31d93f03c2ecd7dfde0d48de1bd13f825b1b407b56.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-th.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/th-c27f1abc59af70d9048f7c683c6c8e98bcd28869710de07f09e47c6fdd0d51b4.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tj {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/tj-dcb010ce01aef8af7343c3f4e84c8bc872a326b1fd2e4d9523e8ff5fd2f89e43.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tj.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/tj-68d226030bccaeb9b43b7962d2ac174349173c17ae5e601d83874220e895d3a5.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tk {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/tk-d37634dee8464dcc6abea5bb4fcfbca23935a39af162c6457d4023463f973e42.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tk.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/tk-dbe2faee00707ec04c026b8cf932af82fe0f27c9180d2a1f4f2497a31a0e21bd.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tl {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/tl-f472bede3ad28569201fdd5e397d0b3b98b91a8e6e45c1b7f110772f0290ab3d.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tl.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/tl-a2e9670f0a5cf6cafe604124b91f125716ac0b0e21b62579ef20927cf1be61a1.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tm {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/tm-f819956a3e8f75b7261845794e82f2d4f7b06da49529369705328569175fc828.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tm.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/tm-c28ab99069c7fdd9d9c306e26a67990b73ac0e6451d28bf66b40a1abb91a03d8.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tn {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/tn-873531de383bd5f0e00df57f8db2f04746cee149b9c467b973950525c802e4e7.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tn.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/tn-83d27d7c4f32dca0b1502afd4619587fea2076a25f18e86ea380b868c8a2ffed.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-to {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/to-3b3d98a1767c5929dde34b266ed3824363f238e86a63e72ed0827aefad440081.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-to.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/to-02bb4628f0f50d064fdebc6297625107e808f3e852a4b72d20cda985c9a7be0a.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tr {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/tr-4ce3db9363cc070b610c3c67d2685e58129675caee0d8d625e7a8dea846b73ba.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tr.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/tr-a866eac1473b5e60e3592249425e06d7e2109f1b291cfdfda0706e5a40b36776.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tt {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/tt-6863c8e585005e24190c7ced7ee4d110498e97cd82fc4604c06bb42cf6e6cc59.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tt.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/tt-223286218ca7ed5d10efa922cd064134ff5832d8f8f6601d53b2f0c916a1de23.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tv {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/tv-deda37c605ff55c8116a8542e254f6b7445ad9ed89956a49f349cd2931482583.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tv.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/tv-9f9588355ea42d69fe2a4f55c64e71b8f74829de8d298a649805aa660389a170.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tw {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/tw-f7d35924ea442d95c180a29638671933748e7087b47e2eebbd41773be0db7079.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tw.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/tw-7c1d6d41556e6789943b35311dc9c7c43fc15056716bc7b7830d0d87df034e2e.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tz {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/tz-ef0458ca4f2ff09ffc4050c5bd870cce59875ce9e3dadb6fe4a55f5333a14740.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tz.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/tz-0eeb0177ef274c97c3e61155d14e7eb81d4c593a9fdad462a5f02521be17199f.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ua {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ua-3266eec1680bfa378ead6c8bcb13a812e4bef0175325ee05135e79cfb3293b21.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ua.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ua-53070d2be2cfdf76fded17e8f92ecaf6c0a7ecefab1fca26564d1634a87adf10.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ug {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ug-074f282b63c907cf4ab08a94d710bcecfb318192a555b3010649e16bd031f9be.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ug.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ug-cf1309f26623709b5e56612938bf9e7faf5b124288c878a940e611650ae1dda3.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-um {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/um-df2c498ed14114964b9e9cca2c81de5876851a7cc7e0bcf989e3437071741344.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-um.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/um-4887f9768da1bb039817ad5e11224ad93bae0682bc0f34e8b767044c53eb2de9.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-us {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/us-e7d77c99f8b5035418ed4e0a49156441f261676378188a0d22c62239566be897.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-us.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/us-a3d77501027888bf30735200b63bf02e578afb0069478602402e31dcfdbd9ae2.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uy {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/uy-e15990b76bdaf533fcf11e905614904336973d2ded20df6a0c3e5c2010a445b5.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uy.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/uy-1d145fba6a9e8ea6eb0fac72154576a2a92cdcf330f1ee1d3a68b6a57bee7e25.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uz {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/uz-4547a86cf37f430b5ac28a46f7bf548fdf4d86c60c49cb5d3f40258df8b8a8fd.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uz.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/uz-0369a4fdf54d4e2364994ae7d82667e9822368f79611d4ff2c514de82228487f.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-va {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/va-6f20ec5cc05739849c4703657d8f19e2cda3fcfdc5cf7ba339f4dd215b27a815.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-va.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/va-b9065337c1e79f0199eaec1bb58a45e38ba984e292ad4a5947905684ab44eabd.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vc {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/vc-389e3e8909378f1c294275b7e41ff57e7a6bb36cb928029dd9d5aa95b595f5d3.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vc.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/vc-48b68ab8256faa1053b78145417a16757136362d0443ca324c544a35c07990f8.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ve {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ve-dab25838528ec4d4be582374eda5c53fdd1c7aa893e695e9fe07b95ef25c58dd.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ve.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ve-19108f6db5b403205354c9362acbd7ad7cd5af782b22942bb51c6bb483c4d125.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vg {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/vg-f962dd115c396ea78e00a0e7d58a2270ce448e84ea9b42566fb0740fb84dc513.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vg.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/vg-198f921915361b7fb436dd3c48f6a58ea5e6f3d0c9edd890bfc72ca95b56cd03.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vi {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/vi-cb801b86e0579a3083f7d481b79a3cf4e95353a18668bdd734ea803cd35bc04f.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vi.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/vi-bb9e27cef78b1d8afff031a58a09ce615662e52f431e5d01dddd7fafa4e69086.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vn {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/vn-023dc0b3edbd4a5d389b4d0a70f0162cbfee3b3dcdb886e91def0e3fd0913554.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vn.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/vn-1bf8c43aa969a69b3969f5390e55cd4d1352105955e914d78e2d8a83b6e5ece5.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vu {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/vu-1456ef8a0ea2b87035edeeac621a41879cc2659678eb4669e944c8dee9569bff.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vu.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/vu-8f6915ead488fd4285bb25fb9c2612c5ddfbfb2594c3474401ba1bdbd0a552ba.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-wf {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/wf-f9b9b9aee4503842a2dc722ae022438852d2f16b51a7cde628b64e2d75bedf91.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-wf.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/wf-ff8d8c474279c0ee7426dd2ef605dc99bb5dec15147afc4b95d96c8458bf6028.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ws {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ws-51adcffabbb8d22ad17f130a0047c77743389d44da6c1d80f2ee3e647c27a292.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ws.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ws-ea0ed5c0b07241162c0d68c527f5c908af19a02173a51dfe546c1aaf5bd9cee1.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ye {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/ye-7fbe4063cc700f26092c9327694c2263ff33ab2a112a2e3e102852e8e8d82cfe.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ye.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/ye-7620fa46629d57b24917dd3797d918a3455d8d46eae4087765a57f79f7c08190.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-yt {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/yt-9990952354325b6059c49cc1fe88202ad41181393578466e3490078126d6267e.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-yt.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/yt-93712ab9937eb603b7adb26303ca86052b9800a88092a4ade76b2af32931f2f3.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-za {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/za-06037512e214fb8aa3e24f632978a3315500580597b6299140699cea64922cce.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-za.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/za-cca5f03699a418af5beca34e08df2bf279e073bc213eb1413b8e7b0040f942ff.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zm {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/zm-5dd6e299091844e38b0cd0560ec870562c6765a664a689a70979267ce7f38860.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zm.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/zm-7565e3ae3e5de2e979809f20b422ee7a1100622b497c200c2b870857c4b2f624.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zw {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/zw-7c9670ff60ab6ef8be54c201d7147ffb7f8171470dc37592e4fb846b8ae00e5b.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zw.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/zw-643272df73d6c619b3fbc36484158c20f0627ac658b9089de2664db37064e28c.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es-ca {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/es-ca-44b97e0fa180403dc1a14e115db0a21e9cf6c2867ac76b4ac85a811ecf3789c6.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es-ca.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/es-ca-c4688dab287cd704f0d8ee93db418c392c0f460c94f9f090980e500e8d8577c8.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eu {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/eu-a173fda89e3bc31bbac3210aca1d576af0c6658180c6e10c599d76792685f0aa.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eu.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/eu-04778a82accbabd7c8800c611b4e4bc8cf13644702cff6cb86345d835094d415.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-eng {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gb-eng-8505daa1db9127806d2f84decbbf0dc180bd84c154568d53dbb09e52887c8be4.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gb-eng-e2749a769f48595ba019f03a8ebc9b715bad69f4fe659e5c737bab1354b010ed.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-nir {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gb-nir-cfc44f9790c418bbda615850278274a3d54f0f5df0ccf63b1be069fe5851ab44.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gb-nir-9e14c18541f180a4e61b62f91b8b4df56096627e02cffe91e39f2d9ecc5c3a66.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-sct {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gb-sct-7dd740f47d54596e4f781bbb008dfdcb27195927497f38d912abb3e411530251.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gb-sct-155eccec020081583d04720f3595334931e09766182f1561806819c461367c56.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-wls {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/gb-wls-fcb4aaff013c31acc751746c4521dc6cd60b1861eadd56ee6bd6e84c06bacf03.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/gb-wls-1c6fa3d0d8441c69c9b4de2d5d354638199715104d2db78bd4c1c139a1c7abe8.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-un {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/un-2e981b952f5eab285bc2037f2c2419f6e351431d01da2eecdfc51d3decad5e5c.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-un.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/un-5678248ccda7a676d7da8e22ecb145e5dc919d294e70f13f7a138948741a8da9.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-xk {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/4x3/xk-6e4b68c18ecd812465ea91cc315c8d1267c393385300e5ebf2e172c6a87fcbc0.svg);
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-xk.flag-icon-squared {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/flags/1x1/xk-27cd8cd14c608f51ed1f23c6ea5a7865b6d913feba363a2f7e8958c1bf99ff06.svg);
}

/* line 3, app/assets/stylesheets/_tooltip.scss */
[data-tooltip] {
  --arrow-size: 5px;
  position: relative;
  z-index: 4;
}

/* line 9, app/assets/stylesheets/_tooltip.scss */
.tooltip-component[data-tooltip]:hover:before {
  visibility: hidden;
}

/* Positioning and visibility settings of the tooltip */
/* line 14, app/assets/stylesheets/_tooltip.scss */
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  bottom: calc(100% + var(--arrow-size));
  pointer-events: none;
  transition: 0.2s;
  will-change: transform;
  font-weight: 300;
}

/* The actual tooltip with a dynamic width */
/* line 28, app/assets/stylesheets/_tooltip.scss */
[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 10px 18px;
  min-width: 50px;
  max-width: 300px;
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 14px;
  background-color: rgba(59, 72, 80, 0.9);
  background-image: linear-gradient(30deg, rgba(59, 72, 80, 0.44), rgba(59, 68, 75, 0.44), rgba(60, 82, 88, 0.44));
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  color: #fff;
  white-space: pre-wrap;
  transform: translate(-50%, calc(0px - var(--arrow-size))) scale(0.5);
  text-transform: none;
}

/* line 50, app/assets/stylesheets/_tooltip.scss */
[data-tooltip-width="100"]:before {
  max-width: 100%;
}

/* Tooltip arrow */
/* line 55, app/assets/stylesheets/_tooltip.scss */
[data-tooltip]:after {
  content: '';
  border-style: solid;
  border-width: var(--arrow-size) var(--arrow-size) 0px var(--arrow-size);
  /* CSS triangle */
  border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
  transition-duration: 0s;
  /* If the mouse leaves the element,
                              the transition effects for the
                              tooltip arrow are "turned off" */
  transform-origin: top;
  /* Orientation setting for the
                              slide-down effect */
  transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */
/* line 69, app/assets/stylesheets/_tooltip.scss */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1 !important;
}

/* Scales from 0.5 to 1 -> grow effect */
/* line 75, app/assets/stylesheets/_tooltip.scss */
[data-tooltip]:hover:before {
  transition-delay: 0.3s;
  transform: translate(-50%, calc(0px - var(--arrow-size))) scale(1);
  text-transform: none;
}

/*
  Arrow slide down effect only on mouseenter (NOT on mouseleave)
*/
/* line 83, app/assets/stylesheets/_tooltip.scss */
[data-tooltip]:hover:after {
  transition-delay: 0.5s;
  /* Starting after the grow effect */
  transition-duration: 0.2s;
  transform: translateX(-50%) scaleY(1);
}

/*
  That's it for the basic tooltip.

  If you want some adjustability
  here are some orientation settings you can use:
*/
/* LEFT */
/* Tooltip + arrow */
/* line 100, app/assets/stylesheets/_tooltip.scss */
[data-tooltip-location="left"]:before,
[data-tooltip-location="left"]:after {
  left: auto;
  right: calc(100% + var(--arrow-size));
  bottom: 50%;
}

/* Tooltip */
/* line 108, app/assets/stylesheets/_tooltip.scss */
[data-tooltip-location="left"]:before {
  transform: translate(calc(0px - var(--arrow-size)), 50%) scale(0.5);
}

/* line 111, app/assets/stylesheets/_tooltip.scss */
[data-tooltip-location="left"]:hover:before {
  transform: translate(calc(0px - var(--arrow-size)), 50%) scale(1);
}

/* Arrow */
/* line 116, app/assets/stylesheets/_tooltip.scss */
[data-tooltip-location="left"]:after {
  border-width: var(--arrow-size) 0px var(--arrow-size) var(--arrow-size);
  border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
  transform-origin: left;
  transform: translateY(50%) scaleX(0);
}

/* line 122, app/assets/stylesheets/_tooltip.scss */
[data-tooltip-location="left"]:hover:after {
  transform: translateY(50%) scaleX(1);
}

/* RIGHT */
/* line 129, app/assets/stylesheets/_tooltip.scss */
[data-tooltip-location="right"]:before,
[data-tooltip-location="right"]:after {
  left: calc(100% + var(--arrow-size));
  bottom: 50%;
}

/* line 135, app/assets/stylesheets/_tooltip.scss */
[data-tooltip-location="right"]:before {
  transform: translate(var(--arrow-size), 50%) scale(0.5);
}

/* line 138, app/assets/stylesheets/_tooltip.scss */
[data-tooltip-location="right"]:hover:before {
  transform: translate(var(--arrow-size), 50%) scale(1);
}

/* line 142, app/assets/stylesheets/_tooltip.scss */
[data-tooltip-location="right"]:after {
  border-width: var(--arrow-size) var(--arrow-size) var(--arrow-size) 0px;
  border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
  transform-origin: right;
  transform: translateY(50%) scaleX(0);
}

/* line 148, app/assets/stylesheets/_tooltip.scss */
[data-tooltip-location="right"]:hover:after {
  transform: translateY(50%) scaleX(1);
}

/* BOTTOM */
/* line 155, app/assets/stylesheets/_tooltip.scss */
[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
  top: calc(100% + var(--arrow-size));
  bottom: auto;
}

/* line 161, app/assets/stylesheets/_tooltip.scss */
[data-tooltip-location="bottom"]:before {
  transform: translate(-50%, var(--arrow-size)) scale(0.5);
}

/* line 164, app/assets/stylesheets/_tooltip.scss */
[data-tooltip-location="bottom"]:hover:before {
  transform: translate(-50%, var(--arrow-size)) scale(1);
}

/* line 168, app/assets/stylesheets/_tooltip.scss */
[data-tooltip-location="bottom"]:after {
  border-width: 0px var(--arrow-size) var(--arrow-size) var(--arrow-size);
  border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
  transform-origin: bottom;
}

/* line 1, app/assets/stylesheets/users.scss */
.profile-image {
  max-width: 500px;
}

/* line 5, app/assets/stylesheets/users.scss */
.profile-picture {
  height: 10rem !important;
  width: 10rem !important;
  border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
}

/* line 13, app/assets/stylesheets/users.scss */
.experts-tilegrid {
  display: flex;
  flex-wrap: wrap;
  margin: -2px;
}

/* line 19, app/assets/stylesheets/users.scss */
.experts-gridlink {
  box-sizing: border-box;
  padding: 2px;
  width: 33.3333%;
  height: 284px;
}

/* line 26, app/assets/stylesheets/users.scss */
.experts-gridtile {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}

/* line 33, app/assets/stylesheets/users.scss */
.experts-photo {
  height: auto;
  transform: translateY(-50%);
  position: relative;
  left: 0px;
  width: 100%;
  top: 50%;
}

/* line 42, app/assets/stylesheets/users.scss */
.experts-caption {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 68px;
  background: rgba(0, 0, 0, 0.4);
  align-items: center;
}

/* line 52, app/assets/stylesheets/users.scss */
.experts-caption-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: white !important;
  margin-left: 16px;
  margin-right: 0px;
  flex-grow: 1;
  font-size: 1.5em;
}

/* line 63, app/assets/stylesheets/users.scss */
.profile-name {
  font-size: 2em;
  color: rgba(66, 66, 66, 0.870588);
  display: block;
  text-align: left;
}

/* line 70, app/assets/stylesheets/users.scss */
.affiliation-text {
  font-size: 1em;
}

/* line 74, app/assets/stylesheets/users.scss */
.ui-autocomplete {
  max-height: 20rem;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

/* line 81, app/assets/stylesheets/users.scss */
.autocomplete-container {
  text-align: right;
  position: relative;
  width: 100%;
}

/* line 87, app/assets/stylesheets/users.scss */
.autocomplete-icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

/* line 7, app/assets/stylesheets/activity_feed.scss */
.activity-feed-item .item-header a {
  text-decoration: none;
}

/* line 13, app/assets/stylesheets/activity_feed.scss */
.activity-feed-item .item-avatar {
  background: white !important;
  position: relative;
  vertical-align: middle;
  opacity: 0.5;
  background: white;
  line-height: 1;
  height: 2.25em;
  width: auto;
  margin: 0 auto;
  margin-bottom: 0.25em;
}

/* line 30, app/assets/stylesheets/activity_feed.scss */
.activity-feed-item .item-avatar i.glyphicon {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1em;
  width: 1em;
}

/* line 41, app/assets/stylesheets/activity_feed.scss */
.activity-feed-item .item-avatar svg {
  height: 100%;
  display: block;
}

/* line 45, app/assets/stylesheets/activity_feed.scss */
.activity-feed-item .item-avatar svg * {
  stroke: var(--primary);
}

/* line 51, app/assets/stylesheets/activity_feed.scss */
.activity-feed-item .item-avatar.highlighted svg {
  height: 100%;
  display: block;
}

/* line 55, app/assets/stylesheets/activity_feed.scss */
.activity-feed-item .item-avatar.highlighted svg * {
  stroke: var(--secondary) !important;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-svg-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  fill: #fff;
  height: 1.5em;
  width: 1.5em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-svg-icon:before {
  content: none !important;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-control:focus .vjs-svg-icon, .vjs-svg-icon:hover {
  filter: drop-shadow(0 0 0.25em #fff);
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABUgAAsAAAAAItAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV33Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADwwAABdk9R/WHmhlYWQAABGcAAAAKwAAADYn8kSnaGhlYQAAEcgAAAAdAAAAJA+RCL1obXR4AAAR6AAAABMAAAC8Q44AAGxvY2EAABH8AAAAYAAAAGB7SIHGbWF4cAAAElwAAAAfAAAAIAFAAI9uYW1lAAASfAAAASUAAAIK1cf1oHBvc3QAABOkAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7xDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADbZCycAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1gUV5auc6urCmxEGrq6VRD6ATQP5dHPKK8GRIyoKApoEBUDAiGzGmdUfKNRM4qLZrUZdGKcGN/GZJKd0SyOWTbfbmZ2NxqzM5IxRtNZd78vwYlJdtREoO7sudVNq6PmmxmKqrqPU+eee173P80Bh39Cu9DOEY4DHZBK3i20D/QRLcfxbE5sEVtwLpZzclw4ibFIkSCJUcZ4MBpMnnzwuKNsGWBL5i3qy6kO2dVpvUpKbkAP9fq62rdeGJ+TM/7C1nbIutfuWrWk5ci4zMxxR1qW/N+9JsmCGXj9VKWhFx/6tr/nz78INDm2C9yPF/fDcxLuyKxLBZ1ZBz2QTi+RSkiH5RrDQJ/GgGQadX9m0YSURs7GpSG905Zsk41uj14yul1OtieZ7QUk5GRG/YiS7PYYPSAZNRed9sq3+bOpz00rKb7pe/ZEZvbALxZAHT3AFoH8GXP3rt67QFn40kt8W13FjLTDb48c+fSi5/7h0P4dL5yz7DPtbmgmYxfQA9RL2+EOfTcvdp+1vmuBpvOll1As1S6ak0IvJzC7sKWJFtJgBd2uWcg+0Zyg7dzQfhcjXRgXGZRf5/a4A58IDU777Nl252AUk4m2ByRRjqTNqIDCEJeAnU3iCFwrkrNwXEzg4yFevBwypzxkcX+AIfk3VEKl3XmWbT8788SzvpvFJaiOezL6QyuSr9VNf97csNu0z3LuhR0wATUxZAfVBwVOy+nQFhxYdWaXlXe4HC4zWGWzzsrLDtmhI9pOWOHv7PTT7XybH1Z0+v2d5Abd3kmG+TsH23CS/KwTxx/JkzEwx6jcQOUc42LLwHJ/J93uZ9ygh3HuZGwqsY9dWDHQ58dxNqyqKRQTYdxwTubiOSs3FiMDkq0WSZQgCT0GBDOg2lxOAd1FlPVGs4AKBAcYHHaP2wPkHaivmLF5zYqnIZrvcHx5gN4k/6tchNW1DtdgNL2KrxEkS/kfnIHoVnp1VjmjpTf5r0lTzLj0mdS28tX+XGorU364eMPmnWVl8J36nlKGw3CZhjEiuMw8h8mKvhGD+4/lElBWjAhLJMg6fTw4zPZ8cOmcGQBm2Qxml1nAm13CpYGq1JKUlJJUzQn1PTAO0mgv6VMMpA/DuRfSWEu4lDIxdbAtdWIKvnn2Vk766CWfz9fpY0sH/UpdP50rfszaVpdVRmvIejEdLMk45s4Bu0EWHjeOySmFyZSiMahvZdNSn29peoI/YexYfKQTLeurTXXwEVLeSfInTWHkkMaeUx7sBvOCSTSj3AlcKjfueyS36tCrXDlgRtF0etFq9jhc1kfKuBT/OwMr0F4UUTTh1AN0g20+H/ScPcsIEsYu9d/zN5PmjprPtNwI1ZZcDK6iC97Mcjp2y2aX36f+QbpGHrgRuHlXJ+Zf6PFRL2uQSp8vxHeF2IoRb8Rd2rhMzsNxSRmEuKK4JFnkojhMcx6jzqHzGMGFcW+MhBj0bhf6cowN+45I4LHvwT6fteu7M42wGRI/pxcg6/MZdEvt1U1XaulHFXuLmqov/MukvRVL35/b3ODM1+4aPjtzeK7zmUkV2h3DN54HaQ9GzJvxHRb6Ks2gB81fwqraT+A7GvZJrRLRofU6G0urNL+zFw3v0FaVDFxsKEZW56F31r6ip6vOL+FCObBPuIMRiXld9RaMdLzRIOGhPey2T9vA/35DmZPK9IWaT9d/WgOGMieYqJ/dzjLIhZU118gbysxrNUGefxD6UO/hyNNllpFTOIbx32kSFQctnweV5PxTMHLjRqiAN+fQE9gL+Xy5WB6MOS4GJJuYbDUHhcKDhHGRbLzOpjsjdM1+iwAZLGeieehACX2hhI7SjK/ZUTNrvVje31TxJiFBGYViWFkCn9PMeX9fS6qVbzfCj4fOCTzDnuWy2c4xA7mdNkA3RS9FH2VeqzdCBlixxbzXjvkHU1I8BOYFb1pZvPIHSSIj4svT8xpzcxtXN+ZKyjdDvbz08niiF3PqV9Tn5NST8vg48MTaY8E5xqSSIsWoWHo+LtAzxdH/GDUyp37CBEYfso04F/NlMTcDJUTpECLY0HFGQHImE8xsEUdgnrQlixIvGhJA1BvxpDHGxEMBYFeNOHcBJlSjwe2JcSfbBEsGOPPBHg/6SBBOCsLLw0SpUxod0Z1bFMfLkbQ3UiZxEyd0Dx8t+SRBu18Q9msFbI4e3p1THEfkSEh7kEJ5orR10qTWDvbgPWn5aWvCYyOAjwgXyjJi34uMjo58L25cmRAeQZWI2PA1QQLsPESAH8WGFwZZ4SPoR73BHPzIPMJj9AreBzKUmrH4todT18ANvi1oc3YGjUT/0j+ExUwq8PI9BLaCQIpvewwYu2evAG/Vo/5avPdY7o+BemLLXw3y+AdkzP9bpIxB1wm5EYq8fesHbPEPtm6HrHvtx4jcGPR8fDDpkZBefIjB46QnlUNRltv4Z/pO/J6dxEjhYAtmoMeq+GozvUVvNYOW3m6GCIhoprcfr97B8AcIQYsfD8ljUvGNjvkrpj0ETA48ZMIxCeqsRIsQALE0gi2GB+glSOfbOjW3GSBM9yPq8/rpJXrJDz0BPxV6xdN4uiCGDQed3WhgFkBUZEFsmeyyBpzXrm7UGTBZG8Lh5aubFufk5eUsbrrFGr7McYdbltxa0nKYqRKbQjvikXYkTGM0f2xuyM3Ly21oXnWfvf6I1BmZwfh7EWWIYsg2nHhsDhOnczhJcmI6eBAmy3jZ3RiJmKQR/JA99FcwsfaVbNDDyi1rL9NPj9hfo61wjM6BjzOLijLpeTgk/pL+ip6tfYWupzeOgPny2tcUu9J/9mhxJlgyi985NFRbvCVewXUNXLJaW0RxZqtRYtnfYdcYomXQWdnJHQA3jiEEkeTQWcWxdDP9IvvVWvo2TK553XEMEq+s69/QDU1Q7p0zxwsm9qS379whr8NI2PJqLUyGyfNeX3eFfnJU2U+uHR9cVV1IqgurqwuV44XVp0h2qN55X5XJwtk59yP0IZuHrqBOBIuIYhkcoT6Kx79Pu2HS/IPZIMOqLWs/pteOOk4NPgEb6QAIdAPsyZk5Mwd+wVaHMexJv719W7xCu2l37UG6lvYdBcvHa08p89741zd63phTRGqL5ggo6SlvdbWXzCqsPq78NnSu7wnKy2HNZbVoRCI7UJEOyRj+sPE002tOOY7Qa5fXboFWkLNeqYUSZRocp9XwSUZxcQZ9Hw6LV2pOoVmvHQEDbGIENEG5i6bLgMSM4n8+FNLTtAds99DaWEvgcf4o5SyYe9x+kF6/tGoTPAdRmS/XQIEy//QxKC2oqioAI3tS5auvxCtzT6y6RK8fhChYcwCJaMJhxc0vqSxQ/qmgsrKAlBZUHlauheTpvd9uj5DnLzJct6qfq5fXbYHVIGcfrIVJihbaVLu1wW7Vbs8zK0A8e9Jvb91S9cVMjPrazD6gpfeZTXzYbCFMcppVRsGMpp55OWgx1/3JeAxW1Y7AORgM/m3rWrsdLkQVmEVSU16cX/e7uvkvpqRiQsG06XJ0t64Tf+l0nG1dt025gyOIZlvq5u9KSU1N2TW/rsWnnMRPyTDkctbhvIcNvYIXWyLzdwYLoYesUbaQG4iK2cWO2gdpeUYLqDD0MUTOPhDIGnZEs58yArR86FznuWEsU4YDi2x26dA4klkn8Qa6vhk2QUfX4Jxm/ngX9r7ogn1dmlmwqZmuhxtdg9XN/DEcUgqb+9hMyNansfaQET2mcROCmGEMVqxm5u+h6kN2MOwgqykV2wH9yQG9DvVFU38Pogaf4FVuE62KI/oJ02RDdWW2w5dqQwU/8+N1q1DlvsL863u61KLE7x/o8w0VJQM/Y/SQ3unIrqxueEa1BqT5VFNsO7p39/UC771a77RowpaKe9nvJQIT1Pog5LGx8XblBKmCNGTf3xMogAQvPnz9PYKX/08sVDTG1OKUlOLUgS/UaZtm1NAaYTsl7i9ZQ+L6O4Rl0OGa577LuWvc+C+x96/vYh0lLBuM+7XwI/dTLtdT7v4d6rRTWDnku0IBrqFnZ5bVIqKP8lasJlithWnaLhTsr8qFJBulF/70p4undou36HeTJ5+jv1fCybeQ8nH3+Xv6aENczmOFlab+hqMDg1rLOt12A+tiUFrYDwQ6c3RUJp601nzegTNX6WlYAI2zSUV945F6zU56ZmZVQaWspWcIADxJ9GmljQUnL2p2Dpr5T8H+5KJFu+vqBq8qvyHRzStLHPEO5SPYCV9nZe0yZT2RcH0oHvegSzNEJ0oGWU8iQWM12dgPEugngVceGIwZgPFp0BiT1a0a3R5Rcot7ihfA1J/20v96jX7zmTX9s583H0kwx6WnLd09cXrR9LGroOa9sHNbdyz8wcKk5lqhaVFJZNwmqtw884MXNdvJujpBa3xzuSaZH9sxa06Z7x+HJSduPbdYHv/DgmEhfbehvlmGN7JUkcG78GDM12CeyFFTPNqVeNxC1gzjz+c2nVo63Xxs8rKJWXoBJM0tmEbfGm4qzpoOH3xpzQfyxLzW1gnE9NHo6tol1eMEic4ZVPrjnVi0kqAe2sQ2bgqupScaq8WGlUWgWHI51SKJl/UYT6zccNsCSkBtiVZLsiefuFSDYT3Fi8Zk7EUnmjTRYtsFeuDDJS05MW79M3mr3mla+d8dzac31KTPmBYfFiYSUef48PhPjm9ryZsSGZZkdNvzq0Y9rdNcwDq5Dg5C3QW+7UN64IKptvS3tvHbvu5c9pv1Exau21rc9LIpwpQwUjTq8576yeVDz5+4WZ1nXT43wV60rPLJbDp/UksNrP3iQ2SA63Pst058gOYDbhRnRUw8l/sRt4HbxPzO4WYpInCpuVgSbVh6JXuwnnJngKTTCwaPWmG5Xbhpm1U0Yt3FyBGpGYemPM77p2TD904JjgJ2QFpFLeYpGx8X15Qx1Zk31p5ki9ZLUuXE0lmuJlcakJMVLeFS1iIvrB8drY0aloilakqCZwzwRORtxlgwxS4IThggJd4TDxoiaAIT80fFPGrCPPru+puFn504P/ybr4ihA/6dKASLshEJic7xE8tmzu3KzA7TABBe8y5fNbWo3ilQn/SuFKM16b2l5bOeayqfGhYmhIulU+fVNDdWVv4NMzX10MBHyPR5uhWUu8D9P1VnIMt4nGNgZGBgAOJ/1bf64vltvjJwszOAwAOlmqvINEc/WJyDgQlEAQA+dgnjAHicY2BkYGBnAAGOPgaG//85+hkYGVCBPgBGJwNkAAAAeJxjYGBgYB/EmKMPtxwAhg4B0gAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAe4CLgKKAtAC/ANiA4wDqAPgBDAEsATaBQgFWgXABggGLgZwBqwG9gdOB4oH0ggqCHAIhgicCMgJJAlWCYgJrAnyCkAKdgrkC7J4nGNgZGBg0GdoZmBnAAEmIOYCQgaG/2A+AwAaqwHQAHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkXlT2zAQxf1C4thJAwRajt4HRy8VMwwfSJHXsQZZcnUQ+PYoTtwpM+wf2t9brWZ2n5JBsol58nJcYYAdDDFCijEy5JhgileYYRd72MccBzjEa7zBEY5xglO8xTu8xwd8xCd8xhd8xTec4RwXuMR3/MBP/MJvMPzBFYpk2Cr+OF0fTEgrFI1aHhxN740KDbEmeJpsWZlVj40s+45aLuv9KijlhCXSjLQnu/d/4UH6sWul1mRzFxZeekUuE7z10mg3qMtM1FGQddPSrLQyvJR6OaukItYXDp6pCJrmz0umqkau5pZ2hFmm7m+ImG5W2t0kZoJXUtPhVnYTbbdOBdeCVGqpJe7XKTqSbRK7zbdwXfR0U+SVsStuS3Y76em6+Ic3xYiHUppc04Nn0lMzay3dSxNcp8auDlWlaCi48yetFD7Y9USsx87G45cuop1ZxQUtjLnL4j53FO0a+5X08UXqQ7NQNo92R0XOz7sxWEnxN2TneJI8Acttu4Q=) format("woff");
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder, .vjs-icon-play {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
  content: "\f101";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-play-circle:before {
  content: "\f102";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder, .vjs-icon-pause {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before, .vjs-icon-pause:before {
  content: "\f103";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder, .vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before, .vjs-icon-volume-mute:before {
  content: "\f104";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder, .vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before, .vjs-icon-volume-low:before {
  content: "\f105";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder, .vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before, .vjs-icon-volume-mid:before {
  content: "\f106";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-mute-control .vjs-icon-placeholder, .vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-mute-control .vjs-icon-placeholder:before, .vjs-icon-volume-high:before {
  content: "\f107";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-enter:before {
  content: "\f108";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-exit:before {
  content: "\f109";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-spinner:before {
  content: "\f10a";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-subtitles:before {
  content: "\f10b";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-captions {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-captions:before {
  content: "\f10c";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-hd:before {
  content: "\f10d";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-chapters-button .vjs-icon-placeholder, .vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-chapters-button .vjs-icon-placeholder:before, .vjs-icon-chapters:before {
  content: "\f10e";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-downloading {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-downloading:before {
  content: "\f10f";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-file-download {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-file-download:before {
  content: "\f110";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-file-download-done {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-file-download-done:before {
  content: "\f111";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-file-download-off {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-file-download-off:before {
  content: "\f112";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-share:before {
  content: "\f113";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-cog:before {
  content: "\f114";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-square:before {
  content: "\f115";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f116";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-circle-outline:before {
  content: "\f117";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-circle-inner-circle:before {
  content: "\f118";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder, .vjs-icon-cancel {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before, .vjs-icon-cancel:before {
  content: "\f119";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-repeat {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-repeat:before {
  content: "\f11a";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder, .vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before, .vjs-icon-replay:before {
  content: "\f11b";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-skip-backward-5 .vjs-icon-placeholder, .vjs-icon-replay-5 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before, .vjs-icon-replay-5:before {
  content: "\f11c";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-skip-backward-10 .vjs-icon-placeholder, .vjs-icon-replay-10 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before, .vjs-icon-replay-10:before {
  content: "\f11d";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-skip-backward-30 .vjs-icon-placeholder, .vjs-icon-replay-30 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before, .vjs-icon-replay-30:before {
  content: "\f11e";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-skip-forward-5 .vjs-icon-placeholder, .vjs-icon-forward-5 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before, .vjs-icon-forward-5:before {
  content: "\f11f";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-skip-forward-10 .vjs-icon-placeholder, .vjs-icon-forward-10 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before, .vjs-icon-forward-10:before {
  content: "\f120";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-skip-forward-30 .vjs-icon-placeholder, .vjs-icon-forward-30 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before, .vjs-icon-forward-30:before {
  content: "\f121";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-audio-button .vjs-icon-placeholder, .vjs-icon-audio {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-audio-button .vjs-icon-placeholder:before, .vjs-icon-audio:before {
  content: "\f122";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-next-item:before {
  content: "\f123";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-previous-item:before {
  content: "\f124";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-shuffle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-shuffle:before {
  content: "\f125";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-cast {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-cast:before {
  content: "\f126";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder, .vjs-icon-picture-in-picture-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .vjs-icon-picture-in-picture-enter:before {
  content: "\f127";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder, .vjs-icon-picture-in-picture-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .vjs-icon-picture-in-picture-exit:before {
  content: "\f128";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-facebook:before {
  content: "\f129";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-linkedin:before {
  content: "\f12a";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-twitter:before {
  content: "\f12b";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-tumblr:before {
  content: "\f12c";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-icon-pinterest:before {
  content: "\f12d";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-descriptions-button .vjs-icon-placeholder, .vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before, .vjs-icon-audio-description:before {
  content: "\f12e";
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  word-break: initial;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js:-moz-full-screen {
  position: absolute;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js[tabindex="-1"] {
  outline: 0;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js *, .video-js :after, .video-js :before {
  box-sizing: inherit;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-1-1, .video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-9-16, .video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-1-1:not(.vjs-audio-only-mode), .video-js.vjs-16-9:not(.vjs-audio-only-mode), .video-js.vjs-4-3:not(.vjs-audio-only-mode), .video-js.vjs-9-16:not(.vjs-audio-only-mode), .video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  height: 0;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
body.vjs-full-window, body.vjs-pip-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-full-window .video-js.vjs-fullscreen, body.vjs-pip-window .video-js {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs), body.vjs-pip-window .video-js {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
  display: block;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-pip-container .vjs-pip-text {
  position: absolute;
  bottom: 10%;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.7);
  padding: .5em;
  text-align: center;
  width: 100%;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-layout-small.vjs-pip-container .vjs-pip-text, .vjs-layout-tiny.vjs-pip-container .vjs-pip-text, .vjs-layout-x-small.vjs-pip-container .vjs-pip-text {
  bottom: 0;
  font-size: 1.4em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-hidden {
  display: none !important;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-disabled {
  opacity: .5;
  cursor: default;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-no-js a, .vjs-no-js a:visited {
  color: #66a8cc;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -.81666em;
  margin-left: -1.5em;
  cursor: pointer;
  opacity: 1;
  border: .06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: .3em;
  transition: all .4s;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-big-play-button .vjs-svg-icon {
  width: .75em;
  height: .75em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
  display: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js button {
  background: 0 0;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: .5em;
  z-index: 2;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-menu-button {
  cursor: pointer;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-menu-button.vjs-disabled {
  cursor: default;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial,Helvetica,sans-serif;
  overflow: auto;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-menu li {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: .2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.js-focus-visible .vjs-menu li.vjs-menu-item:hover, .vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.js-focus-visible .vjs-menu li.vjs-selected:hover, .vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon, .vjs-menu li.vjs-selected .vjs-svg-icon, .vjs-menu li.vjs-selected:focus .vjs-svg-icon, .vjs-menu li.vjs-selected:hover .vjs-svg-icon {
  fill: #000;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible), .video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible) {
  background: 0 0;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 .3em 0;
  font-weight: 700;
  cursor: default;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
  left: unset;
  right: 1em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
  display: block;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-menu-button-inline {
  transition: all .4s;
  overflow: hidden;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover {
  width: 12em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all .4s;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-audio-only-mode .vjs-control-bar, .vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility .1s,opacity .1s;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s,opacity 1s;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
  display: none !important;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar, .vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-button > .vjs-icon-placeholder {
  display: block;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-button > .vjs-svg-icon {
  display: inline-block;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js :not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-custom-control-spacer {
  display: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-progress-control.disabled {
  cursor: default;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-live .vjs-progress-control {
  display: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-progress-holder {
  flex: auto;
  transition: all .2s;
  height: .3em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-play-progress {
  background-color: #fff;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-play-progress:before {
  font-size: .9em;
  position: absolute;
  right: -.5em;
  line-height: .35em;
  z-index: 1;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-svg-icons-enabled .vjs-play-progress:before {
  content: none !important;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-play-progress .vjs-svg-icon {
  position: absolute;
  top: -.35em;
  right: -.4em;
  width: 1em;
  height: 1em;
  pointer-events: none;
  line-height: .15em;
  z-index: 1;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: .3em;
  color: #000;
  float: right;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-progress-control:hover .vjs-progress-holder .vjs-play-progress .vjs-svg-icon {
  width: .8em;
  height: .8em;
  top: -.25em;
  right: -.5em;
  line-height: .35em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
  display: block;
  font-size: .6em;
  visibility: visible;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s,opacity 1s;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 .45em 0 .45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-slider.disabled {
  cursor: default;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-panel {
  transition: width 1s;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
  width: 10em;
  transition: width .1s;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-panel {
  display: flex;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-bar {
  margin: 1.35em .45em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: .3em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: .9em;
  z-index: 1;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-slider-vertical .vjs-volume-level {
  width: .3em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-slider-vertical .vjs-volume-level:before {
  top: -.5em;
  left: -.3em;
  z-index: 1;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-svg-icons-enabled .vjs-volume-level:before {
  content: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-volume-level .vjs-svg-icon {
  position: absolute;
  width: .6em;
  height: .6em;
  top: -.55em;
  pointer-events: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-mute-control .vjs-svg-icon {
  width: 1.75em;
  height: 1.75em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-slider-horizontal .vjs-volume-level {
  height: .3em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-slider-horizontal .vjs-volume-level:before {
  line-height: .35em;
  right: -.5em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
  top: -.15em;
  right: -.3em;
  line-height: .05em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
  top: -.9em;
  right: -.15em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: .3em;
  color: #000;
  float: right;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip, .video-js .vjs-volume-control:hover .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip, .video-js .vjs-volume-vertical:hover .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s,opacity 1s;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-has-started .vjs-poster, .vjs-using-native-controls .vjs-poster {
  display: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-audio.vjs-has-started .vjs-poster, .vjs-has-started.vjs-audio-poster-mode .vjs-poster, .vjs-pip-container.vjs-has-started .vjs-poster {
  display: block;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-liveui .vjs-live-control, .video-js:not(.vjs-live) .vjs-live-control {
  display: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control, .video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: .5em;
  color: #888;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-svg-icons-enabled .vjs-seek-to-live-control {
  line-height: 0;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-seek-to-live-control .vjs-svg-icon {
  width: 1em;
  height: 1em;
  pointer-events: none;
  fill: #888;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
  fill: red;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-current-time, .video-js .vjs-duration, .vjs-live .vjs-time-control, .vjs-live .vjs-time-divider {
  display: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-time-divider {
  display: none;
  line-height: 3em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-play-control {
  cursor: pointer;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-controls-disabled .vjs-text-track-display, .video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-subtitles {
  color: #fff;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-captions {
  color: #fc6;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-tt-cue {
  display: block;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-controls-disabled video::-webkit-media-text-track-display, .video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control, .vjs-pip-window .vjs-picture-in-picture-control {
  display: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-audio-only-mode .vjs-fullscreen-control, .vjs-pip-window .vjs-fullscreen-control {
  display: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-playback-rate .vjs-playback-rate-value, .vjs-playback-rate > .vjs-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial,Helvetica,sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  text-shadow: .05em .05em .1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .85;
  text-align: left;
  border: 0.6em solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  visibility: hidden;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
  display: block;
  animation: vjs-spinner-show 0s linear .3s forwards;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-loading-spinner:after, .vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -.6em;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: #fff;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  animation-delay: .44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
  margin-left: .3em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -.1em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10c";
  font-size: 1.5em;
  line-height: inherit;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-audio-button + .vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder, .video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -.1em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-audio-button + .vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before, .video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f12e";
  font-size: 1.5em;
  line-height: inherit;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-layout-small .vjs-current-time, .video-js.vjs-layout-small .vjs-duration, .video-js.vjs-layout-small .vjs-playback-rate, .video-js.vjs-layout-small .vjs-remaining-time, .video-js.vjs-layout-small .vjs-time-divider, .video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time, .video-js.vjs-layout-tiny .vjs-duration, .video-js.vjs-layout-tiny .vjs-playback-rate, .video-js.vjs-layout-tiny .vjs-remaining-time, .video-js.vjs-layout-tiny .vjs-time-divider, .video-js.vjs-layout-tiny .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time, .video-js.vjs-layout-x-small .vjs-duration, .video-js.vjs-layout-x-small .vjs-playback-rate, .video-js.vjs-layout-x-small .vjs-remaining-time, .video-js.vjs-layout-x-small .vjs-time-divider, .video-js.vjs-layout-x-small .vjs-volume-control {
  display: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: auto;
  width: initial;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-layout-tiny .vjs-progress-control, .video-js.vjs-layout-x-small .vjs-progress-control {
  display: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-text-track-settings .vjs-track-settings-colors, .vjs-text-track-settings .vjs-track-settings-controls, .vjs-text-track-settings .vjs-track-settings-font {
  display: table-cell;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  /* line 1, node_modules/video.js/dist/video-js.min.css */
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0 24px;
  }
  /* line 1, node_modules/video.js/dist/video-js.min.css */
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  /* line 1, node_modules/video.js/dist/video-js.min.css */
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  /* line 1, node_modules/video.js/dist/video-js.min.css */
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-text-track-settings select {
  font-size: inherit;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: .5em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-text-track-settings fieldset {
  margin: 10px;
  border: none;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-text-track-settings fieldset span {
  display: inline-block;
  padding: 0 .6em .8em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-text-track-settings legend {
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-text-track-settings .vjs-label {
  margin: 0 .5em .5em 0;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-track-settings-controls button:active, .vjs-track-settings-controls button:focus {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-title-bar {
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  font-size: 1.2em;
  line-height: 1.5;
  transition: opacity .1s;
  padding: .666em 1.333em 4em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-title-bar-description, .vjs-title-bar-title {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-title-bar-title {
  font-weight: 700;
  margin-bottom: .333em;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-playing.vjs-user-inactive .vjs-title-bar {
  opacity: 0;
  transition: opacity 1s;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-skip-forward-5 {
  cursor: pointer;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-skip-forward-10 {
  cursor: pointer;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-skip-forward-30 {
  cursor: pointer;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-skip-backward-5 {
  cursor: pointer;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-skip-backward-10 {
  cursor: pointer;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-skip-backward-30 {
  cursor: pointer;
}

@media print {
  /* line 1, node_modules/video.js/dist/video-js.min.css */
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.js-focus-visible .video-js :focus:not(.focus-visible) {
  outline: 0;
}

/* line 1, node_modules/video.js/dist/video-js.min.css */
.video-js :focus:not(:focus-visible) {
  outline: 0;
}

/* line 2, app/assets/stylesheets/_videojs_overrides.scss */
.video-js .vjs-big-play-button {
  border-radius: 50%;
  height: 8rem;
  width: 8rem;
  line-height: 8rem;
}

/* line 9, app/assets/stylesheets/_videojs_overrides.scss */
.video-js .vjs-poster {
  background-size: cover;
}

/* line 12, app/assets/stylesheets/_videojs_overrides.scss */
.video-js .vjs-poster img {
  background: white;
}

/* line 18, app/assets/stylesheets/_videojs_overrides.scss */
.video-js + .file-info {
  position: relative;
  width: 100%;
  height: 4rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 400;
  background: var(--primary);
  color: white;
}

/* line 30, app/assets/stylesheets/_videojs_overrides.scss */
.video-js + .file-info .file-type {
  float: left;
}

/* line 34, app/assets/stylesheets/_videojs_overrides.scss */
.video-js + .file-info .file-duration {
  float: right;
}

/**
 * @license Highcharts
 *
 * (c) 2009-2016 Torstein Honsi
 *
 * License: www.highcharts.com/license
 */
/* line 33, app/assets/stylesheets/_highcharts.scss */
.highcharts-annotation-toolbar {
  display: none !important;
}

/* line 37, app/assets/stylesheets/_highcharts.scss */
.highcharts-annotation {
  width: 200px;
}

/* line 44, app/assets/stylesheets/_highcharts.scss */
.highcharts-annotation .highcharts-annotation-labels .highcharts-annotation-label .highcharts-annotation-details {
  width: 32rem;
  white-space: initial;
  padding: 2rem;
  position: relative;
  border: 2px solid white;
  background: var(--grey-dark);
  font-size: 1.25rem;
  z-index: 999;
}

/* line 55, app/assets/stylesheets/_highcharts.scss */
.highcharts-annotation .highcharts-annotation-labels .highcharts-annotation-label .highcharts-annotation-details .highcharts-annotation-remove-clicker,
.highcharts-annotation .highcharts-annotation-labels .highcharts-annotation-label .highcharts-annotation-details .highcharts-annotation-details-clicker {
  color: white;
  position: absolute;
  top: 1rem;
  font-size: 2rem;
  color: #c8c8c8;
}

/* line 63, app/assets/stylesheets/_highcharts.scss */
.highcharts-annotation .highcharts-annotation-labels .highcharts-annotation-label .highcharts-annotation-details .highcharts-annotation-remove-clicker:hover,
.highcharts-annotation .highcharts-annotation-labels .highcharts-annotation-label .highcharts-annotation-details .highcharts-annotation-details-clicker:hover {
  color: white;
}

/* line 68, app/assets/stylesheets/_highcharts.scss */
.highcharts-annotation .highcharts-annotation-labels .highcharts-annotation-label .highcharts-annotation-details .highcharts-annotation-remove-clicker {
  right: 4rem;
}

/* line 72, app/assets/stylesheets/_highcharts.scss */
.highcharts-annotation .highcharts-annotation-labels .highcharts-annotation-label .highcharts-annotation-details .highcharts-annotation-details-clicker {
  right: 1rem;
}

/* line 78, app/assets/stylesheets/_highcharts.scss */
.highcharts-annotation .highcharts-annotation-labels .highcharts-annotation-label .highcharts-annotation-details .highcharts-annotation-description .highcharts-annotation-x-label {
  font-size: 1.5rem;
  color: #c8c8c8 !important;
}

/* line 83, app/assets/stylesheets/_highcharts.scss */
.highcharts-annotation .highcharts-annotation-labels .highcharts-annotation-label .highcharts-annotation-details .highcharts-annotation-description .highcharts-annotation-description-header {
  color: white;
  font-size: 1.25em;
  font-weight: bold;
  margin: 1rem 0;
}

/* line 89, app/assets/stylesheets/_highcharts.scss */
.highcharts-annotation .highcharts-annotation-labels .highcharts-annotation-label .highcharts-annotation-details .highcharts-annotation-description .highcharts-annotation-description-header a {
  color: white;
  text-decoration: none;
}

/* line 93, app/assets/stylesheets/_highcharts.scss */
.highcharts-annotation .highcharts-annotation-labels .highcharts-annotation-label .highcharts-annotation-details .highcharts-annotation-description .highcharts-annotation-description-header a:hover {
  color: var(--grey-light);
}

/* line 99, app/assets/stylesheets/_highcharts.scss */
.highcharts-annotation .highcharts-annotation-labels .highcharts-annotation-label .highcharts-annotation-details .highcharts-annotation-description .highcharts-annotation-description-details {
  color: white;
  font-size: 1.5em;
}

/* line 103, app/assets/stylesheets/_highcharts.scss */
.highcharts-annotation .highcharts-annotation-labels .highcharts-annotation-label .highcharts-annotation-details .highcharts-annotation-description .highcharts-annotation-description-details small, .highcharts-annotation .highcharts-annotation-labels .highcharts-annotation-label .highcharts-annotation-details .highcharts-annotation-description .highcharts-annotation-description-details .small {
  font-size: 0.75em;
}

/* line 107, app/assets/stylesheets/_highcharts.scss */
.highcharts-annotation .highcharts-annotation-labels .highcharts-annotation-label .highcharts-annotation-details .highcharts-annotation-description .highcharts-annotation-description-details h2, .highcharts-annotation .highcharts-annotation-labels .highcharts-annotation-label .highcharts-annotation-details .highcharts-annotation-description .highcharts-annotation-description-details .h2 {
  font-weight: bold;
}

/* line 127, app/assets/stylesheets/_highcharts.scss */
#chart_customizer_modal .modal-content {
  padding: 1rem 2rem;
}

/* line 130, app/assets/stylesheets/_highcharts.scss */
#chart_customizer_modal .modal-content .modal-body {
  height: 75vh;
  overflow-y: scroll;
}

/* line 135, app/assets/stylesheets/_highcharts.scss */
#chart_customizer_modal .modal-content p {
  margin: 0;
  line-height: 1.2;
  font-size: 12px;
}

/* line 141, app/assets/stylesheets/_highcharts.scss */
#chart_customizer_modal .modal-content label {
  text-transform: capitalize;
  font-weight: initial;
}

/* line 146, app/assets/stylesheets/_highcharts.scss */
#chart_customizer_modal .modal-content .radio-container {
  margin-top: 0.5rem;
}

/* line 150, app/assets/stylesheets/_highcharts.scss */
#chart_customizer_modal .modal-content .field-header {
  font-weight: bolder;
  margin: 0.5rem 0 0 0;
  line-height: 1.5;
  font-size: 1.75rem;
}

/* line 158, app/assets/stylesheets/_highcharts.scss */
#chart_customizer_modal .modal-content .highcharts-colors-container {
  margin-top: 0.5rem;
}

/* line 164, app/assets/stylesheets/_highcharts.scss */
#chart_customizer_modal .modal-content .highcharts-x-categories-input {
  font-size: 85%;
  margin-bottom: 0.25rem;
  height: auto;
}

/* line 170, app/assets/stylesheets/_highcharts.scss */
#chart_customizer_modal .modal-content .modal-footer {
  margin-top: 2rem;
}

/* line 176, app/assets/stylesheets/_highcharts.scss */
.highcharts-container {
  overflow: visible !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: normal;
  z-index: 0;
  /* #1072 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
}

/* line 190, app/assets/stylesheets/_highcharts.scss */
.change-up:before {
  content: "\2191";
  color: green;
}

/* line 195, app/assets/stylesheets/_highcharts.scss */
.change-down:before {
  content: "\2193";
  color: red;
}

/* line 200, app/assets/stylesheets/_highcharts.scss */
.highchart-chart-container {
  display: block;
  width: 100% !important;
}

/* line 204, app/assets/stylesheets/_highcharts.scss */
.highchart-chart-container .highcharts-image {
  width: 75px;
  margin: 0;
  margin: -10px 0 10px 0;
}

/* line 211, app/assets/stylesheets/_highcharts.scss */
.highcharts-root {
  display: block;
  width: 100% !important;
}

/* line 215, app/assets/stylesheets/_highcharts.scss */
.highcharts-root text {
  stroke-width: 0;
}

/* line 218, app/assets/stylesheets/_highcharts.scss */
.highcharts-strong {
  font-weight: bold;
}

/* line 221, app/assets/stylesheets/_highcharts.scss */
.highcharts-emphasized {
  font-style: italic;
}

/* line 224, app/assets/stylesheets/_highcharts.scss */
.highcharts-anchor {
  cursor: pointer;
}

/* line 227, app/assets/stylesheets/_highcharts.scss */
.highcharts-background {
  fill: #ffffff;
}

/* line 230, app/assets/stylesheets/_highcharts.scss */
.highcharts-plot-border, .highcharts-plot-background {
  fill: none;
}

/* line 233, app/assets/stylesheets/_highcharts.scss */
.highcharts-label-box {
  fill: none;
}

/* line 236, app/assets/stylesheets/_highcharts.scss */
.highcharts-button-box {
  fill: inherit;
}

/* Titles */
/* line 241, app/assets/stylesheets/_highcharts.scss */
.highcharts-title {
  fill: #333333;
  font-size: 1.5em;
}

/* line 245, app/assets/stylesheets/_highcharts.scss */
.highcharts-subtitle {
  fill: #666666;
}

/* Axes */
/* line 250, app/assets/stylesheets/_highcharts.scss */
.highcharts-axis-line {
  fill: none;
  stroke: #ccd6eb;
}

/* line 254, app/assets/stylesheets/_highcharts.scss */
.highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}

/* line 257, app/assets/stylesheets/_highcharts.scss */
.highcharts-axis-title {
  fill: #666666;
}

/* line 260, app/assets/stylesheets/_highcharts.scss */
.highcharts-axis-labels {
  fill: #666666;
  cursor: default;
  font-size: 0.9em;
}

/* line 265, app/assets/stylesheets/_highcharts.scss */
.highcharts-grid-line {
  fill: none;
  stroke: #e6e6e6;
}

/* line 269, app/assets/stylesheets/_highcharts.scss */
.highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0;
}

/* line 272, app/assets/stylesheets/_highcharts.scss */
.highcharts-tick {
  stroke: #ccd6eb;
}

/* line 275, app/assets/stylesheets/_highcharts.scss */
.highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}

/* line 278, app/assets/stylesheets/_highcharts.scss */
.highcharts-minor-grid-line {
  stroke: #f2f2f2;
}

/* line 281, app/assets/stylesheets/_highcharts.scss */
.highcharts-crosshair-thin {
  stroke-width: 1px;
  stroke: #cccccc;
}

/* line 285, app/assets/stylesheets/_highcharts.scss */
.highcharts-crosshair-category {
  stroke: #ccd6eb;
  stroke-opacity: 0.25;
}

/* Credits */
/* line 292, app/assets/stylesheets/_highcharts.scss */
.highcharts-credits {
  cursor: pointer;
  fill: #999999;
  font-size: 0.7em;
  transition: fill 250ms, font-size 250ms;
}

/* line 298, app/assets/stylesheets/_highcharts.scss */
.highcharts-credits:hover {
  fill: black;
  font-size: 1em;
}

/* Tooltip */
/* line 304, app/assets/stylesheets/_highcharts.scss */
.highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  transition: stroke 150ms;
}

/* line 311, app/assets/stylesheets/_highcharts.scss */
.highcharts-tooltip text {
  fill: #333333;
}

/* line 315, app/assets/stylesheets/_highcharts.scss */
.highcharts-tooltip .highcharts-header {
  font-size: 0.85em;
}

/* line 332, app/assets/stylesheets/_highcharts.scss */
.highcharts-tooltip table {
  display: block;
  padding: 1rem;
  background: white;
  border: 2px solid var(--primary-darker);
}

/* line 340, app/assets/stylesheets/_highcharts.scss */
.highcharts-tooltip table tbody th {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}

/* line 360, app/assets/stylesheets/_highcharts.scss */
.highcharts-tooltip table tbody tr td.series-name {
  padding: 0.5em 1.5em 0 0;
}

/* line 365, app/assets/stylesheets/_highcharts.scss */
.highcharts-tooltip table tbody tr td.series-data {
  text-align: right;
  padding: 0.5em 0 0 2em;
}

/* line 376, app/assets/stylesheets/_highcharts.scss */
.highcharts-selection-marker {
  fill: #335cad;
  fill-opacity: 0.25;
}

/* line 381, app/assets/stylesheets/_highcharts.scss */
.highcharts-graph {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 387, app/assets/stylesheets/_highcharts.scss */
.highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}

/* line 390, app/assets/stylesheets/_highcharts.scss */
.highcharts-state-hover path {
  transition: stroke-width 50;
  /* quick in */
}

/* line 393, app/assets/stylesheets/_highcharts.scss */
.highcharts-state-normal path {
  transition: stroke-width 250ms;
  /* slow out */
}

/* Legend hover affects points and series */
/* line 398, app/assets/stylesheets/_highcharts.scss */
g.highcharts-series,
.highcharts-point,
.highcharts-markers,
.highcharts-data-labels {
  transition: opacity 250ms;
}

/* line 404, app/assets/stylesheets/_highcharts.scss */
.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: 1;
}

/* Series options */
/* Default colors */
/* line 427, app/assets/stylesheets/_highcharts.scss */
.highcharts-area {
  fill-opacity: 0.75;
  stroke-width: 0;
}

/* line 431, app/assets/stylesheets/_highcharts.scss */
.highcharts-markers {
  stroke-width: 1px;
  stroke: #ffffff;
}

/* line 435, app/assets/stylesheets/_highcharts.scss */
.highcharts-point {
  stroke-width: 1px;
}

/* line 438, app/assets/stylesheets/_highcharts.scss */
.highcharts-dense-data .highcharts-point {
  stroke-width: 0;
}

/* line 442, app/assets/stylesheets/_highcharts.scss */
.highcharts-data-label {
  font-size: 0.9em;
  font-weight: bold;
}

/* line 446, app/assets/stylesheets/_highcharts.scss */
.highcharts-data-label-box {
  fill: none;
  stroke-width: 0;
}

/* line 450, app/assets/stylesheets/_highcharts.scss */
.highcharts-data-label text, text.highcharts-data-label {
  fill: white;
}

/* line 454, app/assets/stylesheets/_highcharts.scss */
.highcharts-data-label-connector {
  fill: none;
}

/* line 457, app/assets/stylesheets/_highcharts.scss */
.highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0;
}

/* line 461, app/assets/stylesheets/_highcharts.scss */
.highcharts-series:not(.highcharts-pie-series) .highcharts-point-select {
  fill: #cccccc;
  stroke: #000000;
}

/* line 465, app/assets/stylesheets/_highcharts.scss */
.highcharts-column-series rect.highcharts-point {
  stroke: #ffffff;
}

/* line 469, app/assets/stylesheets/_highcharts.scss */
.highcharts-column-series .highcharts-point {
  transition: fill-opacity 250ms;
}

/* line 472, app/assets/stylesheets/_highcharts.scss */
.highcharts-column-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

/* line 476, app/assets/stylesheets/_highcharts.scss */
.highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}

/* line 480, app/assets/stylesheets/_highcharts.scss */
.highcharts-pie-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

/* line 484, app/assets/stylesheets/_highcharts.scss */
.highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}

/* line 488, app/assets/stylesheets/_highcharts.scss */
.highcharts-funnel-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

/* line 492, app/assets/stylesheets/_highcharts.scss */
.highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}

/* line 496, app/assets/stylesheets/_highcharts.scss */
.highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}

/* line 500, app/assets/stylesheets/_highcharts.scss */
.highcharts-pyramid-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

/* line 504, app/assets/stylesheets/_highcharts.scss */
.highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}

/* line 508, app/assets/stylesheets/_highcharts.scss */
.highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0;
}

/* line 511, app/assets/stylesheets/_highcharts.scss */
.highcharts-treemap-series .highcharts-point {
  stroke-width: 1px;
  stroke: #e6e6e6;
  transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}

/* line 516, app/assets/stylesheets/_highcharts.scss */
.highcharts-treemap-series .highcharts-point-hover {
  stroke: #999999;
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}

/* line 521, app/assets/stylesheets/_highcharts.scss */
.highcharts-treemap-series .highcharts-above-level {
  display: none;
}

/* line 524, app/assets/stylesheets/_highcharts.scss */
.highcharts-treemap-series .highcharts-internal-node {
  fill: none;
}

/* line 527, app/assets/stylesheets/_highcharts.scss */
.highcharts-treemap-series .highcharts-internal-node-interactive {
  fill-opacity: 0.15;
  cursor: pointer;
}

/* line 531, app/assets/stylesheets/_highcharts.scss */
.highcharts-treemap-series .highcharts-internal-node-interactive:hover {
  fill-opacity: 0.75;
}

/* Legend */
/* line 538, app/assets/stylesheets/_highcharts.scss */
.highcharts-legend-box {
  fill: none;
  stroke-width: 0;
}

/* line 542, app/assets/stylesheets/_highcharts.scss */
.highcharts-legend-item text {
  fill: #333333;
  font-weight: bold;
  cursor: pointer;
  stroke-width: 0;
}

/* line 548, app/assets/stylesheets/_highcharts.scss */
.highcharts-legend-item:hover text {
  fill: #000000;
}

/* line 551, app/assets/stylesheets/_highcharts.scss */
.highcharts-legend-item-hidden * {
  fill: #cccccc !important;
  stroke: #cccccc !important;
  transition: fill 250ms;
}

/* line 556, app/assets/stylesheets/_highcharts.scss */
.highcharts-legend-nav-active {
  fill: #003399;
  cursor: pointer;
}

/* line 560, app/assets/stylesheets/_highcharts.scss */
.highcharts-legend-nav-inactive {
  fill: #cccccc;
}

/* line 563, app/assets/stylesheets/_highcharts.scss */
.highcharts-legend-title-box {
  fill: none;
  stroke-width: 0;
}

/* Loading */
/* line 569, app/assets/stylesheets/_highcharts.scss */
.highcharts-loading {
  position: absolute;
  background-color: #ffffff;
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  transition: opacity 250ms;
}

/* line 577, app/assets/stylesheets/_highcharts.scss */
.highcharts-loading-hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms, height 250ms step-end;
}

/* line 583, app/assets/stylesheets/_highcharts.scss */
.highcharts-loading-inner {
  font-weight: bold;
  position: relative;
  top: 45%;
}

/* Plot bands and polar pane backgrounds */
/* line 590, app/assets/stylesheets/_highcharts.scss */
.highcharts-plot-band, .highcharts-pane {
  fill: #000000;
  fill-opacity: 0.05;
}

/* Highcharts More and modules */
/* line 601, app/assets/stylesheets/_highcharts.scss */
.highcharts-boxplot-box {
  fill: #ffffff;
}

/* line 604, app/assets/stylesheets/_highcharts.scss */
.highcharts-boxplot-median {
  stroke-width: 2px;
}

/* line 607, app/assets/stylesheets/_highcharts.scss */
.highcharts-bubble-series .highcharts-point {
  fill-opacity: 0.5;
}

/* line 610, app/assets/stylesheets/_highcharts.scss */
.highcharts-errorbar-series .highcharts-point {
  stroke: #000000;
}

/* line 613, app/assets/stylesheets/_highcharts.scss */
.highcharts-gauge-series .highcharts-data-label-box {
  stroke: #cccccc;
  stroke-width: 1px;
}

/* line 617, app/assets/stylesheets/_highcharts.scss */
.highcharts-gauge-series .highcharts-dial {
  fill: #000000;
  stroke-width: 0;
}

/* line 621, app/assets/stylesheets/_highcharts.scss */
.highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0;
}

/* line 625, app/assets/stylesheets/_highcharts.scss */
.highcharts-waterfall-series .highcharts-graph {
  stroke: #333333;
  stroke-dasharray: 1, 3;
}

/* line 629, app/assets/stylesheets/_highcharts.scss */
.highcharts-sankey-series .highcharts-point {
  stroke-width: 0;
}

/* line 632, app/assets/stylesheets/_highcharts.scss */
.highcharts-sankey-series .highcharts-link {
  transition: fill 250ms, fill-opacity 250ms;
  fill-opacity: 0.5;
}

/* line 636, app/assets/stylesheets/_highcharts.scss */
.highcharts-sankey-series .highcharts-point-hover.highcharts-link {
  transition: fill 50ms, fill-opacity 50ms;
  fill-opacity: 1;
}

/* Highstock */
/* line 642, app/assets/stylesheets/_highcharts.scss */
.highcharts-navigator-mask-outside {
  fill-opacity: 0;
}

/* line 645, app/assets/stylesheets/_highcharts.scss */
.highcharts-navigator-mask-inside {
  fill: #6685c2;
  /* navigator.maskFill option */
  fill-opacity: 0.25;
  cursor: ew-resize;
}

/* line 650, app/assets/stylesheets/_highcharts.scss */
.highcharts-navigator-outline {
  stroke: #cccccc;
  fill: none;
}

/* line 654, app/assets/stylesheets/_highcharts.scss */
.highcharts-navigator-handle {
  stroke: #cccccc;
  fill: #f2f2f2;
  cursor: ew-resize;
}

/* line 659, app/assets/stylesheets/_highcharts.scss */
.highcharts-navigator-series {
  fill: #335cad;
  stroke: #335cad;
}

/* line 663, app/assets/stylesheets/_highcharts.scss */
.highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px;
}

/* line 666, app/assets/stylesheets/_highcharts.scss */
.highcharts-navigator-series .highcharts-area {
  fill-opacity: 0.05;
}

/* line 669, app/assets/stylesheets/_highcharts.scss */
.highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0;
}

/* line 672, app/assets/stylesheets/_highcharts.scss */
.highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
  stroke: #e6e6e6;
}

/* line 676, app/assets/stylesheets/_highcharts.scss */
.highcharts-navigator-xaxis.highcharts-axis-labels {
  fill: #999999;
}

/* line 679, app/assets/stylesheets/_highcharts.scss */
.highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0;
}

/* line 682, app/assets/stylesheets/_highcharts.scss */
.highcharts-scrollbar-thumb {
  fill: #cccccc;
  stroke: #cccccc;
  stroke-width: 1px;
}

/* line 687, app/assets/stylesheets/_highcharts.scss */
.highcharts-scrollbar-button {
  fill: #e6e6e6;
  stroke: #cccccc;
  stroke-width: 1px;
}

/* line 692, app/assets/stylesheets/_highcharts.scss */
.highcharts-scrollbar-arrow {
  fill: #666666;
}

/* line 695, app/assets/stylesheets/_highcharts.scss */
.highcharts-scrollbar-rifles {
  stroke: #666666;
  stroke-width: 1px;
}

/* line 699, app/assets/stylesheets/_highcharts.scss */
.highcharts-scrollbar-track {
  fill: #f2f2f2;
  stroke: #f2f2f2;
  stroke-width: 1px;
}

/* line 704, app/assets/stylesheets/_highcharts.scss */
.highcharts-button {
  fill: #f7f7f7;
  stroke: #cccccc;
  cursor: default;
  stroke-width: 1px;
  transition: fill 250ms;
}

/* line 711, app/assets/stylesheets/_highcharts.scss */
.highcharts-button text {
  fill: #333333;
}

/* line 714, app/assets/stylesheets/_highcharts.scss */
.highcharts-button-hover {
  transition: fill 0ms;
  fill: #e6e6e6;
  stroke: #333333;
}

/* line 719, app/assets/stylesheets/_highcharts.scss */
.highcharts-button-pressed {
  font-weight: bold;
  fill: #e6ebf5;
  stroke: #335cad;
}

/* line 724, app/assets/stylesheets/_highcharts.scss */
.highcharts-button-disabled text {
  fill: #cccccc;
}

/* line 727, app/assets/stylesheets/_highcharts.scss */
.highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0;
}

/* line 730, app/assets/stylesheets/_highcharts.scss */
.highcharts-range-label rect {
  fill: none;
}

/* line 733, app/assets/stylesheets/_highcharts.scss */
.highcharts-range-label text {
  fill: #666666;
}

/* line 736, app/assets/stylesheets/_highcharts.scss */
.highcharts-range-input rect {
  fill: none;
}

/* line 739, app/assets/stylesheets/_highcharts.scss */
.highcharts-range-input text {
  fill: #333333;
}

/* line 742, app/assets/stylesheets/_highcharts.scss */
input.highcharts-range-selector {
  position: absolute;
  border: 0;
  width: 1px;
  /* Chrome needs a pixel to see it */
  height: 1px;
  padding: 0;
  text-align: center;
  left: -9em;
  /* #4798 */
}

/* line 751, app/assets/stylesheets/_highcharts.scss */
.highcharts-crosshair-label text {
  fill: #ffffff;
  font-size: 1.1em;
}

/* line 755, app/assets/stylesheets/_highcharts.scss */
.highcharts-crosshair-label .highcharts-label-box {
  fill: inherit;
}

/* line 760, app/assets/stylesheets/_highcharts.scss */
.highcharts-candlestick-series .highcharts-point {
  stroke: #000000;
  stroke-width: 1px;
}

/* line 764, app/assets/stylesheets/_highcharts.scss */
.highcharts-candlestick-series .highcharts-point-up {
  fill: #ffffff;
}

/* line 767, app/assets/stylesheets/_highcharts.scss */
.highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px;
}

/* line 770, app/assets/stylesheets/_highcharts.scss */
.highcharts-flags-series .highcharts-point .highcharts-label-box {
  stroke: #999999;
  fill: #ffffff;
  transition: fill 250ms;
}

/* line 775, app/assets/stylesheets/_highcharts.scss */
.highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
  stroke: #000000;
  fill: #ccd6eb;
}

/* line 779, app/assets/stylesheets/_highcharts.scss */
.highcharts-flags-series .highcharts-point text {
  fill: #000000;
  font-size: 0.9em;
  font-weight: bold;
}

/* Highmaps */
/* line 786, app/assets/stylesheets/_highcharts.scss */
.highcharts-map-series .highcharts-point {
  transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  stroke: #cccccc;
}

/* line 790, app/assets/stylesheets/_highcharts.scss */
.highcharts-map-series .highcharts-point-hover {
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 0.5;
  stroke-width: 2px;
}

/* line 795, app/assets/stylesheets/_highcharts.scss */
.highcharts-mapline-series .highcharts-point {
  fill: none;
}

/* line 798, app/assets/stylesheets/_highcharts.scss */
.highcharts-heatmap-series .highcharts-point {
  stroke-width: 0;
}

/* line 801, app/assets/stylesheets/_highcharts.scss */
.highcharts-map-navigation {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

/* line 806, app/assets/stylesheets/_highcharts.scss */
.highcharts-coloraxis {
  stroke-width: 0;
}

/* line 809, app/assets/stylesheets/_highcharts.scss */
.highcharts-coloraxis-marker {
  fill: #999999;
}

/* line 812, app/assets/stylesheets/_highcharts.scss */
.highcharts-null-point {
  fill: #f7f7f7;
}

/* 3d charts */
/* line 817, app/assets/stylesheets/_highcharts.scss */
.highcharts-3d-frame {
  fill: transparent;
}

/* Exporting module */
/* line 822, app/assets/stylesheets/_highcharts.scss */
.highcharts-contextbutton {
  fill: #ffffff;
  /* needed to capture hover */
  stroke: none;
  stroke-linecap: round;
}

/* line 827, app/assets/stylesheets/_highcharts.scss */
.highcharts-contextbutton:hover {
  fill: #e6e6e6;
  stroke: #e6e6e6;
}

/* line 831, app/assets/stylesheets/_highcharts.scss */
.highcharts-button-symbol {
  stroke: #666666;
  stroke-width: 3px;
}

/* line 835, app/assets/stylesheets/_highcharts.scss */
.highcharts-menu {
  border: 1px solid #999999;
  background: #ffffff;
  padding: 5px 0;
  box-shadow: 3px 3px 10px #888;
}

/* line 841, app/assets/stylesheets/_highcharts.scss */
.highcharts-menu-item {
  padding: 0.5em 1em;
  background: none;
  color: #333333;
  cursor: pointer;
  transition: background 250ms, color 250ms;
}

/* line 848, app/assets/stylesheets/_highcharts.scss */
.highcharts-menu-item:hover {
  background: #335cad;
  color: #ffffff;
}

/* Drilldown module */
/* line 854, app/assets/stylesheets/_highcharts.scss */
.highcharts-drilldown-point {
  cursor: pointer;
}

/* line 857, app/assets/stylesheets/_highcharts.scss */
.highcharts-drilldown-data-label text,
text.highcharts-drilldown-data-label,
.highcharts-drilldown-axis-label {
  cursor: pointer;
  fill: #003399;
  font-weight: bold;
  text-decoration: underline;
}

/* No-data module */
/* line 867, app/assets/stylesheets/_highcharts.scss */
.highcharts-no-data text {
  font-weight: bold;
  font-size: 12px;
  fill: #666666;
}

/* Drag-panes module */
/* line 874, app/assets/stylesheets/_highcharts.scss */
.highcharts-axis-resizer {
  cursor: ns-resize;
  stroke: black;
  stroke-width: 2px;
}

/* Bullet type series */
/* line 881, app/assets/stylesheets/_highcharts.scss */
.highcharts-bullet-target {
  stroke-width: 0;
}

/* Lineargauge type series */
/* line 886, app/assets/stylesheets/_highcharts.scss */
.highcharts-lineargauge-target {
  stroke-width: 1px;
  stroke: #333333;
}

/* line 890, app/assets/stylesheets/_highcharts.scss */
.highcharts-lineargauge-target-line {
  stroke-width: 1px;
  stroke: #333333;
}

/* Annotations module */
/* line 903, app/assets/stylesheets/_highcharts.scss */
.highcharts-annotation-label text {
  fill: #e6e6e6;
}

@media print {
  /* line 5, app/assets/stylesheets/print.scss */
  .print-hide {
    display: none;
  }
  /* line 9, app/assets/stylesheets/print.scss */
  footer {
    display: none;
  }
  /* line 13, app/assets/stylesheets/print.scss */
  .navbar {
    display: none;
  }
  /* line 17, app/assets/stylesheets/print.scss */
  .admin-toolbar {
    display: none;
  }
  /* line 21, app/assets/stylesheets/print.scss */
  .nav-tabs {
    display: none;
  }
  /* line 25, app/assets/stylesheets/print.scss */
  .button {
    display: none;
  }
  /* line 29, app/assets/stylesheets/print.scss */
  .btn {
    display: none;
  }
  /* line 33, app/assets/stylesheets/print.scss */
  .breadcrumb {
    display: none;
  }
  /* line 37, app/assets/stylesheets/print.scss */
  .breadcrumb.inline {
    display: none !important;
  }
  /* line 41, app/assets/stylesheets/print.scss */
  .footer {
    display: none;
  }
  /* line 45, app/assets/stylesheets/print.scss */
  .pbreak {
    page-break-before: always;
  }
  /* line 49, app/assets/stylesheets/print.scss */
  .rows-print-as-pages .row {
    page-break-inside: avoid;
  }
  /* line 53, app/assets/stylesheets/print.scss */
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  /* line 59, app/assets/stylesheets/print.scss */
  a[href]:after {
    content: none !important;
  }
  /* line 63, app/assets/stylesheets/print.scss */
  .print-table {
    table-layout: fixed;
    border: 1px solid gray !important;
  }
  /* line 67, app/assets/stylesheets/print.scss */
  .print-table th {
    padding: 1rem;
    border: 1px solid gray !important;
  }
  /* line 72, app/assets/stylesheets/print.scss */
  .print-table td {
    border: 1px solid gray !important;
  }
  /* line 76, app/assets/stylesheets/print.scss */
  .print-table tr {
    border: 1px solid gray !important;
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone, .dropzone * {
  box-sizing: border-box;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 20px 20px;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone.dz-drag-hover {
  border-style: solid;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone.dz-drag-hover .dz-message {
  opacity: .5;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview:hover {
  z-index: 1000;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview.dz-image-preview {
  background: #fff;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 .4em;
  border-radius: 3px;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview .dz-image img {
  display: block;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: .5em 1.2em;
  color: #fff;
}

/* line 1, node_modules/dropzone/dist/min/dropzone.min.css */
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/* line 3, app/assets/stylesheets/_dropzone.scss */
.dropzone {
  cursor: pointer;
  border: 2px dashed black;
  font-size: 1.5rem;
  font-weight: bold;
}

/* line 9, app/assets/stylesheets/_dropzone.scss */
.dropzone .dz-message {
  margin: 2.5em 0;
}

/* line 1, app/assets/stylesheets/jqueryui.scss */
.ui-autocomplete {
  padding: 0;
}

/* line 4, app/assets/stylesheets/jqueryui.scss */
.ui-autocomplete .ui-menu-item {
  padding: 0.25rem 1rem;
  cursor: default;
}

/* line 8, app/assets/stylesheets/jqueryui.scss */
.ui-autocomplete .ui-menu-item:hover {
  background: #777777;
  color: white;
}

/* line 12, app/assets/stylesheets/jqueryui.scss */
.ui-autocomplete .ui-menu-item:hover .ui-menu-item-wrapper {
  color: white;
}

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 17, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 25, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 29, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 33, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

/* line 42, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 52, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 55, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

/* line 63, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 66, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 69, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 72, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 76, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

/* line 100, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 103, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .active[data-value] .remove {
  border-left-color: #cacaca;
}

/* line 106, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 109, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

/* line 112, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 118, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control {
  position: relative;
}

/* line 121, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 130, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 136, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

/* line 153, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

/* line 156, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.full {
  background-color: #fff;
}

/* line 159, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 163, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 167, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

/* line 172, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 179, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

/* line 187, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

/* line 192, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

/* line 198, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

/* line 213, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 216, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 219, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 224, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 234, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

/* line 250, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 254, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

/* line 260, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 264, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] .option[data-selectable] {
  cursor: inherit;
  opacity: 0.5;
}

/* line 270, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option[data-selectable] {
  opacity: 1;
}

/* line 273, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 276, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

/* line 281, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 285, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 288, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 291, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

/* line 297, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 301, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 305, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

/* line 318, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 323, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 327, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 330, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 16, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 28, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 32, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

/* line 41, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 51, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 54, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

/* line 62, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 65, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 68, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 71, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 75, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

/* line 99, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 102, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button .active[data-value] .remove {
  border-left-color: #00578d;
}

/* line 105, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 108, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

/* line 111, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 117, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control {
  position: relative;
}

/* line 120, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 129, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 135, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

/* line 152, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

/* line 155, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.full {
  background-color: #fff;
}

/* line 158, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 162, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 166, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

/* line 171, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 178, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}

/* line 186, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}

/* line 191, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

/* line 197, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

/* line 212, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 215, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 218, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 223, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 233, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

/* line 249, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 253, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

/* line 259, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 263, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] .option[data-selectable] {
  cursor: inherit;
  opacity: 0.5;
}

/* line 269, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .option[data-selectable] {
  opacity: 1;
}

/* line 272, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 275, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

/* line 280, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 284, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 287, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 290, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

/* line 296, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 300, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 304, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

/* line 317, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 322, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 326, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 329, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* line 333, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 337, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  box-shadow: none;
}

/* line 344, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

/* line 348, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

/* line 351, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

/* line 367, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input .active[data-value] {
  background-color: #0085d4;
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}

/* line 377, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}

/* line 389, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

/* line 393, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}

/* line 398, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

/* line 401, ../../../home/deploy/.gem/ruby/3.2.2/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* line 1, app/assets/stylesheets/selectize_overrides.scss */
.selectize-input,
.selectize-dropdown-content {
  text-align: left;
  font-size: 1.5rem;
}

/* line 7, app/assets/stylesheets/selectize_overrides.scss */
.selectize-dropdown {
  padding: 2rem;
  font-size: 1.5rem;
}

/* line 13, app/assets/stylesheets/selectize_overrides.scss */
.selectize-control.multi .selectize-input {
  padding-bottom: 3rem !important;
}

/* line 20, app/assets/stylesheets/selectize_overrides.scss */
.selectize-control.single .selectize-input {
  overflow: unset;
  height: 4rem;
  box-shadow: none;
  background-color: transparent;
  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;
  height: -moz-fit-content;
  height: fit-content;
}

/* line 32, app/assets/stylesheets/selectize_overrides.scss */
.selectize-control.single .selectize-input:after {
  display: none;
}

/* line 38, app/assets/stylesheets/selectize_overrides.scss */
.selectize-control.plugin-remove_button .remove-single {
  display: none;
  font-size: 1.5em;
  text-decoration: none;
  color: black;
  font-weight: 300;
  line-height: 0.8;
}

/* line 3, app/assets/stylesheets/_social_share.scss */
.ssb-arrow {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  vertical-align: text-top;
  background-image: url(https://assets-production.healthexpertconnect.com/assets/icons/social_share/ssb-arrow-64fd32cd04cbfeec92365dd937e90a3830cecc05cc79abe4acf95167f0b4ed17.svg);
}

/* line 12, app/assets/stylesheets/_social_share.scss */
.ssb-icon {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  color: var(--primary);
  margin-left: 0.5em;
  cursor: pointer;
  enable-background: new 0 0 30 30;
}

/* line 23, app/assets/stylesheets/_social_share.scss */
svg.ssb-icon {
  width: 2.5rem;
  height: 2.5rem;
  enable-background: new 0 0 30 30;
}

/* line 28, app/assets/stylesheets/_social_share.scss */
svg.ssb-icon path {
  fill: var(--primary);
}

/* line 31, app/assets/stylesheets/_social_share.scss */
svg.ssb-icon path.force-white {
  fill: white !important;
}

/* line 2, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
:root {
  --dt-row-selected: 2, 117, 216;
  ---text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}

/* line 11, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
.dark:root {
  --dt-html-background: rgb(33, 37, 41);
}

/* line 15, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

/* line 19, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable td.dt-control:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "►";
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "▼";
}

/* line 28, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
html.dark table.dataTable td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}

/* line 31, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
html.dark table.dataTable tr.dt-hasChild td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}

/* line 35, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}

/* line 45, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}

/* line 63, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}

/* line 73, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
  content: "▼"/"";
}

/* line 83, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}

/* line 88, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}

/* line 93, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

/* line 98, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollBody > table.dataTable > thead > tr > th:before, div.dataTables_scrollBody > table.dataTable > thead > tr > th:after,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:before,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:after {
  display: none;
}

/* line 104, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}

/* line 114, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

/* line 120, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0275d8;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

/* line 129, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

/* line 133, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

/* line 137, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

/* line 141, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* line 170, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 173, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

/* line 177, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

/* line 182, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

/* line 186, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

/* line 190, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

/* line 194, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
  font-weight: bold;
}

/* line 201, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

/* line 207, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

/* line 213, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

/* line 219, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

/* line 225, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

/* line 231, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

/* line 235, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

/* line 239, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

/* line 243, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

/* line 247, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/* line 252, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

/* line 260, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}

/* line 265, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

/* line 269, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 273, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px #0275d8;
  box-shadow: inset 0 0 0 9999px #0275d8;
  color: white;
  color: #090a0b;
}

/* line 279, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable > tbody > tr.selected a {
  color: #090a0b;
  color: #090a0b;
}

/* line 283, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
}

/* line 286, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable.table-striped > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.95);
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.95);
}

/* line 290, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
}

/* line 293, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.975);
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.975);
}

/* line 298, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 303, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

/* line 307, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

/* line 310, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 315, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

/* line 320, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}

/* line 323, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 328, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

/* line 333, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

/* line 344, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

/* line 348, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 353, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollBody > table > thead .sorting:before,
div.dataTables_scrollBody > table > thead .sorting_asc:before,
div.dataTables_scrollBody > table > thead .sorting_desc:before,
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}

/* line 361, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollBody > table > tbody tr:first-child th,
div.dataTables_scrollBody > table > tbody tr:first-child td {
  border-top: none;
}

/* line 366, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

/* line 369, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  /* line 375, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  /* line 381, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}

/* line 385, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}

/* line 389, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.table-bordered.dataTable {
  border-right-width: 0;
}

/* line 392, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

/* line 396, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}

/* line 401, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

/* line 406, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/* line 410, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

/* line 413, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}

/* line 416, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}

/* line 30, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dataTables_wrapper {
  position: relative;
}

/* line 34, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-buttons {
  position: initial;
}

/* line 37, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-buttons .dt-button {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 42, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border-radius: 0.75em;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 2003;
  overflow: hidden;
}

/* line 56, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-info h2, div.dt-button-info .h2 {
  padding: 2rem 2rem 1rem 2rem;
  margin: 0;
  font-weight: normal;
}

/* line 61, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-info > div {
  padding: 1em 2em 2em 2em;
}

/* line 65, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dtb-popover-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2003;
}

/* line 77, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
button.dtb-hide-drop {
  display: none !important;
}

/* line 81, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 0.9em;
}

/* line 89, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-collection-title:empty {
  display: none;
}

/* line 93, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
span.dt-button-spacer {
  display: inline-block;
  margin: 0.5em;
  white-space: nowrap;
}

/* line 98, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
span.dt-button-spacer.bar {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  padding-left: 0.5em;
}

/* line 103, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
span.dt-button-spacer.bar:empty {
  height: 1em;
  width: 1px;
  padding-left: 0;
}

/* line 109, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-collection .dt-button-active {
  padding-right: 3em;
}

/* line 112, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-collection .dt-button-active:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 1em;
  display: inline-block;
  content: "✓";
  color: inherit;
}

/* line 121, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-collection .dt-button-active.dt-button-split {
  padding-right: 0;
}

/* line 124, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-collection .dt-button-active.dt-button-split:after {
  display: none;
}

/* line 127, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-collection .dt-button-active.dt-button-split > *:first-child {
  padding-right: 3em;
}

/* line 130, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-collection .dt-button-active.dt-button-split > *:first-child:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 1em;
  display: inline-block;
  content: "✓";
  color: inherit;
}

/* line 139, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-collection .dt-button-active-a a {
  padding-right: 3em;
}

/* line 142, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-collection .dt-button-active-a a:after {
  position: absolute;
  right: 1em;
  display: inline-block;
  content: "✓";
  color: inherit;
}

/* line 149, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-collection span.dt-button-spacer {
  width: 100%;
  font-size: 0.9em;
  text-align: center;
  margin: 0.5em 0;
}

/* line 155, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-collection span.dt-button-spacer:empty {
  height: 0;
  width: 100%;
}

/* line 159, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-collection span.dt-button-spacer.bar {
  border-left: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 0;
}

/* line 165, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
html.dark div.dt-button-info {
  background-color: var(--dt-html-background);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 170, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-buttons div.btn-group {
  position: initial;
}

/* line 173, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-buttons div.dropdown-menu {
  margin-top: 4px;
}

/* line 176, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-buttons div.dropdown-menu .dt-button {
  position: relative;
}

/* line 179, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-buttons div.dropdown-menu div.dt-button-split {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}

/* line 187, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-buttons div.dropdown-menu div.dt-button-split a:first-child {
  min-width: auto;
  flex: 1 0 50px;
  padding-right: 0;
}

/* line 192, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-buttons div.dropdown-menu div.dt-button-split button:last-child {
  min-width: 33px;
  flex: 0;
  background: transparent;
  border: none;
  line-height: 1rem;
  color: #212529;
  padding: 0 16px;
}

/* line 201, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-buttons div.dropdown-menu div.dt-button-split button:last-child:hover {
  color: #16181b;
  background-color: #f8f9fa;
}

/* line 205, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-buttons div.dropdown-menu div.dt-button-split button:last-child:after {
  position: relative;
  left: -3px;
}

/* line 209, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-buttons span.dt-button-spacer.empty {
  margin: 1px;
}

/* line 212, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-buttons span.dt-button-spacer.bar:empty {
  height: inherit;
}

/* line 215, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-buttons .btn.processing {
  color: rgba(0, 0, 0, 0.2);
}

/* line 218, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-buttons .btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

/* line 239, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

/* line 1, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

/* line 6, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

/* line 11, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  cursor: pointer;
}

/* line 15, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  margin-right: 0.5em;
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "►";
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control.arrow-right::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control.arrow-right::before {
  content: "◄";
}

/* line 26, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "▼";
}

/* line 30, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 0.333em;
}

/* line 34, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  cursor: pointer;
}

/* line 40, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "►";
}

/* line 48, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-column > tbody > tr > td.dtr-control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > td.control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > th.control.arrow-right::before {
  content: "◄";
}

/* line 54, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "▼";
}

/* line 60, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

/* line 63, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

/* line 66, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 72, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

/* line 76, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

/* line 79, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* line 83, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

/* line 89, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

/* line 99, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 75%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

/* line 117, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 2.5em;
}

/* line 121, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-content h2, div.dtr-modal div.dtr-modal-content .h2 {
  margin-top: 0;
}

/* line 124, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

/* line 135, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  /* line 146, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

/* line 150, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
html.dark table.dataTable > tbody > tr > td.dtr-control:before {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 153, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
html.dark table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom-color: #404346;
}

/* line 156, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
html.dark div.dtr-modal div.dtr-modal-display {
  background-color: #212529;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 161, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

/* line 1, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss */
div.dt-rowReorder-float-parent {
  table-layout: fixed;
  outline: 2px solid #0275d8;
  z-index: 2001;
  position: absolute !important;
  overflow: hidden;
  border-radius: 3px;
}

/* line 9, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss */
div.dt-rowReorder-float-parent table.dt-rowReorder-float {
  opacity: 0.9;
  background-color: white;
  margin: 0 !important;
}

/* line 15, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss */
div.dt-rowReorder-float-parent.drop-not-allowed {
  cursor: not-allowed;
}

/* line 19, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss */
tr.dt-rowReorder-moving {
  outline: 2px solid #888;
  outline-offset: -2px;
}

/* line 24, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss */
body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}

/* line 28, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss */
table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}

/* line 33, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss */
html.dark div.dt-rowReorder-float-parent {
  outline-color: #6ea8fe;
}

/* line 36, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss */
html.dark div.dt-rowReorder-float-parent table.dt-rowReorder-float {
  background-color: var(--dt-html-background);
}

/* line 39, ../../../home/deploy/.gem/ruby/3.2.2/gems/effective_datatables-4.35.3/app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss */
html.dark tr.dt-rowReorder-moving {
  outline-color: #aaa;
}

/* line 5, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.1 !important;
  right: 1rem !important;
  top: 1.75rem !important;
  height: -moz-fit-content;
  height: fit-content;
}

/* line 25, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1 !important;
}

/* line 30, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead .th-title {
  margin-right: 1rem;
}

/* line 36, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead tr th {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--grey-dark);
}

/* line 47, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .input-max-10 {
  width: 10em;
  max-width: 10em;
}

/* line 51, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .input-max-10 input, div.dataTables_wrapper .input-max-10 select {
  width: 100%;
}

/* line 56, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .w-4 {
  width: 4em;
}

/* line 58, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .input-max-14 {
  width: 14em;
  max-width: 14em;
}

/* line 62, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .input-max-14 input, div.dataTables_wrapper .input-max-14 select {
  width: 100%;
}

/* line 79, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .dt-settings-pagination .paginate_button .page-link {
  color: var(--bs-gray-600);
  border: none;
}

/* line 85, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .dt-settings-pagination .paginate_button.active .page-link {
  background-color: var(--bs-gray-600);
  color: white;
}

/* line 95, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .dt-settings-info {
  display: inline-block;
  width: 100%;
}

/* line 100, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .dt-settings-length {
  display: inline-block;
  margin-left: 1rem;
}

/* line 105, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .dt-settings-pagination {
  float: right;
}

/* line 109, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_length {
  padding-top: 8px;
  white-space: nowrap;
}

/* line 110, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_length:not(.dt-no-filtering-setting) {
  margin-left: -0.5vw;
}

/* line 117, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_length select {
  height: 2rem;
  font-size: 1rem;
  padding: 0 1rem;
}

/* line 124, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .boolean-column {
  max-width: 7em;
}

/* line 130, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper tfoot tr td:first-of-type {
  overflow: visible;
}

/* line 133, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper tfoot tr td {
  font-weight: 800;
  border-top: 4px double black !important;
}

/* line 142, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.effective-datatables-filters-scopes, .effective-datatables-filters-btn {
  display: inline-block;
}

/* line 150, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.effective-datatables-filters-scopes span.radio {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block !important;
  margin: 0 1rem 0rem 0;
}

@media (min-width: 768px) {
  /* line 148, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
  .effective-datatables-filters-scopes {
    margin: 1rem 0;
  }
}

/* line 168, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.effective-datatables-filters-btn .btn.btn-primary {
  border: none;
  padding: 6px 12px;
  font-size: 16px;
  margin-left: -4px;
}

@media (min-width: 768px) {
  /* line 176, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
  .effective-datatables-filters-btn span.radio {
    padding: 5px 12px 6px;
  }
}

/* line 186, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
#filters_scope_btn_group .btn.btn-outline-secondary.first-button {
  border-top-left-radius: 0.2em;
  border-bottom-left-radius: 0.2em;
}

/* line 190, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
#filters_scope_btn_group .btn.btn-outline-secondary {
  color: grey;
  border: 1px solid grey;
}

/* line 195, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
#filters_scope_btn_group .btn.btn-outline-secondary.active {
  background-color: white;
}

/* line 204, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable {
  border-collapse: collapse !important;
}

/* line 207, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.table-striped > tbody > tr.odd > *,
table.dataTable.table-striped > tbody > tr.odd.selected > *,
table.dataTable.table-hover > tbody > tr:hover > *,
table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: unset;
}

/* line 216, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead > tr > th {
  font-size: 1.5rem;
}

/* line 223, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  content: "\2191";
  top: 1.75rem !important;
  bottom: 0;
  right: 3rem !important;
}

/* line 239, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  content: "\2193";
  top: 1.75rem !important;
  bottom: 0;
  right: 2rem !important;
}

/* line 255, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  background-image: none;
  padding-right: 5rem;
}

/* line 272, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 0.5em;
}

/* line 273, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead > tr > th.sorting_disabled {
  padding-bottom: 8px;
}

/* line 275, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead th {
  background-repeat: no-repeat;
}

/* line 277, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead th > span {
  padding-right: 1rem;
}

/* line 299, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead th.col-actions span {
  display: block;
  height: 1.25em;
}

/* line 306, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper table.dataTable tr.effective-datatables-inline-row {
  visibility: collapse;
}

/* line 312, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded .dt-buttons {
  opacity: 0.4;
}

/* line 313, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded .dataTables_entries {
  opacity: 0.4;
}

/* line 314, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded .dataTables_paginate {
  opacity: 0.4;
}

/* line 317, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded table.dataTable tr {
  opacity: 0.4;
}

/* line 319, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded table.dataTable tr.effective-datatables-inline-row {
  visibility: visible;
  opacity: 1.0;
}

/* line 320, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded table.dataTable tr.effective-datatables-inline-row tr {
  opacity: 1.0;
}

/* line 325, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded table.dataTable tr.effective-datatables-inline-row:hover {
  background-color: inherit;
}

/* line 330, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  color: #0275d8;
}

/* line 334, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control.arrow-right::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control.arrow-right::before {
  color: #0275d8;
}

/* line 338, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  color: #0275d8;
}

/* line 345, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child td, table.dataTable > tbody > tr.child th {
  border: none;
}

/* line 347, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: none;
  padding-left: 0.5em;
}

/* line 351, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 353, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li span.dtr-title {
  min-width: 175px;
  margin-bottom: 0.25em;
}

/* line 354, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li span.dtr-data {
  white-space: nowrap;
}

/* line 355, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li .col-resource_item {
  margin-bottom: 0.25em;
}

/* line 360, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.collapsed th.col-bulk_actions:first-child div {
  margin-left: 18px;
}

/* line 364, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_buttons {
  text-align: right;
}

/* line 366, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_buttons .btn {
  font-size: 0.75rem;
}

/* line 369, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dt-button-collection-title {
  padding: 0px;
}

/* line 371, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dt-button.buttons-colvisGroup-first {
  padding-top: 0.5rem;
  border-top: 1px solid #dee2e6;
}

/* line 378, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead tr th {
  border-bottom: none;
  white-space: nowrap;
}

/* line 382, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead tr th .form-group {
  transition: all 0.25s ease-in-out, opacity 0.25s ease-in-out;
  font-weight: normal;
}

/* line 388, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead tr th .form-group input, table.dataTable > thead tr th .form-group select {
  width: 100%;
  max-height: 4rem;
  font-size: 1.25rem;
  border-color: var(--grey-light);
}

/* line 410, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead tr th.col-bulk_actions label {
  cursor: pointer;
}

/* line 418, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_processing {
  margin: -26px 25% 0px 25%;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  text-align: center;
  padding: 1em;
}

/* line 430, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_processing.alert-success {
  margin: -26px 10% 0px 10%;
  width: 80%;
}

/* line 436, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_processing.alert-danger {
  margin: -26px 10% 0px 10%;
  width: 80%;
}

/* line 443, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-sort > thead .sorting {
  background-image: none;
  cursor: default;
}

/* line 444, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-sort > thead .sorting_asc {
  background-image: none;
  cursor: default;
}

/* line 445, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-sort > thead .sorting_desc {
  background-image: none;
  cursor: default;
}

/* line 449, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-search > thead .form-group {
  display: none;
}

/* line 453, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-buttons .col-bulk_actions {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 458, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
  div.dataTables_wrapper div.dataTables_entries {
    text-align: center;
  }
}

/* line 462, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries {
  color: #909090;
  font-size: 12px;
}

/* line 467, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_info {
  display: inline-block;
  padding: 0.25em 0em 0.25em 0.25em;
}

/* line 473, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length {
  display: inline-block;
}

/* line 477, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-container {
  margin: 0 1em;
  max-width: 6.0rem;
  min-width: 3.0rem;
}

/* line 482, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-container .select2-selection__rendered {
  padding: 0em;
  color: #909090;
}

/* line 485, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-container.select2-container--open {
  min-width: 3.0rem;
  max-width: 6.0rem;
}

/* line 486, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-container.select2-container--focus {
  border: none;
  box-shadow: none;
}

/* line 487, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-selection.select2-selection--single:focus {
  outline: none;
}

/* line 511, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable td.col-bulk_actions label {
  cursor: pointer;
  vertical-align: top;
}

/* line 518, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable tfoot .col-price {
  text-align: right;
}

/* line 519, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable tfoot .col-decimal {
  text-align: right;
}

/* line 520, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable tfoot .col-right {
  text-align: right;
}

/* line 523, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable td.col-actions {
  white-space: nowrap;
}

/* line 528, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable td.col-reorder {
  cursor: move;
}

/* line 532, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable td.col-resource_item {
  word-break: keep-all;
}

/* line 5, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.1 !important;
  right: 1rem !important;
  top: 1.75rem !important;
  height: -moz-fit-content;
  height: fit-content;
}

/* line 25, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1 !important;
}

/* line 30, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead .th-title {
  margin-right: 1rem;
}

/* line 36, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead tr th {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--grey-dark);
}

/* line 47, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .input-max-10 {
  width: 10em;
  max-width: 10em;
}

/* line 51, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .input-max-10 input, div.dataTables_wrapper .input-max-10 select {
  width: 100%;
}

/* line 56, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .w-4 {
  width: 4em;
}

/* line 58, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .input-max-14 {
  width: 14em;
  max-width: 14em;
}

/* line 62, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .input-max-14 input, div.dataTables_wrapper .input-max-14 select {
  width: 100%;
}

/* line 79, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .dt-settings-pagination .paginate_button .page-link {
  color: var(--bs-gray-600);
  border: none;
}

/* line 85, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .dt-settings-pagination .paginate_button.active .page-link {
  background-color: var(--bs-gray-600);
  color: white;
}

/* line 95, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .dt-settings-info {
  display: inline-block;
  width: 100%;
}

/* line 100, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .dt-settings-length {
  display: inline-block;
  margin-left: 1rem;
}

/* line 105, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .dt-settings-pagination {
  float: right;
}

/* line 109, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_length {
  padding-top: 8px;
  white-space: nowrap;
}

/* line 110, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_length:not(.dt-no-filtering-setting) {
  margin-left: -0.5vw;
}

/* line 117, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_length select {
  height: 2rem;
  font-size: 1rem;
  padding: 0 1rem;
}

/* line 124, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper .boolean-column {
  max-width: 7em;
}

/* line 130, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper tfoot tr td:first-of-type {
  overflow: visible;
}

/* line 133, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper tfoot tr td {
  font-weight: 800;
  border-top: 4px double black !important;
}

/* line 142, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.effective-datatables-filters-scopes, .effective-datatables-filters-btn {
  display: inline-block;
}

/* line 150, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.effective-datatables-filters-scopes span.radio {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block !important;
  margin: 0 1rem 0rem 0;
}

@media (min-width: 768px) {
  /* line 148, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
  .effective-datatables-filters-scopes {
    margin: 1rem 0;
  }
}

/* line 168, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.effective-datatables-filters-btn .btn.btn-primary {
  border: none;
  padding: 6px 12px;
  font-size: 16px;
  margin-left: -4px;
}

@media (min-width: 768px) {
  /* line 176, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
  .effective-datatables-filters-btn span.radio {
    padding: 5px 12px 6px;
  }
}

/* line 186, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
#filters_scope_btn_group .btn.btn-outline-secondary.first-button {
  border-top-left-radius: 0.2em;
  border-bottom-left-radius: 0.2em;
}

/* line 190, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
#filters_scope_btn_group .btn.btn-outline-secondary {
  color: grey;
  border: 1px solid grey;
}

/* line 195, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
#filters_scope_btn_group .btn.btn-outline-secondary.active {
  background-color: white;
}

/* line 204, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable {
  border-collapse: collapse !important;
}

/* line 207, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.table-striped > tbody > tr.odd > *,
table.dataTable.table-striped > tbody > tr.odd.selected > *,
table.dataTable.table-hover > tbody > tr:hover > *,
table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: unset;
}

/* line 216, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead > tr > th {
  font-size: 1.5rem;
}

/* line 223, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  content: "\2191";
  top: 1.75rem !important;
  bottom: 0;
  right: 3rem !important;
}

/* line 239, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  content: "\2193";
  top: 1.75rem !important;
  bottom: 0;
  right: 2rem !important;
}

/* line 255, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  background-image: none;
  padding-right: 5rem;
}

/* line 272, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 0.5em;
}

/* line 273, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead > tr > th.sorting_disabled {
  padding-bottom: 8px;
}

/* line 275, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead th {
  background-repeat: no-repeat;
}

/* line 277, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead th > span {
  padding-right: 1rem;
}

/* line 299, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead th.col-actions span {
  display: block;
  height: 1.25em;
}

/* line 306, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper table.dataTable tr.effective-datatables-inline-row {
  visibility: collapse;
}

/* line 312, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded .dt-buttons {
  opacity: 0.4;
}

/* line 313, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded .dataTables_entries {
  opacity: 0.4;
}

/* line 314, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded .dataTables_paginate {
  opacity: 0.4;
}

/* line 317, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded table.dataTable tr {
  opacity: 0.4;
}

/* line 319, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded table.dataTable tr.effective-datatables-inline-row {
  visibility: visible;
  opacity: 1.0;
}

/* line 320, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded table.dataTable tr.effective-datatables-inline-row tr {
  opacity: 1.0;
}

/* line 325, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded table.dataTable tr.effective-datatables-inline-row:hover {
  background-color: inherit;
}

/* line 330, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  color: #0275d8;
}

/* line 334, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control.arrow-right::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control.arrow-right::before {
  color: #0275d8;
}

/* line 338, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  color: #0275d8;
}

/* line 345, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child td, table.dataTable > tbody > tr.child th {
  border: none;
}

/* line 347, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: none;
  padding-left: 0.5em;
}

/* line 351, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 353, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li span.dtr-title {
  min-width: 175px;
  margin-bottom: 0.25em;
}

/* line 354, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li span.dtr-data {
  white-space: nowrap;
}

/* line 355, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li .col-resource_item {
  margin-bottom: 0.25em;
}

/* line 360, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.collapsed th.col-bulk_actions:first-child div {
  margin-left: 18px;
}

/* line 364, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_buttons {
  text-align: right;
}

/* line 366, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_buttons .btn {
  font-size: 0.75rem;
}

/* line 369, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dt-button-collection-title {
  padding: 0px;
}

/* line 371, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dt-button.buttons-colvisGroup-first {
  padding-top: 0.5rem;
  border-top: 1px solid #dee2e6;
}

/* line 378, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead tr th {
  border-bottom: none;
  white-space: nowrap;
}

/* line 382, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead tr th .form-group {
  transition: all 0.25s ease-in-out, opacity 0.25s ease-in-out;
  font-weight: normal;
}

/* line 388, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead tr th .form-group input, table.dataTable > thead tr th .form-group select {
  width: 100%;
  max-height: 4rem;
  font-size: 1.25rem;
  border-color: var(--grey-light);
}

/* line 410, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead tr th.col-bulk_actions label {
  cursor: pointer;
}

/* line 418, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_processing {
  margin: -26px 25% 0px 25%;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  text-align: center;
  padding: 1em;
}

/* line 430, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_processing.alert-success {
  margin: -26px 10% 0px 10%;
  width: 80%;
}

/* line 436, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_processing.alert-danger {
  margin: -26px 10% 0px 10%;
  width: 80%;
}

/* line 443, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-sort > thead .sorting {
  background-image: none;
  cursor: default;
}

/* line 444, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-sort > thead .sorting_asc {
  background-image: none;
  cursor: default;
}

/* line 445, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-sort > thead .sorting_desc {
  background-image: none;
  cursor: default;
}

/* line 449, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-search > thead .form-group {
  display: none;
}

/* line 453, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-buttons .col-bulk_actions {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 458, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
  div.dataTables_wrapper div.dataTables_entries {
    text-align: center;
  }
}

/* line 462, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries {
  color: #909090;
  font-size: 12px;
}

/* line 467, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_info {
  display: inline-block;
  padding: 0.25em 0em 0.25em 0.25em;
}

/* line 473, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length {
  display: inline-block;
}

/* line 477, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-container {
  margin: 0 1em;
  max-width: 6.0rem;
  min-width: 3.0rem;
}

/* line 482, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-container .select2-selection__rendered {
  padding: 0em;
  color: #909090;
}

/* line 485, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-container.select2-container--open {
  min-width: 3.0rem;
  max-width: 6.0rem;
}

/* line 486, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-container.select2-container--focus {
  border: none;
  box-shadow: none;
}

/* line 487, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-selection.select2-selection--single:focus {
  outline: none;
}

/* line 511, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable td.col-bulk_actions label {
  cursor: pointer;
  vertical-align: top;
}

/* line 518, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable tfoot .col-price {
  text-align: right;
}

/* line 519, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable tfoot .col-decimal {
  text-align: right;
}

/* line 520, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable tfoot .col-right {
  text-align: right;
}

/* line 523, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable td.col-actions {
  white-space: nowrap;
}

/* line 528, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable td.col-reorder {
  cursor: move;
}

/* line 532, app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable td.col-resource_item {
  word-break: keep-all;
}

/* line 1, node_modules/timepicker/jquery.timepicker.css */
.ui-timepicker-wrapper {
  overflow-y: auto;
  max-height: 150px;
  width: auto;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10052;
  margin: 0;
}

/* line 15, node_modules/timepicker/jquery.timepicker.css */
.ui-timepicker-wrapper .ui-timepicker-list li {
  padding-right: 20px;
}

/* line 19, node_modules/timepicker/jquery.timepicker.css */
.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 25, node_modules/timepicker/jquery.timepicker.css */
.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}

/* line 29, node_modules/timepicker/jquery.timepicker.css */
.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

/* line 33, node_modules/timepicker/jquery.timepicker.css */
.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}

/* line 42, node_modules/timepicker/jquery.timepicker.css */
.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}

/* line 46, node_modules/timepicker/jquery.timepicker.css */
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980EC;
  color: #fff;
}

/* line 52, node_modules/timepicker/jquery.timepicker.css */
li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

/* line 57, node_modules/timepicker/jquery.timepicker.css */
.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

/* line 64, node_modules/timepicker/jquery.timepicker.css */
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

/* line 1, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  height: 18px;
  width: 18px;
}

/* line 10, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-twitter {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/social-share-button/twitter-7648109af931ccc5487a4b49b606e138339b9f41188ef50c63ae3404e89a57ad.svg);
}

/* line 14, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-facebook {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/social-share-button/facebook-eb1ecd5a90d8b6e6b874c0816f2004cbc245797a3aa256cc7abfd1231486c70a.svg);
}

/* line 18, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-google_bookmark {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/social-share-button/google_bookmark-54cafccf890014a9a9183b9531bae52f4dc97e105e0d85f2b7c9fc309bc08070.svg);
}

/* line 22, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-weibo {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/social-share-button/weibo-0b7761dd34506e1a019db361091cc616a22b050ae389775d864dc3b19d89ef81.svg);
}

/* line 26, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-qq {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/social-share-button/qq-acde4615f549971f965a6e52553ac2773647cdaf80cccf118e1ea4f12fe44c3d.svg);
}

/* line 30, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-delicious {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/social-share-button/delicious-ed2420516720740ffe4bfcd63b73375588b83794bbacf0c5a6559f6f55d2a410.svg);
}

/* line 34, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-linkedin {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/social-share-button/linkedin-219026ea8b02ffb7cfc183be14b27e272f41ad32602a8dc2de363b41531a2959.svg);
}

/* line 38, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-tumblr {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/social-share-button/tumblr-8edd7dfbb193d2b4cba98259be2f30a3542acd6a47fdc1799df61b392a3fa3cc.svg);
}

/* line 42, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-pinterest {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/social-share-button/pinterest-85d512809a4057faf8bab65e8157179cc06e4a314a12bdfddf384023a57e91a5.svg);
}

/* line 46, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-douban {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/social-share-button/douban-29fa49788911efb85b35c03f6a00b7fd48259e8d0d38297ab555bc892bf352a9.svg);
}

/* line 50, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-wechat {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/social-share-button/wechat-8397f4931832aeeba2b5022dce4aa5688b432cdc1d5862497dd215405efdf542.svg);
}

/* line 54, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-vkontakte {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/social-share-button/vkontakte-407b296a143ede9066b104296004ad7b6978d5c65e4d23f85c892e25e5f33204.svg);
}

/* line 58, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-odnoklassniki {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/social-share-button/odnoklassniki-7c5ff4dfee01c5028c9ea06802cd409991a77056c8363c3259dd7317abcdbcf8.svg);
}

/* line 62, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-xing {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/social-share-button/xing-4741a07cb5215646fde524f0f861562ec6b424cfc04cc5aaabfdb9582118f5d7.svg);
}

/* line 66, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-email {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/social-share-button/email-b6f794b2943ee85d522d52dc58785a5ecbe9986c33797b40342791a86d870c88.svg);
}

/* line 70, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-reddit {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/social-share-button/reddit-98f045c5f2f99cc76252a283ded8822fe3cf50663a422b61a65d6ab9cfbe6b78.svg);
}

/* line 74, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-hacker_news {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/social-share-button/hacker_news-cda48f4747d3a82ee66a3379a239a6e6f8dfdafcc3c17004bf6eaa2fcb04570c.svg);
}

/* line 78, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-telegram {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/social-share-button/telegram-199215ff39bf510a25e0e849fa6fe0f9a1eb364a5a970a5adde83581d9de3192.svg);
}

/* line 82, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-whatsapp_app,
.social-share-button .ssb-whatsapp_web {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/social-share-button/whatsapp-40d85ad05cc26ff717a18dbef6dd0c9f598ce62c0d114466ceff0ef690f9f58a.svg);
}

/* line 87, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog {
  width: 300px;
  position: fixed;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  z-index: 11001;
  font-size: 14px;
  line-height: 1.2em;
}

/* line 99, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-popup-header {
  font-weight: bold;
}

/* line 103, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-dialog-qr {
  text-align: center;
  margin: 25px 0;
}

/* line 108, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-popup-close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
  text-decoration: none;
  font-size: 16px;
}

/* line 119, ../../../home/deploy/.gem/ruby/3.2.2/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-popup-footer {
  text-align: left;
  line-height: 22px;
  color: #666;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url(https://assets-production.healthexpertconnect.com/fonts/font-awesome/fontawesome-webfont.eot);
  src: url(https://assets-production.healthexpertconnect.com/fonts/font-awesome/fontawesome-webfont.eot) format("embedded-opentype"), url(https://assets-production.healthexpertconnect.com/fonts/font-awesome/fontawesome-webfont.woff) format("woff"), url(https://assets-production.healthexpertconnect.com/fonts/font-awesome/fontawesome-webfont.ttf) format("truetype"), url(https://assets-production.healthexpertconnect.com/fonts/font-awesome/fontawesome-webfont.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 13, app/assets/stylesheets/font_awesome.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 22, app/assets/stylesheets/font_awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 28, app/assets/stylesheets/font_awesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 32, app/assets/stylesheets/font_awesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 36, app/assets/stylesheets/font_awesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 40, app/assets/stylesheets/font_awesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 44, app/assets/stylesheets/font_awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, app/assets/stylesheets/font_awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 55, app/assets/stylesheets/font_awesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 59, app/assets/stylesheets/font_awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 67, app/assets/stylesheets/font_awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 71, app/assets/stylesheets/font_awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 77, app/assets/stylesheets/font_awesome.scss */
.fa-pull-left {
  float: left;
}

/* line 81, app/assets/stylesheets/font_awesome.scss */
.fa-pull-right {
  float: right;
}

/* line 85, app/assets/stylesheets/font_awesome.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 89, app/assets/stylesheets/font_awesome.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* line 93, app/assets/stylesheets/font_awesome.scss */
.pull-right {
  float: right;
}

/* line 97, app/assets/stylesheets/font_awesome.scss */
.pull-left {
  float: left;
}

/* line 101, app/assets/stylesheets/font_awesome.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 105, app/assets/stylesheets/font_awesome.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 109, app/assets/stylesheets/font_awesome.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 114, app/assets/stylesheets/font_awesome.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* line 143, app/assets/stylesheets/font_awesome.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 150, app/assets/stylesheets/font_awesome.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 157, app/assets/stylesheets/font_awesome.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 164, app/assets/stylesheets/font_awesome.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 171, app/assets/stylesheets/font_awesome.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 178, app/assets/stylesheets/font_awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 186, app/assets/stylesheets/font_awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 195, app/assets/stylesheets/font_awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 203, app/assets/stylesheets/font_awesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 207, app/assets/stylesheets/font_awesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 211, app/assets/stylesheets/font_awesome.scss */
.fa-inverse {
  color: #fff;
}

/* line 215, app/assets/stylesheets/font_awesome.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 219, app/assets/stylesheets/font_awesome.scss */
.fa-music:before {
  content: "\f001";
}

/* line 223, app/assets/stylesheets/font_awesome.scss */
.fa-search:before {
  content: "\f002";
}

/* line 227, app/assets/stylesheets/font_awesome.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 231, app/assets/stylesheets/font_awesome.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 235, app/assets/stylesheets/font_awesome.scss */
.fa-star:before {
  content: "\f005";
}

/* line 239, app/assets/stylesheets/font_awesome.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 243, app/assets/stylesheets/font_awesome.scss */
.fa-user:before {
  content: "\f007";
}

/* line 247, app/assets/stylesheets/font_awesome.scss */
.fa-film:before {
  content: "\f008";
}

/* line 251, app/assets/stylesheets/font_awesome.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 255, app/assets/stylesheets/font_awesome.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 259, app/assets/stylesheets/font_awesome.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 263, app/assets/stylesheets/font_awesome.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 267, app/assets/stylesheets/font_awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 273, app/assets/stylesheets/font_awesome.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 277, app/assets/stylesheets/font_awesome.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 281, app/assets/stylesheets/font_awesome.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 285, app/assets/stylesheets/font_awesome.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 289, app/assets/stylesheets/font_awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 294, app/assets/stylesheets/font_awesome.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 298, app/assets/stylesheets/font_awesome.scss */
.fa-home:before {
  content: "\f015";
}

/* line 302, app/assets/stylesheets/font_awesome.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 306, app/assets/stylesheets/font_awesome.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 310, app/assets/stylesheets/font_awesome.scss */
.fa-road:before {
  content: "\f018";
}

/* line 314, app/assets/stylesheets/font_awesome.scss */
.fa-download:before {
  content: "\f019";
}

/* line 318, app/assets/stylesheets/font_awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 322, app/assets/stylesheets/font_awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 326, app/assets/stylesheets/font_awesome.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 330, app/assets/stylesheets/font_awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 334, app/assets/stylesheets/font_awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 339, app/assets/stylesheets/font_awesome.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 343, app/assets/stylesheets/font_awesome.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 347, app/assets/stylesheets/font_awesome.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 351, app/assets/stylesheets/font_awesome.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 355, app/assets/stylesheets/font_awesome.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 359, app/assets/stylesheets/font_awesome.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 363, app/assets/stylesheets/font_awesome.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 367, app/assets/stylesheets/font_awesome.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 371, app/assets/stylesheets/font_awesome.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 375, app/assets/stylesheets/font_awesome.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 379, app/assets/stylesheets/font_awesome.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 383, app/assets/stylesheets/font_awesome.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 387, app/assets/stylesheets/font_awesome.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 391, app/assets/stylesheets/font_awesome.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 395, app/assets/stylesheets/font_awesome.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 399, app/assets/stylesheets/font_awesome.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 403, app/assets/stylesheets/font_awesome.scss */
.fa-font:before {
  content: "\f031";
}

/* line 407, app/assets/stylesheets/font_awesome.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 411, app/assets/stylesheets/font_awesome.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 415, app/assets/stylesheets/font_awesome.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 419, app/assets/stylesheets/font_awesome.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 423, app/assets/stylesheets/font_awesome.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 427, app/assets/stylesheets/font_awesome.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 431, app/assets/stylesheets/font_awesome.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 435, app/assets/stylesheets/font_awesome.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 439, app/assets/stylesheets/font_awesome.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 443, app/assets/stylesheets/font_awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 448, app/assets/stylesheets/font_awesome.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 452, app/assets/stylesheets/font_awesome.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 456, app/assets/stylesheets/font_awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 462, app/assets/stylesheets/font_awesome.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 466, app/assets/stylesheets/font_awesome.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 470, app/assets/stylesheets/font_awesome.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 474, app/assets/stylesheets/font_awesome.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 478, app/assets/stylesheets/font_awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 483, app/assets/stylesheets/font_awesome.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 487, app/assets/stylesheets/font_awesome.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 491, app/assets/stylesheets/font_awesome.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 495, app/assets/stylesheets/font_awesome.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 499, app/assets/stylesheets/font_awesome.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 503, app/assets/stylesheets/font_awesome.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 507, app/assets/stylesheets/font_awesome.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 511, app/assets/stylesheets/font_awesome.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 515, app/assets/stylesheets/font_awesome.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 519, app/assets/stylesheets/font_awesome.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 523, app/assets/stylesheets/font_awesome.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 527, app/assets/stylesheets/font_awesome.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 531, app/assets/stylesheets/font_awesome.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 535, app/assets/stylesheets/font_awesome.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 539, app/assets/stylesheets/font_awesome.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 543, app/assets/stylesheets/font_awesome.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 547, app/assets/stylesheets/font_awesome.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 551, app/assets/stylesheets/font_awesome.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 555, app/assets/stylesheets/font_awesome.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 559, app/assets/stylesheets/font_awesome.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 563, app/assets/stylesheets/font_awesome.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 567, app/assets/stylesheets/font_awesome.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 571, app/assets/stylesheets/font_awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 575, app/assets/stylesheets/font_awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 579, app/assets/stylesheets/font_awesome.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 583, app/assets/stylesheets/font_awesome.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 587, app/assets/stylesheets/font_awesome.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 591, app/assets/stylesheets/font_awesome.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 595, app/assets/stylesheets/font_awesome.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 599, app/assets/stylesheets/font_awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 604, app/assets/stylesheets/font_awesome.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 608, app/assets/stylesheets/font_awesome.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 612, app/assets/stylesheets/font_awesome.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 616, app/assets/stylesheets/font_awesome.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 620, app/assets/stylesheets/font_awesome.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 624, app/assets/stylesheets/font_awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 628, app/assets/stylesheets/font_awesome.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 632, app/assets/stylesheets/font_awesome.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 636, app/assets/stylesheets/font_awesome.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 640, app/assets/stylesheets/font_awesome.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 644, app/assets/stylesheets/font_awesome.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 648, app/assets/stylesheets/font_awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 653, app/assets/stylesheets/font_awesome.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 657, app/assets/stylesheets/font_awesome.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 661, app/assets/stylesheets/font_awesome.scss */
.fa-random:before {
  content: "\f074";
}

/* line 665, app/assets/stylesheets/font_awesome.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 669, app/assets/stylesheets/font_awesome.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 673, app/assets/stylesheets/font_awesome.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 677, app/assets/stylesheets/font_awesome.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 681, app/assets/stylesheets/font_awesome.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 685, app/assets/stylesheets/font_awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 689, app/assets/stylesheets/font_awesome.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 693, app/assets/stylesheets/font_awesome.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 697, app/assets/stylesheets/font_awesome.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 701, app/assets/stylesheets/font_awesome.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 705, app/assets/stylesheets/font_awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 710, app/assets/stylesheets/font_awesome.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 714, app/assets/stylesheets/font_awesome.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 718, app/assets/stylesheets/font_awesome.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 722, app/assets/stylesheets/font_awesome.scss */
.fa-key:before {
  content: "\f084";
}

/* line 726, app/assets/stylesheets/font_awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 731, app/assets/stylesheets/font_awesome.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 735, app/assets/stylesheets/font_awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 739, app/assets/stylesheets/font_awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 743, app/assets/stylesheets/font_awesome.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 747, app/assets/stylesheets/font_awesome.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 751, app/assets/stylesheets/font_awesome.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 755, app/assets/stylesheets/font_awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 759, app/assets/stylesheets/font_awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 763, app/assets/stylesheets/font_awesome.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 767, app/assets/stylesheets/font_awesome.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 771, app/assets/stylesheets/font_awesome.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 775, app/assets/stylesheets/font_awesome.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 779, app/assets/stylesheets/font_awesome.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 783, app/assets/stylesheets/font_awesome.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 787, app/assets/stylesheets/font_awesome.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 791, app/assets/stylesheets/font_awesome.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 795, app/assets/stylesheets/font_awesome.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 799, app/assets/stylesheets/font_awesome.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 803, app/assets/stylesheets/font_awesome.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 807, app/assets/stylesheets/font_awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 812, app/assets/stylesheets/font_awesome.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 816, app/assets/stylesheets/font_awesome.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 820, app/assets/stylesheets/font_awesome.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 824, app/assets/stylesheets/font_awesome.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 829, app/assets/stylesheets/font_awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 833, app/assets/stylesheets/font_awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 837, app/assets/stylesheets/font_awesome.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 841, app/assets/stylesheets/font_awesome.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 845, app/assets/stylesheets/font_awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 849, app/assets/stylesheets/font_awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 853, app/assets/stylesheets/font_awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 857, app/assets/stylesheets/font_awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 861, app/assets/stylesheets/font_awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 865, app/assets/stylesheets/font_awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 869, app/assets/stylesheets/font_awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 873, app/assets/stylesheets/font_awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 877, app/assets/stylesheets/font_awesome.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 881, app/assets/stylesheets/font_awesome.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 885, app/assets/stylesheets/font_awesome.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 889, app/assets/stylesheets/font_awesome.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 893, app/assets/stylesheets/font_awesome.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 897, app/assets/stylesheets/font_awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 901, app/assets/stylesheets/font_awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 906, app/assets/stylesheets/font_awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 911, app/assets/stylesheets/font_awesome.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 915, app/assets/stylesheets/font_awesome.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 919, app/assets/stylesheets/font_awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 924, app/assets/stylesheets/font_awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 929, app/assets/stylesheets/font_awesome.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 933, app/assets/stylesheets/font_awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 938, app/assets/stylesheets/font_awesome.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 942, app/assets/stylesheets/font_awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 948, app/assets/stylesheets/font_awesome.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 952, app/assets/stylesheets/font_awesome.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 956, app/assets/stylesheets/font_awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 960, app/assets/stylesheets/font_awesome.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 964, app/assets/stylesheets/font_awesome.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 968, app/assets/stylesheets/font_awesome.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 972, app/assets/stylesheets/font_awesome.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 976, app/assets/stylesheets/font_awesome.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 980, app/assets/stylesheets/font_awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 984, app/assets/stylesheets/font_awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 988, app/assets/stylesheets/font_awesome.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 992, app/assets/stylesheets/font_awesome.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 996, app/assets/stylesheets/font_awesome.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 1000, app/assets/stylesheets/font_awesome.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 1004, app/assets/stylesheets/font_awesome.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 1008, app/assets/stylesheets/font_awesome.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 1012, app/assets/stylesheets/font_awesome.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 1016, app/assets/stylesheets/font_awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 1021, app/assets/stylesheets/font_awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 1026, app/assets/stylesheets/font_awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 1031, app/assets/stylesheets/font_awesome.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 1035, app/assets/stylesheets/font_awesome.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 1039, app/assets/stylesheets/font_awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 1044, app/assets/stylesheets/font_awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 1049, app/assets/stylesheets/font_awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 1054, app/assets/stylesheets/font_awesome.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 1058, app/assets/stylesheets/font_awesome.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 1062, app/assets/stylesheets/font_awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 1067, app/assets/stylesheets/font_awesome.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 1071, app/assets/stylesheets/font_awesome.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1075, app/assets/stylesheets/font_awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 1080, app/assets/stylesheets/font_awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 1084, app/assets/stylesheets/font_awesome.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 1088, app/assets/stylesheets/font_awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 1092, app/assets/stylesheets/font_awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 1096, app/assets/stylesheets/font_awesome.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1100, app/assets/stylesheets/font_awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1104, app/assets/stylesheets/font_awesome.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1108, app/assets/stylesheets/font_awesome.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 1112, app/assets/stylesheets/font_awesome.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 1116, app/assets/stylesheets/font_awesome.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 1120, app/assets/stylesheets/font_awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 1124, app/assets/stylesheets/font_awesome.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 1128, app/assets/stylesheets/font_awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 1132, app/assets/stylesheets/font_awesome.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 1136, app/assets/stylesheets/font_awesome.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 1140, app/assets/stylesheets/font_awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 1144, app/assets/stylesheets/font_awesome.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 1148, app/assets/stylesheets/font_awesome.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 1152, app/assets/stylesheets/font_awesome.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 1156, app/assets/stylesheets/font_awesome.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 1160, app/assets/stylesheets/font_awesome.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 1164, app/assets/stylesheets/font_awesome.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 1168, app/assets/stylesheets/font_awesome.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 1172, app/assets/stylesheets/font_awesome.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 1176, app/assets/stylesheets/font_awesome.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 1180, app/assets/stylesheets/font_awesome.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 1184, app/assets/stylesheets/font_awesome.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 1188, app/assets/stylesheets/font_awesome.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 1192, app/assets/stylesheets/font_awesome.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 1196, app/assets/stylesheets/font_awesome.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1200, app/assets/stylesheets/font_awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 1205, app/assets/stylesheets/font_awesome.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 1209, app/assets/stylesheets/font_awesome.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 1213, app/assets/stylesheets/font_awesome.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 1217, app/assets/stylesheets/font_awesome.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 1221, app/assets/stylesheets/font_awesome.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 1225, app/assets/stylesheets/font_awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 1230, app/assets/stylesheets/font_awesome.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 1234, app/assets/stylesheets/font_awesome.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 1238, app/assets/stylesheets/font_awesome.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 1242, app/assets/stylesheets/font_awesome.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 1246, app/assets/stylesheets/font_awesome.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 1250, app/assets/stylesheets/font_awesome.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 1254, app/assets/stylesheets/font_awesome.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 1258, app/assets/stylesheets/font_awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 1262, app/assets/stylesheets/font_awesome.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 1266, app/assets/stylesheets/font_awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 1270, app/assets/stylesheets/font_awesome.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1274, app/assets/stylesheets/font_awesome.scss */
.fa-code:before {
  content: "\f121";
}

/* line 1278, app/assets/stylesheets/font_awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 1283, app/assets/stylesheets/font_awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1289, app/assets/stylesheets/font_awesome.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1293, app/assets/stylesheets/font_awesome.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1297, app/assets/stylesheets/font_awesome.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1301, app/assets/stylesheets/font_awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1306, app/assets/stylesheets/font_awesome.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1310, app/assets/stylesheets/font_awesome.scss */
.fa-info:before {
  content: "\f129";
}

/* line 1314, app/assets/stylesheets/font_awesome.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1318, app/assets/stylesheets/font_awesome.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1322, app/assets/stylesheets/font_awesome.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1326, app/assets/stylesheets/font_awesome.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1330, app/assets/stylesheets/font_awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1334, app/assets/stylesheets/font_awesome.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1338, app/assets/stylesheets/font_awesome.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1342, app/assets/stylesheets/font_awesome.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1346, app/assets/stylesheets/font_awesome.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1350, app/assets/stylesheets/font_awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1354, app/assets/stylesheets/font_awesome.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1358, app/assets/stylesheets/font_awesome.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1362, app/assets/stylesheets/font_awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1366, app/assets/stylesheets/font_awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1370, app/assets/stylesheets/font_awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1374, app/assets/stylesheets/font_awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1378, app/assets/stylesheets/font_awesome.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1382, app/assets/stylesheets/font_awesome.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1386, app/assets/stylesheets/font_awesome.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1390, app/assets/stylesheets/font_awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1394, app/assets/stylesheets/font_awesome.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1398, app/assets/stylesheets/font_awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1402, app/assets/stylesheets/font_awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1406, app/assets/stylesheets/font_awesome.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1410, app/assets/stylesheets/font_awesome.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1414, app/assets/stylesheets/font_awesome.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1418, app/assets/stylesheets/font_awesome.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1422, app/assets/stylesheets/font_awesome.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1426, app/assets/stylesheets/font_awesome.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1430, app/assets/stylesheets/font_awesome.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1434, app/assets/stylesheets/font_awesome.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1438, app/assets/stylesheets/font_awesome.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1442, app/assets/stylesheets/font_awesome.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1446, app/assets/stylesheets/font_awesome.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1450, app/assets/stylesheets/font_awesome.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1454, app/assets/stylesheets/font_awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1459, app/assets/stylesheets/font_awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1464, app/assets/stylesheets/font_awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1469, app/assets/stylesheets/font_awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1474, app/assets/stylesheets/font_awesome.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 1478, app/assets/stylesheets/font_awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1483, app/assets/stylesheets/font_awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1488, app/assets/stylesheets/font_awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1495, app/assets/stylesheets/font_awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1501, app/assets/stylesheets/font_awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1506, app/assets/stylesheets/font_awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1511, app/assets/stylesheets/font_awesome.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1515, app/assets/stylesheets/font_awesome.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1519, app/assets/stylesheets/font_awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1523, app/assets/stylesheets/font_awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1527, app/assets/stylesheets/font_awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1531, app/assets/stylesheets/font_awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1535, app/assets/stylesheets/font_awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1539, app/assets/stylesheets/font_awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1543, app/assets/stylesheets/font_awesome.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1547, app/assets/stylesheets/font_awesome.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1551, app/assets/stylesheets/font_awesome.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1555, app/assets/stylesheets/font_awesome.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1559, app/assets/stylesheets/font_awesome.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1563, app/assets/stylesheets/font_awesome.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1567, app/assets/stylesheets/font_awesome.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1571, app/assets/stylesheets/font_awesome.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1575, app/assets/stylesheets/font_awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1579, app/assets/stylesheets/font_awesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1583, app/assets/stylesheets/font_awesome.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1587, app/assets/stylesheets/font_awesome.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1591, app/assets/stylesheets/font_awesome.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1595, app/assets/stylesheets/font_awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1599, app/assets/stylesheets/font_awesome.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1603, app/assets/stylesheets/font_awesome.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1607, app/assets/stylesheets/font_awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1611, app/assets/stylesheets/font_awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1615, app/assets/stylesheets/font_awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1619, app/assets/stylesheets/font_awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1623, app/assets/stylesheets/font_awesome.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1627, app/assets/stylesheets/font_awesome.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1631, app/assets/stylesheets/font_awesome.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1635, app/assets/stylesheets/font_awesome.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1639, app/assets/stylesheets/font_awesome.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1643, app/assets/stylesheets/font_awesome.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1647, app/assets/stylesheets/font_awesome.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1651, app/assets/stylesheets/font_awesome.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1655, app/assets/stylesheets/font_awesome.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1659, app/assets/stylesheets/font_awesome.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1663, app/assets/stylesheets/font_awesome.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1668, app/assets/stylesheets/font_awesome.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1672, app/assets/stylesheets/font_awesome.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1676, app/assets/stylesheets/font_awesome.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1680, app/assets/stylesheets/font_awesome.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1684, app/assets/stylesheets/font_awesome.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1688, app/assets/stylesheets/font_awesome.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1692, app/assets/stylesheets/font_awesome.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1696, app/assets/stylesheets/font_awesome.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1700, app/assets/stylesheets/font_awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1704, app/assets/stylesheets/font_awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1708, app/assets/stylesheets/font_awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1712, app/assets/stylesheets/font_awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1717, app/assets/stylesheets/font_awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1721, app/assets/stylesheets/font_awesome.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1725, app/assets/stylesheets/font_awesome.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1729, app/assets/stylesheets/font_awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1734, app/assets/stylesheets/font_awesome.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1738, app/assets/stylesheets/font_awesome.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1742, app/assets/stylesheets/font_awesome.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1746, app/assets/stylesheets/font_awesome.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1750, app/assets/stylesheets/font_awesome.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1754, app/assets/stylesheets/font_awesome.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1758, app/assets/stylesheets/font_awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1764, app/assets/stylesheets/font_awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1769, app/assets/stylesheets/font_awesome.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1773, app/assets/stylesheets/font_awesome.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1777, app/assets/stylesheets/font_awesome.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1781, app/assets/stylesheets/font_awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1785, app/assets/stylesheets/font_awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1789, app/assets/stylesheets/font_awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1793, app/assets/stylesheets/font_awesome.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1797, app/assets/stylesheets/font_awesome.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1801, app/assets/stylesheets/font_awesome.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1805, app/assets/stylesheets/font_awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1809, app/assets/stylesheets/font_awesome.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1813, app/assets/stylesheets/font_awesome.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1817, app/assets/stylesheets/font_awesome.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1821, app/assets/stylesheets/font_awesome.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1825, app/assets/stylesheets/font_awesome.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 1829, app/assets/stylesheets/font_awesome.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 1833, app/assets/stylesheets/font_awesome.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1837, app/assets/stylesheets/font_awesome.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1841, app/assets/stylesheets/font_awesome.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1845, app/assets/stylesheets/font_awesome.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1849, app/assets/stylesheets/font_awesome.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1853, app/assets/stylesheets/font_awesome.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1857, app/assets/stylesheets/font_awesome.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1861, app/assets/stylesheets/font_awesome.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1865, app/assets/stylesheets/font_awesome.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1869, app/assets/stylesheets/font_awesome.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1874, app/assets/stylesheets/font_awesome.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1879, app/assets/stylesheets/font_awesome.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1883, app/assets/stylesheets/font_awesome.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1887, app/assets/stylesheets/font_awesome.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1891, app/assets/stylesheets/font_awesome.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1895, app/assets/stylesheets/font_awesome.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1899, app/assets/stylesheets/font_awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1903, app/assets/stylesheets/font_awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1907, app/assets/stylesheets/font_awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1911, app/assets/stylesheets/font_awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1915, app/assets/stylesheets/font_awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1921, app/assets/stylesheets/font_awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1926, app/assets/stylesheets/font_awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1931, app/assets/stylesheets/font_awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1936, app/assets/stylesheets/font_awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1940, app/assets/stylesheets/font_awesome.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1944, app/assets/stylesheets/font_awesome.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1948, app/assets/stylesheets/font_awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1952, app/assets/stylesheets/font_awesome.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1960, app/assets/stylesheets/font_awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1964, app/assets/stylesheets/font_awesome.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1970, app/assets/stylesheets/font_awesome.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1975, app/assets/stylesheets/font_awesome.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1979, app/assets/stylesheets/font_awesome.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1983, app/assets/stylesheets/font_awesome.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1989, app/assets/stylesheets/font_awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1993, app/assets/stylesheets/font_awesome.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1997, app/assets/stylesheets/font_awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 2002, app/assets/stylesheets/font_awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 2007, app/assets/stylesheets/font_awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 2012, app/assets/stylesheets/font_awesome.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 2016, app/assets/stylesheets/font_awesome.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 2020, app/assets/stylesheets/font_awesome.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 2024, app/assets/stylesheets/font_awesome.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 2028, app/assets/stylesheets/font_awesome.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 2032, app/assets/stylesheets/font_awesome.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 2036, app/assets/stylesheets/font_awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 2040, app/assets/stylesheets/font_awesome.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 2044, app/assets/stylesheets/font_awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 2049, app/assets/stylesheets/font_awesome.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 2053, app/assets/stylesheets/font_awesome.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 2057, app/assets/stylesheets/font_awesome.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 2061, app/assets/stylesheets/font_awesome.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 2065, app/assets/stylesheets/font_awesome.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 2069, app/assets/stylesheets/font_awesome.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 2073, app/assets/stylesheets/font_awesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 2077, app/assets/stylesheets/font_awesome.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 2081, app/assets/stylesheets/font_awesome.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 2085, app/assets/stylesheets/font_awesome.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 2089, app/assets/stylesheets/font_awesome.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 2093, app/assets/stylesheets/font_awesome.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 2097, app/assets/stylesheets/font_awesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 2101, app/assets/stylesheets/font_awesome.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 2105, app/assets/stylesheets/font_awesome.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 2109, app/assets/stylesheets/font_awesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 2113, app/assets/stylesheets/font_awesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 2117, app/assets/stylesheets/font_awesome.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 2121, app/assets/stylesheets/font_awesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 2125, app/assets/stylesheets/font_awesome.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 2129, app/assets/stylesheets/font_awesome.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 2133, app/assets/stylesheets/font_awesome.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 2137, app/assets/stylesheets/font_awesome.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 2141, app/assets/stylesheets/font_awesome.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 2145, app/assets/stylesheets/font_awesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 2149, app/assets/stylesheets/font_awesome.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 2153, app/assets/stylesheets/font_awesome.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 2157, app/assets/stylesheets/font_awesome.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 2161, app/assets/stylesheets/font_awesome.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 2165, app/assets/stylesheets/font_awesome.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 2169, app/assets/stylesheets/font_awesome.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 2173, app/assets/stylesheets/font_awesome.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 2177, app/assets/stylesheets/font_awesome.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 2181, app/assets/stylesheets/font_awesome.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 2185, app/assets/stylesheets/font_awesome.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 2189, app/assets/stylesheets/font_awesome.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 2193, app/assets/stylesheets/font_awesome.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 2197, app/assets/stylesheets/font_awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 2203, app/assets/stylesheets/font_awesome.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 2207, app/assets/stylesheets/font_awesome.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 2211, app/assets/stylesheets/font_awesome.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 2215, app/assets/stylesheets/font_awesome.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 2219, app/assets/stylesheets/font_awesome.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 2223, app/assets/stylesheets/font_awesome.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 2227, app/assets/stylesheets/font_awesome.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 2231, app/assets/stylesheets/font_awesome.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 2235, app/assets/stylesheets/font_awesome.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 2239, app/assets/stylesheets/font_awesome.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 2243, app/assets/stylesheets/font_awesome.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 2247, app/assets/stylesheets/font_awesome.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 2251, app/assets/stylesheets/font_awesome.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 2255, app/assets/stylesheets/font_awesome.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 2259, app/assets/stylesheets/font_awesome.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 2263, app/assets/stylesheets/font_awesome.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 2267, app/assets/stylesheets/font_awesome.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 2271, app/assets/stylesheets/font_awesome.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 2275, app/assets/stylesheets/font_awesome.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 2279, app/assets/stylesheets/font_awesome.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 2283, app/assets/stylesheets/font_awesome.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 2287, app/assets/stylesheets/font_awesome.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 2292, app/assets/stylesheets/font_awesome.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 2296, app/assets/stylesheets/font_awesome.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 2300, app/assets/stylesheets/font_awesome.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 2304, app/assets/stylesheets/font_awesome.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 2308, app/assets/stylesheets/font_awesome.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 2312, app/assets/stylesheets/font_awesome.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 2316, app/assets/stylesheets/font_awesome.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 2320, app/assets/stylesheets/font_awesome.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 2324, app/assets/stylesheets/font_awesome.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 2328, app/assets/stylesheets/font_awesome.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 2332, app/assets/stylesheets/font_awesome.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 2336, app/assets/stylesheets/font_awesome.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 2340, app/assets/stylesheets/font_awesome.scss */
.fa-server:before {
  content: "\f233";
}

/* line 2344, app/assets/stylesheets/font_awesome.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 2348, app/assets/stylesheets/font_awesome.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 2352, app/assets/stylesheets/font_awesome.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 2357, app/assets/stylesheets/font_awesome.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 2361, app/assets/stylesheets/font_awesome.scss */
.fa-train:before {
  content: "\f238";
}

/* line 2365, app/assets/stylesheets/font_awesome.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 2369, app/assets/stylesheets/font_awesome.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 2373, app/assets/stylesheets/font_awesome.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 2378, app/assets/stylesheets/font_awesome.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 2382, app/assets/stylesheets/font_awesome.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 2386, app/assets/stylesheets/font_awesome.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 2390, app/assets/stylesheets/font_awesome.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 2396, app/assets/stylesheets/font_awesome.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 2401, app/assets/stylesheets/font_awesome.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 2406, app/assets/stylesheets/font_awesome.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 2411, app/assets/stylesheets/font_awesome.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 2416, app/assets/stylesheets/font_awesome.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 2420, app/assets/stylesheets/font_awesome.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 2424, app/assets/stylesheets/font_awesome.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 2428, app/assets/stylesheets/font_awesome.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 2432, app/assets/stylesheets/font_awesome.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 2436, app/assets/stylesheets/font_awesome.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 2440, app/assets/stylesheets/font_awesome.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 2444, app/assets/stylesheets/font_awesome.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 2448, app/assets/stylesheets/font_awesome.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 2452, app/assets/stylesheets/font_awesome.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 2456, app/assets/stylesheets/font_awesome.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 2460, app/assets/stylesheets/font_awesome.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 2465, app/assets/stylesheets/font_awesome.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 2470, app/assets/stylesheets/font_awesome.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 2475, app/assets/stylesheets/font_awesome.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 2479, app/assets/stylesheets/font_awesome.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 2484, app/assets/stylesheets/font_awesome.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 2489, app/assets/stylesheets/font_awesome.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 2493, app/assets/stylesheets/font_awesome.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 2497, app/assets/stylesheets/font_awesome.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 2501, app/assets/stylesheets/font_awesome.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 2505, app/assets/stylesheets/font_awesome.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 2509, app/assets/stylesheets/font_awesome.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 2513, app/assets/stylesheets/font_awesome.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 2517, app/assets/stylesheets/font_awesome.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 2521, app/assets/stylesheets/font_awesome.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 2525, app/assets/stylesheets/font_awesome.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 2529, app/assets/stylesheets/font_awesome.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 2533, app/assets/stylesheets/font_awesome.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 2537, app/assets/stylesheets/font_awesome.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 2541, app/assets/stylesheets/font_awesome.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 2545, app/assets/stylesheets/font_awesome.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 2549, app/assets/stylesheets/font_awesome.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 2553, app/assets/stylesheets/font_awesome.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 2557, app/assets/stylesheets/font_awesome.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 2561, app/assets/stylesheets/font_awesome.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 2565, app/assets/stylesheets/font_awesome.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 2569, app/assets/stylesheets/font_awesome.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 2574, app/assets/stylesheets/font_awesome.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 2578, app/assets/stylesheets/font_awesome.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 2582, app/assets/stylesheets/font_awesome.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 2586, app/assets/stylesheets/font_awesome.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 2590, app/assets/stylesheets/font_awesome.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 2594, app/assets/stylesheets/font_awesome.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 2598, app/assets/stylesheets/font_awesome.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2602, app/assets/stylesheets/font_awesome.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 2606, app/assets/stylesheets/font_awesome.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2610, app/assets/stylesheets/font_awesome.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2614, app/assets/stylesheets/font_awesome.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 2618, app/assets/stylesheets/font_awesome.scss */
.fa-map:before {
  content: "\f279";
}

/* line 2622, app/assets/stylesheets/font_awesome.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2626, app/assets/stylesheets/font_awesome.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2630, app/assets/stylesheets/font_awesome.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2634, app/assets/stylesheets/font_awesome.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2638, app/assets/stylesheets/font_awesome.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2642, app/assets/stylesheets/font_awesome.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2646, app/assets/stylesheets/font_awesome.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2650, app/assets/stylesheets/font_awesome.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 2654, app/assets/stylesheets/font_awesome.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2658, app/assets/stylesheets/font_awesome.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2662, app/assets/stylesheets/font_awesome.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 2666, app/assets/stylesheets/font_awesome.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2670, app/assets/stylesheets/font_awesome.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 2674, app/assets/stylesheets/font_awesome.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2678, app/assets/stylesheets/font_awesome.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2682, app/assets/stylesheets/font_awesome.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2686, app/assets/stylesheets/font_awesome.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2690, app/assets/stylesheets/font_awesome.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2694, app/assets/stylesheets/font_awesome.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2698, app/assets/stylesheets/font_awesome.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2702, app/assets/stylesheets/font_awesome.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2706, app/assets/stylesheets/font_awesome.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2710, app/assets/stylesheets/font_awesome.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2714, app/assets/stylesheets/font_awesome.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2718, app/assets/stylesheets/font_awesome.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2722, app/assets/stylesheets/font_awesome.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 2726, app/assets/stylesheets/font_awesome.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2730, app/assets/stylesheets/font_awesome.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2734, app/assets/stylesheets/font_awesome.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2738, app/assets/stylesheets/font_awesome.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 2742, app/assets/stylesheets/font_awesome.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2746, app/assets/stylesheets/font_awesome.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2750, app/assets/stylesheets/font_awesome.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2754, app/assets/stylesheets/font_awesome.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 2758, app/assets/stylesheets/font_awesome.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2762, app/assets/stylesheets/font_awesome.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2766, app/assets/stylesheets/font_awesome.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2770, app/assets/stylesheets/font_awesome.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2774, app/assets/stylesheets/font_awesome.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2779, app/assets/stylesheets/font_awesome.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2785, app/assets/stylesheets/font_awesome.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2789, app/assets/stylesheets/font_awesome.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2793, app/assets/stylesheets/font_awesome.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2798, app/assets/stylesheets/font_awesome.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2802, app/assets/stylesheets/font_awesome.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2806, app/assets/stylesheets/font_awesome.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2810, app/assets/stylesheets/font_awesome.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2814, app/assets/stylesheets/font_awesome.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2818, app/assets/stylesheets/font_awesome.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2822, app/assets/stylesheets/font_awesome.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2826, app/assets/stylesheets/font_awesome.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2830, app/assets/stylesheets/font_awesome.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2834, app/assets/stylesheets/font_awesome.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2838, app/assets/stylesheets/font_awesome.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2843, app/assets/stylesheets/font_awesome.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2848, app/assets/stylesheets/font_awesome.scss */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2852, app/assets/stylesheets/font_awesome.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2856, app/assets/stylesheets/font_awesome.scss */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2860, app/assets/stylesheets/font_awesome.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2864, app/assets/stylesheets/font_awesome.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2868, app/assets/stylesheets/font_awesome.scss */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2872, app/assets/stylesheets/font_awesome.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2877, app/assets/stylesheets/font_awesome.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2882, app/assets/stylesheets/font_awesome.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2886, app/assets/stylesheets/font_awesome.scss */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2890, app/assets/stylesheets/font_awesome.scss */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2894, app/assets/stylesheets/font_awesome.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2898, app/assets/stylesheets/font_awesome.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2903, app/assets/stylesheets/font_awesome.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2908, app/assets/stylesheets/font_awesome.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2912, app/assets/stylesheets/font_awesome.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2916, app/assets/stylesheets/font_awesome.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2920, app/assets/stylesheets/font_awesome.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2926, app/assets/stylesheets/font_awesome.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2931, app/assets/stylesheets/font_awesome.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2936, app/assets/stylesheets/font_awesome.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2941, app/assets/stylesheets/font_awesome.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2946, app/assets/stylesheets/font_awesome.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2950, app/assets/stylesheets/font_awesome.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2956, app/assets/stylesheets/font_awesome.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2960, app/assets/stylesheets/font_awesome.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2964, app/assets/stylesheets/font_awesome.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2968, app/assets/stylesheets/font_awesome.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2972, app/assets/stylesheets/font_awesome.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2977, app/assets/stylesheets/font_awesome.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2982, app/assets/stylesheets/font_awesome.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2986, app/assets/stylesheets/font_awesome.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2990, app/assets/stylesheets/font_awesome.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2994, app/assets/stylesheets/font_awesome.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2998, app/assets/stylesheets/font_awesome.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 3002, app/assets/stylesheets/font_awesome.scss */
.fa-eercast:before {
  content: "\f2da";
}

/* line 3006, app/assets/stylesheets/font_awesome.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 3010, app/assets/stylesheets/font_awesome.scss */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 3014, app/assets/stylesheets/font_awesome.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 3018, app/assets/stylesheets/font_awesome.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 3022, app/assets/stylesheets/font_awesome.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 3026, app/assets/stylesheets/font_awesome.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 3037, app/assets/stylesheets/font_awesome.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1, app/assets/stylesheets/folders.scss */
.tree-element {
  border-bottom: 1px solid;
  height: 1.5rem;
  width: 1rem;
  display: inline-block;
  margin-bottom: 0.3rem;
  padding-left: 1rem;
  transform: translateY(-0.6rem);
}

/* line 11, app/assets/stylesheets/folders.scss */
.tree-element[data-counter="0"] {
  visibility: hidden;
}

/* line 15, app/assets/stylesheets/folders.scss */
[data-counter="0"] {
  visibility: hidden;
}

/* line 19, app/assets/stylesheets/folders.scss */
[data-rbd-placeholder-context-id] {
  max-width: 0 !important;
}

/* line 24, app/assets/stylesheets/folders.scss */
.folder-row [data-rbd-placeholder-context-id] {
  width: 5em !important;
}

/* line 29, app/assets/stylesheets/folders.scss */
.folder-tree-item {
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/folders.scss */
.folder-tree-item:not(:last-child) {
  border-left: 1px solid black;
}

/* line 35, app/assets/stylesheets/folders.scss */
.folder-tree-item:last-child .tree-element {
  border-left: 1px solid;
}

/* line 39, app/assets/stylesheets/folders.scss */
.folder-tree-item:only-of-type {
  border-left: none;
}

/* line 41, app/assets/stylesheets/folders.scss */
.folder-tree-item:only-of-type .tree-element {
  border-left: 1px solid;
}

/* line 45, app/assets/stylesheets/folders.scss */
.folder-tree-item:hover {
  color: var(--primary);
}

/* line 50, app/assets/stylesheets/folders.scss */
.list-group-item.folder-tree {
  margin-left: 0;
  padding-left: 0;
}

/* line 56, app/assets/stylesheets/folders.scss */
.folder-tree > .tree-branch:first-of-type {
  margin-left: 0;
}

/* line 60, app/assets/stylesheets/folders.scss */
.folder-tree .bi::before {
  vertical-align: -0.25em;
}

/* line 64, app/assets/stylesheets/folders.scss */
.tree-branch {
  padding-left: 0;
  list-style: none;
  margin-left: 2rem;
}

/* line 70, app/assets/stylesheets/folders.scss */
.folder-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 3em);
  vertical-align: middle;
}

/* line 80, app/assets/stylesheets/folders.scss */
table.file-manager thead {
  --bs-table-bg: var(--grey-light)
  ;
}

/* line 83, app/assets/stylesheets/folders.scss */
table.file-manager td {
  position: unset;
}

/* line 91, app/assets/stylesheets/folders.scss */
.file-manager-container .pagination .page-item.active .page-link {
  background-color: var(--grey-light);
}

/* line 95, app/assets/stylesheets/folders.scss */
.file-manager-container .pagination .page-link {
  color: black;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/* line 11, app/assets/stylesheets/global/_scorecards.scss */
.scorecard {
  width: 34rem;
  min-width: 34rem;
  max-width: 100%;
  height: auto;
  max-height: 50rem;
  opacity: 1;
  padding: 1rem 3.5rem 2rem 2rem;
  margin: 1rem;
  border: 1px solid var(--bs-gray-500);
  border-radius: 4rem;
}

/* line 27, app/assets/stylesheets/global/_scorecards.scss */
.scorecard.responsive {
  width: 100%;
}

/* line 31, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .scorecard-title {
  font-size: 2rem;
  font-weight: bold;
  color: var(--bs-gray-800);
  margin-bottom: 2rem;
}

/* line 38, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container {
  display: flex;
  flex-direction: column;
}

/* line 43, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container .kpi-summary-score,
.scorecard .kpi-container .kpi-performance-detail-score {
  display: flex;
  border-radius: 100%;
}

/* line 48, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container .kpi-summary-score.good,
.scorecard .kpi-container .kpi-performance-detail-score.good {
  background: #409cff;
  border: 1px solid #409cff;
}

/* line 53, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container .kpi-summary-score.bad,
.scorecard .kpi-container .kpi-performance-detail-score.bad {
  background: #ff6961;
  border: 1px solid #ff6961;
}

/* line 58, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container .kpi-summary-score.neutral,
.scorecard .kpi-container .kpi-performance-detail-score.neutral {
  background: #bcbcc0;
  border: 1px solid #bcbcc0;
}

/* line 64, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container .kpi-summary {
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* line 73, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container .kpi-summary .kpi-summary-title,
.scorecard .kpi-container .kpi-summary .kpi-summary-metrics {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--bs-gray-600);
}

/* line 84, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container .kpi-summary .kpi-summary-metrics {
  flex-grow: 1;
  text-align: right;
}

/* line 89, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container .kpi-summary .kpi-summary-score {
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 1rem;
}

/* line 97, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container .kpi-performance-details {
  opacity: 0;
  max-height: 0;
  display: flex;
  flex-direction: column;
  margin-left: 2.5rem;
  cursor: pointer;
  color: var(--bs-gray-600);
}

/* line 108, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container .kpi-performance-details:not(:last-child) {
  margin-bottom: 0.2rem;
}

/* line 112, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container .kpi-performance-details .kpi-performance-detail {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  cursor: pointer;
}

/* line 118, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container .kpi-performance-details .kpi-performance-detail .kpi-performance-detail-score {
  display: none;
  height: 1rem;
  width: 1rem;
  margin-right: 1rem;
}

/* line 130, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container .kpi-performance-details .kpi-performance-detail .kpi-performance-detail-metrics {
  flex-grow: 1;
  text-align: right;
}

/* line 134, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container .kpi-performance-details .kpi-performance-detail .kpi-performance-detail-metrics, .scorecard .kpi-container .kpi-performance-details .kpi-performance-detail .kpi-performance-detail-metrics * {
  font-size: 1.25rem;
  font-family: 'Fragment Mono', monospace;
  font-weight: 500;
  letter-spacing: -0.25px;
}

/* line 141, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container .kpi-performance-details .kpi-performance-detail .kpi-performance-detail-metrics span.kpi-data-separator {
  opacity: 0.4;
  margin: 0 0.5rem;
}

/* line 146, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container .kpi-performance-details .kpi-performance-detail .kpi-performance-detail-metrics .kpi-data-percentage {
  display: inline-block;
  width: 4rem;
}

/* line 157, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container.expanded .kpi-summary .kpi-summary-title,
.scorecard .kpi-container.expanded .kpi-summary .kpi-summary-metrics {
  border-bottom: 1px solid var(--bs-gray-300);
  color: var(--bs-gray-700);
}

/* line 164, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container.expanded .kpi-performance-details {
  opacity: 1;
  max-height: 10rem;
}

/* line 168, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container.expanded .kpi-performance-details:last-child {
  margin-bottom: 2rem;
}

/* line 177, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container:hover .kpi-performance-detail {
  opacity: 0.95;
}

/* line 180, app/assets/stylesheets/global/_scorecards.scss */
.scorecard .kpi-container:hover .kpi-performance-detail:hover {
  opacity: 1;
}

/* line 189, app/assets/stylesheets/global/_scorecards.scss */
.scorecard-module {
  margin-bottom: 3rem;
  border: 1px solid var(--bs-gray-500);
  border-radius: 4rem;
  max-height: 50rem;
}

/* line 196, app/assets/stylesheets/global/_scorecards.scss */
.scorecard-module.scorecard-drilldown-expanded {
  max-height: 100%;
}

/* line 199, app/assets/stylesheets/global/_scorecards.scss */
.scorecard-module.scorecard-drilldown-expanded .scorecard {
  padding: 0;
  margin: 0;
  min-width: 0;
  max-width: 0;
  min-height: 0;
  max-height: 0;
  opacity: 0;
}

/* line 209, app/assets/stylesheets/global/_scorecards.scss */
.scorecard-module.scorecard-drilldown-expanded .scorecard-drilldown {
  flex-grow: 1;
  align-self: baseline;
}

/* line 213, app/assets/stylesheets/global/_scorecards.scss */
.scorecard-module.scorecard-drilldown-expanded .scorecard-drilldown .drilldown-container {
  max-height: 100%;
}

/* line 217, app/assets/stylesheets/global/_scorecards.scss */
.scorecard-module.scorecard-drilldown-expanded .scorecard-drilldown .drilldown-container {
  padding-top: 2rem;
  min-height: 45rem;
}

/* line 221, app/assets/stylesheets/global/_scorecards.scss */
.scorecard-module.scorecard-drilldown-expanded .scorecard-drilldown .drilldown-container .dt-settings-buttons,
.scorecard-module.scorecard-drilldown-expanded .scorecard-drilldown .drilldown-container .dt-settings-pagination,
.scorecard-module.scorecard-drilldown-expanded .scorecard-drilldown .drilldown-container .dt-settings-length {
  display: inline-block !important;
}

/* line 230, app/assets/stylesheets/global/_scorecards.scss */
.scorecard-module .scorecard,
.scorecard-module .kpi-performance-details,
.scorecard-module .scorecard-drilldown .drilldown-container {
  transition: all 0.25s ease-in-out, opacity 0.25s ease-in-out, padding .4s ease-in-out;
}

/* line 239, app/assets/stylesheets/global/_scorecards.scss */
.scorecard-module .scorecard {
  border: none;
  border-radius: 0;
  border-right: 1px solid var(--bs-gray-500);
}

/* line 245, app/assets/stylesheets/global/_scorecards.scss */
.scorecard-module .scorecard-drilldown {
  position: relative;
  padding: 3rem 2rem 1rem 1rem;
  margin: 1rem;
  width: 70%;
}

/* line 254, app/assets/stylesheets/global/_scorecards.scss */
.scorecard-module .scorecard-drilldown .drilldown-resizer {
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  font-size: 1.5rem;
  color: var(--bs-gray-600);
}

/* line 263, app/assets/stylesheets/global/_scorecards.scss */
.scorecard-module .scorecard-drilldown .drilldown-container {
  overflow-y: auto;
  height: calc(100% - 3rem);
}

/* line 269, app/assets/stylesheets/global/_scorecards.scss */
.scorecard-module .scorecard-drilldown .drilldown-container .dt-settings-buttons,
.scorecard-module .scorecard-drilldown .drilldown-container .dt-settings-pagination,
.scorecard-module .scorecard-drilldown .drilldown-container .dt-settings-length {
  display: none !important;
}

/* line 279, app/assets/stylesheets/global/_scorecards.scss */
.scorecard-module .scorecard-drilldown .drilldown-container .dataTables_info {
  padding-top: 0;
  padding-bottom: 1rem;
}

/* line 13, app/assets/stylesheets/global/_checklists.scss */
.checklist-module {
  display: flex;
  flex-direction: row;
  margin-bottom: 3rem;
  border: 1px solid var(--bs-gray-500);
  border-radius: 2rem;
  max-height: 60rem;
  height: 60rem;
  margin-right: 1rem;
  width: 37.5rem;
}

/* line 27, app/assets/stylesheets/global/_checklists.scss */
.checklist-module.open {
  width: 100%;
}

/* line 32, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist,
.checklist-module .section-status-details,
.checklist-module .checklist-drilldown .drilldown-container {
  transition: all 0.25s ease-in-out, opacity 0.25s ease-in-out, padding .4s ease-in-out;
}

/* line 38, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist {
  border: none;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 100rem;
  opacity: 1;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/global/_checklists.scss */
  .checklist-module .checklist {
    padding: 1rem 2.5rem 2rem 2rem;
  }
}

@media (min-width: 992px) {
  /* line 38, app/assets/stylesheets/global/_checklists.scss */
  .checklist-module .checklist {
    width: 40rem;
  }
}

/* line 62, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist.responsive {
  width: 100%;
}

/* line 66, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .drilldown-expander {
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  font-size: 1.5rem;
  color: var(--bs-gray-600);
}

/* line 75, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .checklist-title {
  color: var(--bs-gray-800);
  margin-bottom: 2rem;
}

/* line 80, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .checklist-title img {
  width: 5rem;
  border-radius: 50%;
}

/* line 85, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .checklist-title .miniheader {
  font-size: 1.25rem;
}

/* line 89, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .checklist-title .header {
  font-size: 1.35rem;
  font-weight: bold;
}

/* line 94, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .checklist-title .subheader {
  font-size: 1.2rem;
}

/* line 98, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .checklist-title .date-avatar {
  background: #444446;
  color: white;
  border-radius: 20%;
  height: 10rem;
  width: 10rem;
  padding: 2.5rem;
  margin-right: 2rem;
  line-height: 1.2;
}

/* line 108, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .checklist-title .date-avatar .month {
  font-size: 3rem;
}

/* line 112, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .checklist-title .date-avatar .day-of-month {
  font-size: 2.5rem;
  font-weight: bold;
}

/* line 119, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container {
  display: flex;
  flex-direction: column;
}

/* line 124, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container .status-summary-icon,
.checklist-module .checklist .section-container .status-summary-icon {
  font-size: 1.5rem;
  border: none;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

/* line 131, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container .status-summary-icon.positive,
.checklist-module .checklist .section-container .status-summary-icon.positive {
  color: #007aff;
}

/* line 136, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container .status-summary-icon.neutral,
.checklist-module .checklist .section-container .status-summary-icon.neutral {
  color: #d8d8dc;
  font-size: 1.5rem;
  padding: 0 0rem;
}

/* line 142, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container .status-summary-icon.negative,
.checklist-module .checklist .section-container .status-summary-icon.negative {
  color: #f05d2a;
}

/* line 148, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container .section-summary {
  display: flex;
  align-items: center;
  cursor: default;
}

/* line 156, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container .section-summary .section-summary-title,
.checklist-module .checklist .section-container .section-summary .section-summary-metrics {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--bs-gray-600);
}

/* line 167, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container .section-summary .section-summary-metrics {
  flex-grow: 1;
  text-align: right;
}

/* line 172, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container .section-summary .status-summary-icon {
  margin-right: 0.75rem;
}

/* line 177, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container .section-status-details {
  opacity: 0;
  max-height: 0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  color: var(--bs-gray-600);
}

/* line 187, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container .section-status-details:not(:last-child) {
  margin-bottom: 0.2rem;
}

/* line 191, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container .section-status-details .section-status-detail {
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  padding: 0.35rem 0rem 0.35rem 2.5rem;
}

/* line 199, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container .section-status-details .section-status-detail:hover {
  color: var(--primary);
}

/* line 203, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container .section-status-details .section-status-detail .active {
  color: #007aff;
  border-radius: 5rem;
  font-weight: bold;
}

/* line 214, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container .section-status-details .section-status-detail .status-summary-icon {
  position: absolute;
  right: 1rem;
}

/* line 224, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container .section-status-details .section-status-detail .section-status-detail-metrics {
  flex-grow: 1;
  text-align: right;
}

/* line 228, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container .section-status-details .section-status-detail .section-status-detail-metrics,
.checklist-module .checklist .section-container .section-status-details .section-status-detail .section-status-detail-metrics * {
  font-size: 1.25rem;
  font-family: 'Fragment Mono', monospace;
  font-weight: 500;
  letter-spacing: -0.25px;
}

/* line 236, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container .section-status-details .section-status-detail .section-status-detail-metrics span.section-data-separator {
  opacity: 0.4;
  margin: 0 0.5rem;
}

/* line 241, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container .section-status-details .section-status-detail .section-status-detail-metrics .section-data-percentage {
  display: inline-block;
  width: 4rem;
}

/* line 252, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container.expanded .section-summary .section-summary-title,
.checklist-module .checklist .section-container.expanded .section-summary .section-summary-metrics {
  border-bottom: 1px solid var(--bs-gray-300);
  color: var(--bs-gray-700);
}

/* line 259, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container.expanded .section-status-details {
  opacity: 1;
  max-height: 12rem;
}

/* line 263, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container.expanded .section-status-details:last-child {
  margin-bottom: 2rem;
}

/* line 271, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container:hover .section-status-detail {
  opacity: 0.95;
}

/* line 274, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist .section-container:hover .section-status-detail:hover {
  opacity: 1;
}

/* line 282, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist-drilldown {
  width: 0;
  position: relative;
  height: calc(100% - 3rem);
  width: 100%;
}

/* line 290, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist-drilldown .drilldown-resizer {
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  font-size: 1.5rem;
  color: var(--bs-gray-600);
}

/* line 299, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist-drilldown .drilldown-container {
  position: absolute;
  overflow-y: auto;
  scrollbar-gutter: stable;
  height: 100%;
  width: 100%;
  padding: 0rem 1rem 1rem 1rem;
  margin: 0;
}

@media (min-width: 768px) {
  /* line 299, app/assets/stylesheets/global/_checklists.scss */
  .checklist-module .checklist-drilldown .drilldown-container {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  /* line 299, app/assets/stylesheets/global/_checklists.scss */
  .checklist-module .checklist-drilldown .drilldown-container {
    padding: 0rem 3rem 3rem 3rem;
    border-left: 1px solid #bcbcc0;
  }
}

/* line 323, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist-drilldown .drilldown-container .dt-settings-buttons,
.checklist-module .checklist-drilldown .drilldown-container .dt-settings-pagination,
.checklist-module .checklist-drilldown .drilldown-container .dt-settings-length {
  display: none !important;
}

/* line 333, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist-drilldown .drilldown-container .dataTables_info {
  padding-top: 0;
  padding-bottom: 1rem;
}

/* line 342, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist-drilldown .drilldown-container .header {
  font-size: clamp(1.5rem, 1.5vw, 2.5rem);
  color: var(--bs-gray-700);
  font-weight: bold;
}

/* line 349, app/assets/stylesheets/global/_checklists.scss */
.checklist-module .checklist-drilldown .drilldown-container .subheader {
  font-size: clamp(1.25rem, 1.5vw, 1.75rem);
  line-height: 1.5;
  color: var(--bs-gray-700);
}

/* line 360, app/assets/stylesheets/global/_checklists.scss */
.static-header-container {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  /* line 360, app/assets/stylesheets/global/_checklists.scss */
  .static-header-container {
    position: static !important;
  }
}

/* line 12, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module {
  display: flex;
  flex-direction: row;
  margin-bottom: 3rem;
}

/* line 17, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet {
  display: flex;
  width: 100%;
}

/* line 21, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet .worksheet-sections-container,
.worksheet-module .worksheet .section-status-details,
.worksheet-module .worksheet .worksheet-drilldown .drilldown-container {
  transition: all 0.25s ease-in-out, opacity 0.25s ease-in-out, padding .4s ease-in-out;
}

/* line 27, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet .worksheet-sections-container {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 27, app/assets/stylesheets/global/_worksheets.scss */
  .worksheet-module .worksheet .worksheet-sections-container {
    width: 32rem;
    min-width: 32rem;
    max-width: 32rem;
  }
}

/* line 36, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet .worksheet-drilldown {
  width: 0;
  opacity: 0;
  border-left: 1px solid var(--bs-gray-500);
}

/* line 41, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet .worksheet-drilldown .drilldown-container {
  opacity: 0;
  width: 0;
  padding: 0;
}

@media (min-width: 768px) {
  /* line 36, app/assets/stylesheets/global/_worksheets.scss */
  .worksheet-module .worksheet .worksheet-drilldown {
    width: 100%;
    opacity: 1;
  }
  /* line 51, app/assets/stylesheets/global/_worksheets.scss */
  .worksheet-module .worksheet .worksheet-drilldown .drilldown-container {
    width: 100%;
    opacity: 1;
    padding: 0rem 3rem 0rem 3rem;
  }
}

@media (max-width: 767.98px) {
  /* line 63, app/assets/stylesheets/global/_worksheets.scss */
  .worksheet-module .worksheet.drilldown-focused .worksheet-sections-container {
    opacity: 0;
    width: 0;
    padding: 0;
  }
  /* line 69, app/assets/stylesheets/global/_worksheets.scss */
  .worksheet-module .worksheet.drilldown-focused .worksheet-drilldown {
    width: 100%;
    opacity: 1;
    border: none;
  }
  /* line 74, app/assets/stylesheets/global/_worksheets.scss */
  .worksheet-module .worksheet.drilldown-focused .worksheet-drilldown .drilldown-container {
    opacity: 1;
    width: 100%;
    padding: 0.5rem;
    margin: 0.5rem;
  }
}

/* line 86, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container {
  border: none;
  position: relative;
  min-height: 110vh;
  opacity: 1;
  margin: 0rem;
  width: 98vw;
  padding: 1rem 1rem 2rem 0rem;
}

/* line 98, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .drilldown-expander {
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  font-size: 1.5rem;
  color: var(--bs-gray-600);
}

/* line 107, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container {
  display: flex;
  flex-direction: column;
}

/* line 112, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container .status-summary-icon {
  font-size: 1.5rem;
  border: none;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

/* line 118, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container .status-summary-icon.positive {
  color: #007aff;
}

/* line 123, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container .status-summary-icon.neutral {
  color: #d8d8dc;
  font-size: 1.5rem;
  padding: 0 0rem;
}

/* line 129, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container .status-summary-icon.negative {
  color: #f05d2a;
}

/* line 135, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container .section-summary {
  display: flex;
  align-items: center;
  cursor: default;
}

/* line 140, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container .section-summary .section-summary-status {
  position: absolute;
  right: 0.5rem;
}

/* line 145, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container .section-summary .section-summary-title,
.worksheet-module .worksheet-sections-container .section-container .section-summary .section-summary-status,
.worksheet-module .worksheet-sections-container .section-container .section-summary .section-summary-notes {
  font-size: 1.75rem;
  font-weight: bold;
  color: var(--bs-gray-600);
}

/* line 152, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container .section-summary .section-summary-title:hover,
.worksheet-module .worksheet-sections-container .section-container .section-summary .section-summary-status:hover,
.worksheet-module .worksheet-sections-container .section-container .section-summary .section-summary-notes:hover {
  color: var(--primary);
}

/* line 157, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container .section-summary .section-summary-title {
  flex-grow: 1;
}

/* line 168, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container .section-summary .status-summary-icon {
  margin-right: 0.75rem;
}

/* line 173, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container .section-status-details {
  overflow: hidden;
  opacity: 1;
  margin: 1rem 1rem 2rem 0.2rem;
  max-height: 0;
  transition: max-height 0.1s ease-in-out;
}

/* line 182, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container.expanded .section-summary {
  border-bottom: 1px solid var(--bs-gray-300);
}

/* line 185, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container.expanded .section-summary .section-summary-title,
.worksheet-module .worksheet-sections-container .section-container.expanded .section-summary .section-summary-status,
.worksheet-module .worksheet-sections-container .section-container.expanded .section-summary .section-summary-notes {
  color: var(--bs-gray-700);
}

/* line 192, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container.expanded .section-status-details {
  max-height: 100vh;
}

/* line 200, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container.active .section-summary .section-summary-title {
  color: var(--primary);
}

/* line 207, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container:hover .section-status-detail {
  opacity: 0.95;
}

/* line 210, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container:hover .section-status-detail:hover {
  opacity: 1;
}

/* line 216, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container .section-results-container {
  position: relative;
  cursor: pointer;
  width: 100%;
}

/* line 221, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container .section-results-container .section-results-detail {
  width: 100%;
  margin-bottom: 1rem;
}

/* line 225, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-sections-container .section-container .section-results-container .section-results-detail * {
  font-family: 'Open Sans', sans-serif;
}

/* line 233, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-drilldown {
  position: relative;
}

/* line 236, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-drilldown .drilldown-container {
  width: 100%;
}

/* line 248, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-drilldown .drilldown-container .rs-calendar-container {
  max-width: 70rem;
}

/* line 252, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-drilldown .drilldown-container .rs-timelist-container {
  min-width: 30rem;
}

/* line 256, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-drilldown .drilldown-container .dt-settings-buttons,
.worksheet-module .worksheet-drilldown .drilldown-container .dt-settings-pagination,
.worksheet-module .worksheet-drilldown .drilldown-container .dt-settings-length {
  display: none !important;
}

/* line 266, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-drilldown .drilldown-container .dataTables_info {
  padding-top: 0;
  padding-bottom: 1rem;
}

/* line 271, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-drilldown .drilldown-container .static-header {
  margin-bottom: 6rem;
}

/* line 275, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-drilldown .drilldown-container .header {
  font-size: clamp(1.5rem, 1.5vw, 2.5rem);
  color: var(--bs-gray-700);
  font-weight: bold;
}

/* line 281, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-drilldown .drilldown-container .subheader {
  font-size: clamp(1.25rem, 1.5vw, 1.75rem);
  line-height: 1.5;
  color: var(--bs-gray-500);
}

/* line 290, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-drilldown .drilldown-container img.avatar {
  display: flex;
  flex: 1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid white;
  min-width: 8rem;
  min-height: 8rem;
  width: 8rem;
  height: 8rem;
  max-width: 8rem;
  max-height: 8rem;
}

/* line 305, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-drilldown .drilldown-container .chosen {
  width: 100%;
  border-radius: 8rem;
  background: var(--bs-gray-600);
}

/* line 310, app/assets/stylesheets/global/_worksheets.scss */
.worksheet-module .worksheet-drilldown .drilldown-container .chosen .attribute-text {
  color: white;
}

@media (max-width: 575.98px) {
  /* line 8, app/assets/stylesheets/mediafile_cards.scss */
  .collection-grouping .collection-title {
    margin-top: 3rem;
  }
  /* line 11, app/assets/stylesheets/mediafile_cards.scss */
  .collection-grouping .collection-appearance-clickers {
    margin-top: -3rem;
  }
}

/* line 17, app/assets/stylesheets/mediafile_cards.scss */
.collection-grouping .dropdown-toggle:after {
  display: none;
}

/* line 29, app/assets/stylesheets/mediafile_cards.scss */
.file-menus {
  display: inline-flex;
  align-items: center;
}

/* line 33, app/assets/stylesheets/mediafile_cards.scss */
.file-menus .file-menu-item {
  cursor: pointer;
  z-index: 5;
  margin: 0 0 0 0.75rem;
}

/* line 38, app/assets/stylesheets/mediafile_cards.scss */
.file-menus .file-menu-item:hover > a, .file-menus .file-menu-item:hover > span {
  color: var(--primary-darker);
}

/* line 44, app/assets/stylesheets/mediafile_cards.scss */
.file-menus.reversed {
  flex-direction: row-reverse;
}

/* line 47, app/assets/stylesheets/mediafile_cards.scss */
.file-menus.reversed .file-menu-item {
  z-index: 5;
  margin: 0 0.75rem 0 0;
}

/* line 53, app/assets/stylesheets/mediafile_cards.scss */
.file-menus li {
  margin: 1rem 1.5rem 1.25rem 1rem;
  cursor: pointer;
}

/* line 57, app/assets/stylesheets/mediafile_cards.scss */
.file-menus li .dropdown-item {
  display: flex;
  align-items: center;
}

/* line 63, app/assets/stylesheets/mediafile_cards.scss */
.file-menus .dropdown-toggle:after {
  display: none;
}

/* line 69, app/assets/stylesheets/mediafile_cards.scss */
.file-menus .download-arrow {
  display: inline-block;
  cursor: pointer;
  font-size: 2.2rem;
}

/* line 75, app/assets/stylesheets/mediafile_cards.scss */
.file-menus .social-share-arrow {
  display: inline-block;
  cursor: pointer;
  font-size: 2.5rem;
}

/* line 81, app/assets/stylesheets/mediafile_cards.scss */
.file-menus .social-icon {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  margin-left: 0.5em;
  cursor: pointer;
}

/* line 89, app/assets/stylesheets/mediafile_cards.scss */
.file-menus svg.social-icon {
  width: 2.5rem;
  height: 2.5rem;
}

/* line 93, app/assets/stylesheets/mediafile_cards.scss */
.file-menus svg.social-icon path {
  fill: transparent;
}

/* line 96, app/assets/stylesheets/mediafile_cards.scss */
.file-menus svg.social-icon path.force-white {
  fill: white !important;
}

/* line 106, app/assets/stylesheets/mediafile_cards.scss */
.appearance-row .item-badge,
.appearance-grid .item-badge {
  position: absolute;
  width: auto;
  font-size: 1.5rem;
  padding: 0.75rem;
  z-index: 1;
}

@media (max-width: 575.98px) {
  /* line 106, app/assets/stylesheets/mediafile_cards.scss */
  .appearance-row .item-badge,
.appearance-grid .item-badge {
    top: 2.5rem;
    left: 2rem;
  }
}

@media (min-width: 768px) {
  /* line 106, app/assets/stylesheets/mediafile_cards.scss */
  .appearance-row .item-badge,
.appearance-grid .item-badge {
    top: -0.5rem;
    left: -0.5rem;
  }
}

@media (min-width: 768px) {
  /* line 127, app/assets/stylesheets/mediafile_cards.scss */
  .appearance-row {
    padding: 0 5rem;
  }
}

/* line 137, app/assets/stylesheets/mediafile_cards.scss */
.appearance-playlist .item-badge {
  display: none;
}

/* line 140, app/assets/stylesheets/mediafile_cards.scss */
.featured {
  margin-bottom: 6rem;
}

/* line 143, app/assets/stylesheets/mediafile_cards.scss */
.featured .file-info {
  width: 100%;
  min-height: 3rem;
  font-size: 1.25rem;
  text-align: center;
  color: var(--grey-medium);
  padding: 0.5rem 0rem 0rem 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 163, app/assets/stylesheets/mediafile_cards.scss */
.featured .file-info .file-type {
  float: left;
}

/* line 168, app/assets/stylesheets/mediafile_cards.scss */
.featured .file-info .file-open-clicker,
.featured .file-info .file-close-clicker {
  float: right;
  padding: 0rem 0.5rem;
}

/* line 173, app/assets/stylesheets/mediafile_cards.scss */
.featured .file-info .file-open-clicker svg,
.featured .file-info .file-close-clicker svg {
  height: 3.5rem;
}

/* line 178, app/assets/stylesheets/mediafile_cards.scss */
.featured .file-info .file-duration {
  float: right;
}

/* line 187, app/assets/stylesheets/mediafile_cards.scss */
[data-component="react/components/containers/ChecklistGallery"] .change-page.previous, [data-component="react/components/containers/ChecklistGallery"] .change-page.next {
  z-index: 99;
  font-weight: bold;
}

/* line 194, app/assets/stylesheets/mediafile_cards.scss */
[data-component="react/components/containers/ChecklistGallery"] .change-page.previous:hover, [data-component="react/components/containers/ChecklistGallery"] .change-page.next:hover {
  color: var(--primary);
}

/* line 199, app/assets/stylesheets/mediafile_cards.scss */
[data-component="react/components/containers/ChecklistGallery"] .change-page.previous.disabled, [data-component="react/components/containers/ChecklistGallery"] .change-page.next.disabled {
  cursor: not-allowed;
  color: var(--grey-medium);
  opacity: 0.25;
}

/* line 204, app/assets/stylesheets/mediafile_cards.scss */
[data-component="react/components/containers/ChecklistGallery"] .change-page.previous.disabled:hover, [data-component="react/components/containers/ChecklistGallery"] .change-page.next.disabled:hover {
  color: var(--grey-medium);
}

@media (min-width: 576px) {
  /* line 185, app/assets/stylesheets/mediafile_cards.scss */
  [data-component="react/components/containers/ChecklistGallery"] .change-page {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  /* line 185, app/assets/stylesheets/mediafile_cards.scss */
  [data-component="react/components/containers/ChecklistGallery"] .change-page {
    font-size: 6rem;
  }
}

/* line 223, app/assets/stylesheets/mediafile_cards.scss */
[data-component="react/components/containers/CardCollection"] .change-page {
  width: 2rem;
}

/* line 226, app/assets/stylesheets/mediafile_cards.scss */
[data-component="react/components/containers/CardCollection"] .change-page.previous, [data-component="react/components/containers/CardCollection"] .change-page.next {
  z-index: 99;
  font-size: 6rem;
  font-weight: bold;
  color: var(--grey-medium);
}

/* line 233, app/assets/stylesheets/mediafile_cards.scss */
[data-component="react/components/containers/CardCollection"] .change-page.previous:hover, [data-component="react/components/containers/CardCollection"] .change-page.next:hover {
  color: var(--primary);
}

/* line 238, app/assets/stylesheets/mediafile_cards.scss */
[data-component="react/components/containers/CardCollection"] .change-page.previous.disabled, [data-component="react/components/containers/CardCollection"] .change-page.next.disabled {
  cursor: not-allowed;
  color: var(--grey-medium);
  opacity: 0.25;
}

/* line 243, app/assets/stylesheets/mediafile_cards.scss */
[data-component="react/components/containers/CardCollection"] .change-page.previous.disabled:hover, [data-component="react/components/containers/CardCollection"] .change-page.next.disabled:hover {
  color: var(--grey-medium);
}

@media (max-width: 575.98px) {
  /* line 250, app/assets/stylesheets/mediafile_cards.scss */
  [data-component="react/components/containers/CardCollection"] .change-page.next, [data-component="react/components/containers/CardCollection"] .change-page.previous {
    flex: 0 0 auto;
    width: 16.66666667%;
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  /* line 223, app/assets/stylesheets/mediafile_cards.scss */
  [data-component="react/components/containers/CardCollection"] .change-page {
    position: absolute;
    top: 5rem;
  }
  /* line 262, app/assets/stylesheets/mediafile_cards.scss */
  [data-component="react/components/containers/CardCollection"] .change-page.previous {
    left: 0;
  }
  /* line 266, app/assets/stylesheets/mediafile_cards.scss */
  [data-component="react/components/containers/CardCollection"] .change-page.next {
    right: 0;
    text-align: right;
  }
}

/* line 279, app/assets/stylesheets/mediafile_cards.scss */
.additional-page {
  color: white;
  background-color: var(--grey-medium);
  padding: 2rem;
}

/* line 285, app/assets/stylesheets/mediafile_cards.scss */
.ui-card,
.mediafile-list-item {
  display: flex;
  border-radius: 0.3rem;
}

/* line 289, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .bi.bi-three-dots-vertical::after,
.mediafile-list-item .bi.bi-three-dots-vertical::after {
  display: none;
}

/* line 295, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-image,
.mediafile-list-item .card-image {
  height: initial !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 1rem;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  transition: all 0.3s ease;
  border: 1px solid var(--grey-light);
}

/* line 311, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-image .action-icon,
.mediafile-list-item .card-image .action-icon {
  opacity: 0.75;
}

/* line 314, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-image .action-icon svg,
.mediafile-list-item .card-image .action-icon svg {
  width: 4rem;
}

/* line 317, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-image .action-icon svg path,
.mediafile-list-item .card-image .action-icon svg path {
  fill: var(--primary);
}

/* line 323, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-image .action-text,
.mediafile-list-item .card-image .action-text {
  opacity: 0;
  transition: .25s opacity ease;
  color: #7d7d7d;
  filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
  font-size: 5rem;
}

/* line 331, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-image.darken,
.mediafile-list-item .card-image.darken {
  filter: brightness(70%);
}

/* line 336, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-image:hover .action-text,
.mediafile-list-item .card-image:hover .action-text {
  opacity: 1;
}

/* line 343, app/assets/stylesheets/mediafile_cards.scss */
.ui-card.ui-mediafile-card .card-image,
.mediafile-list-item.ui-mediafile-card .card-image {
  aspect-ratio: 16 / 9 !important;
}

/* line 348, app/assets/stylesheets/mediafile_cards.scss */
.ui-card img.square,
.mediafile-list-item img.square {
  width: 349px;
  height: 349px;
}

/* line 353, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .image.placeholder,
.mediafile-list-item .image.placeholder {
  height: 200px;
  width: 100%;
}

/* line 360, app/assets/stylesheets/mediafile_cards.scss */
.ui-card {
  padding: 0;
  min-height: 200px;
  border: none;
}

/* line 365, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-image {
  margin: 2%;
}

/* line 368, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-image:hover {
  transform: scale(1.04);
}

/* line 373, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .sort-info {
  width: 100%;
  padding: 0.5rem 0rem 0rem 1rem;
  font-weight: bold;
}

/* line 379, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .file-info {
  width: 100%;
  min-height: 3rem;
  font-size: 1.25rem;
  text-align: center;
  color: var(--grey-medium);
  padding: 0.5rem 0rem 0rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 399, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .file-info .file-type {
  float: left;
}

/* line 404, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .file-info .file-open-clicker,
.ui-card .file-info .file-close-clicker {
  float: right;
  padding: 0rem 0.5rem;
}

/* line 409, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .file-info .file-open-clicker svg,
.ui-card .file-info .file-close-clicker svg {
  height: 3.5rem;
}

/* line 414, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .file-info .file-duration {
  float: right;
}

/* line 419, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-body {
  position: relative;
  padding: 0rem 1rem 0rem 1rem;
  min-height: 6rem;
}

/* line 424, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-body a {
  text-decoration: none;
}

/* line 428, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-body .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
  font-weight: bold;
  color: var(--grey-medium);
  cursor: pointer;
}

@media (min-width: 768px) {
  /* line 428, app/assets/stylesheets/mediafile_cards.scss */
  .ui-card .card-body .card-title {
    font-size: 1.5rem;
  }
}

/* line 449, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-body .card-title.placeholder-glow .placeholder {
  background-color: var(--primary-lighter);
}

/* line 454, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-body .card-title:hover {
  color: var(--grey-dark);
}

/* line 459, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-body .description-container {
  display: block;
  height: 7em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

/* line 470, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-body .description-container p {
  font-size: 1.2em;
  line-height: 1.2;
}

/* line 476, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-body .btn {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

@keyframes on-hover {
  0%,
50%,
100% {
    transform: translateY(0);
  }
  25%,
75% {
    transform: translateY(1rem);
  }
}

/* line 494, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-body .btn:hover i.bi {
  animation-name: on-hover;
  animation-duration: 0.8s !important;
  animation-timing-function: ease-out !important;
}

/* line 500, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-body .btn i.bi {
  font-size: 1.2em;
  color: black;
  display: inline-block;
  transform: translateZ(0);
}

/* line 509, app/assets/stylesheets/mediafile_cards.scss */
.ui-card .card-body .card-actions {
  text-align: right;
}

/* line 518, app/assets/stylesheets/mediafile_cards.scss */
.mediafile-list-item {
  position: relative;
  padding: 2rem 1rem 2rem 0rem;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  /* line 518, app/assets/stylesheets/mediafile_cards.scss */
  .mediafile-list-item {
    padding: 4rem;
  }
}

/* line 528, app/assets/stylesheets/mediafile_cards.scss */
.mediafile-list-item.active {
  color: white !important;
  background: var(--grey-medium);
}

/* line 532, app/assets/stylesheets/mediafile_cards.scss */
.mediafile-list-item.active .card-title {
  color: white !important;
}

/* line 537, app/assets/stylesheets/mediafile_cards.scss */
.mediafile-list-item.active .file-menus .file-menu-item > a, .mediafile-list-item.active .file-menus .file-menu-item > span {
  color: white;
}

/* line 544, app/assets/stylesheets/mediafile_cards.scss */
.mediafile-list-item .card-body {
  position: relative;
  padding: 0rem 1rem 0rem 0rem;
  height: 4.5rem;
}

/* line 549, app/assets/stylesheets/mediafile_cards.scss */
.mediafile-list-item .card-body .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--grey-medium);
  cursor: pointer;
}

@media (min-width: 768px) {
  /* line 549, app/assets/stylesheets/mediafile_cards.scss */
  .mediafile-list-item .card-body .card-title {
    font-size: 1.5rem;
  }
}

/* line 567, app/assets/stylesheets/mediafile_cards.scss */
.mediafile-list-item .card-body .card-title.placeholder-glow .placeholder {
  background-color: var(--primary-lighter);
}

/* line 572, app/assets/stylesheets/mediafile_cards.scss */
.mediafile-list-item .card-body .card-title:hover {
  color: var(--grey-dark);
}

/* line 581, app/assets/stylesheets/mediafile_cards.scss */
.mediafile-list-item .file-info {
  width: 100%;
  min-height: 3rem;
  font-size: 1.25rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 594, app/assets/stylesheets/mediafile_cards.scss */
.mediafile-list-item .file-info .file-type {
  float: left;
}

/* line 599, app/assets/stylesheets/mediafile_cards.scss */
.mediafile-list-item .file-info .file-open-clicker,
.mediafile-list-item .file-info .file-close-clicker {
  float: right;
}

/* line 603, app/assets/stylesheets/mediafile_cards.scss */
.mediafile-list-item .file-info .file-open-clicker svg,
.mediafile-list-item .file-info .file-close-clicker svg {
  height: 3.5rem;
}

/* line 608, app/assets/stylesheets/mediafile_cards.scss */
.mediafile-list-item .file-info .file-duration {
  float: right;
}

/* line 615, app/assets/stylesheets/mediafile_cards.scss */
.card.labeled.secondary::before,
.card.labeled.secondary::after {
  background: var(--secondary);
}

/* line 620, app/assets/stylesheets/mediafile_cards.scss */
.card.labeled::before {
  position: absolute;
  top: 7.7rem;
  right: -0.5rem;
  content: "";
  background: var(--primary);
  height: 28px;
  width: 28px;
  transform: rotate(45deg);
}

/* line 631, app/assets/stylesheets/mediafile_cards.scss */
.card.labeled::after {
  position: absolute;
  content: attr(data-label);
  top: 6rem;
  right: -1.2rem;
  padding: 0.5rem;
  width: 10rem;
  background: var(--primary);
  color: white;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.1rem;
  box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
}

/* line 646, app/assets/stylesheets/mediafile_cards.scss */
#youtube-iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

/* line 651, app/assets/stylesheets/mediafile_cards.scss */
.icon-playlist {
  background-image: url(https://assets-production.healthexpertconnect.com/assets/icons/shared/playlist-234077a910a207ebf028d13b9e8ea339c1681f5f5f50386e70b4440aab687bc9.svg);
}

/* line 655, app/assets/stylesheets/mediafile_cards.scss */
.badge-after {
  margin-left: -2.2em;
}

/* line 3, app/assets/stylesheets/_ckeditor.scss */
:root {
  --ck-image-style-spacing: 1.5em;
  --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing)/2)
;
}

/* line 9, app/assets/stylesheets/_ckeditor.scss */
img.image_resized {
  height: auto;
}

/* line 13, app/assets/stylesheets/_ckeditor.scss */
.image.image_resized {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
}

/* line 19, app/assets/stylesheets/_ckeditor.scss */
.image.image_resized img {
  width: 100%;
}

/* line 23, app/assets/stylesheets/_ckeditor.scss */
.image.image_resized > figcaption {
  display: block;
}

/* line 29, app/assets/stylesheets/_ckeditor.scss */
.image > figcaption {
  background-color: var(--ck-color-image-caption-background);
  caption-side: bottom;
  color: var(--ck-color-image-caption-text);
  display: table-caption;
  font-size: .75em;
  outline-offset: -1px;
  padding: .6em;
  word-break: break-word;
}

/* line 40, app/assets/stylesheets/_ckeditor.scss */
.image-style-block-align-left,
.image-style-block-align-right {
  max-width: calc(100% - var(--ck-image-style-spacing));
}

/* line 45, app/assets/stylesheets/_ckeditor.scss */
.image-style-align-left,
.image-style-align-right {
  clear: none;
}

/* line 50, app/assets/stylesheets/_ckeditor.scss */
.image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing);
  max-width: 50%;
}

/* line 56, app/assets/stylesheets/_ckeditor.scss */
.image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing);
}

/* line 61, app/assets/stylesheets/_ckeditor.scss */
.image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

/* line 66, app/assets/stylesheets/_ckeditor.scss */
.image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}

/* line 71, app/assets/stylesheets/_ckeditor.scss */
.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}

/* line 76, app/assets/stylesheets/_ckeditor.scss */
.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}

/* line 81, app/assets/stylesheets/_ckeditor.scss */
p + .image-style-align-left,
p + .image-style-align-right,
p + .image-style-side {
  margin-top: 0;
}

/* line 87, app/assets/stylesheets/_ckeditor.scss */
.image-inline.image-style-align-left,
.image-inline.image-style-align-right {
  margin-bottom: var(--ck-inline-image-style-spacing);
  margin-top: var(--ck-inline-image-style-spacing);
}

/* line 93, app/assets/stylesheets/_ckeditor.scss */
.image-inline.image-style-align-left {
  margin-right: var(--ck-inline-image-style-spacing);
}

/* line 97, app/assets/stylesheets/_ckeditor.scss */
.image-inline.image-style-align-right {
  margin-left: var(--ck-inline-image-style-spacing);
}

/* line 102, app/assets/stylesheets/_ckeditor.scss */
ol {
  list-style-type: decimal;
}

/* line 106, app/assets/stylesheets/_ckeditor.scss */
ol ol {
  list-style-type: lower-latin;
}

/* line 110, app/assets/stylesheets/_ckeditor.scss */
ol ol ol {
  list-style-type: lower-roman;
}

/* line 114, app/assets/stylesheets/_ckeditor.scss */
ol ol ol ol {
  list-style-type: upper-latin;
}

/* line 118, app/assets/stylesheets/_ckeditor.scss */
ol ol ol ol ol {
  list-style-type: upper-roman;
}

/* line 122, app/assets/stylesheets/_ckeditor.scss */
ul {
  list-style-type: disc;
}

/* line 126, app/assets/stylesheets/_ckeditor.scss */
ul ul {
  list-style-type: circle;
}

/* line 130, app/assets/stylesheets/_ckeditor.scss */
ul ul ul,
ul ul ul ul {
  list-style-type: square;
}

/* line 136, app/assets/stylesheets/_ckeditor.scss */
.media {
  clear: both;
  display: block;
  margin: .9em 0;
  min-width: 15em;
}

/* line 143, app/assets/stylesheets/_ckeditor.scss */
.text-tiny {
  font-size: .7em;
}

/* line 147, app/assets/stylesheets/_ckeditor.scss */
.text-small {
  font-size: .85em;
}

/* line 151, app/assets/stylesheets/_ckeditor.scss */
.text-big {
  font-size: 1.4em;
}

/* line 155, app/assets/stylesheets/_ckeditor.scss */
.text-huge {
  font-size: 1.8em;
}

/* line 161, app/assets/stylesheets/_ckeditor.scss */
.marker-yellow {
  background-color: var(--ck-highlight-marker-yellow);
}

/* line 165, app/assets/stylesheets/_ckeditor.scss */
.marker-green {
  background-color: var(--ck-highlight-marker-green);
}

/* line 169, app/assets/stylesheets/_ckeditor.scss */
.marker-pink {
  background-color: var(--ck-highlight-marker-pink);
}

/* line 173, app/assets/stylesheets/_ckeditor.scss */
.marker-blue {
  background-color: var(--ck-highlight-marker-blue);
}

/* line 177, app/assets/stylesheets/_ckeditor.scss */
.pen-red {
  background-color: transparent;
  color: var(--ck-highlight-pen-red);
}

/* line 182, app/assets/stylesheets/_ckeditor.scss */
.pen-green {
  background-color: transparent;
  color: var(--ck-highlight-pen-green);
}

/* line 187, app/assets/stylesheets/_ckeditor.scss */
hr {
  background: #dedede;
  border: 0;
  height: 4px;
  margin: 15px 0;
}

/* line 195, app/assets/stylesheets/_ckeditor.scss */
:root {
  --ck-color-mention-background: rgba(153, 0, 48, .1);
  --ck-color-mention-text: #990030
;
}

/* line 200, app/assets/stylesheets/_ckeditor.scss */
.mention {
  background: var(--ck-color-mention-background);
  color: var(--ck-color-mention-text);
}

/* line 205, app/assets/stylesheets/_ckeditor.scss */
.page-break {
  align-items: center;
  clear: both;
  display: flex;
  justify-content: center;
  padding: 5px 0;
  position: relative;
}

/* line 214, app/assets/stylesheets/_ckeditor.scss */
.page-break:after {
  border-bottom: 2px dashed #c4c4c4;
  content: "";
  position: absolute;
  width: 100%;
}

/* line 221, app/assets/stylesheets/_ckeditor.scss */
.page-break__label {
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  color: #333;
  display: block;
  font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  font-size: .75em;
  font-weight: 700;
  padding: .3em .6em;
  position: relative;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}

@media print {
  /* line 242, app/assets/stylesheets/_ckeditor.scss */
  .page-break {
    padding: 0;
  }
  /* line 246, app/assets/stylesheets/_ckeditor.scss */
  .page-break:after {
    display: none;
  }
}

/* line 252, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-preview-marker,
.ck-suggestion-preview-marker-split {
  opacity: .75;
}

/* line 257, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-preview-marker-split:after {
  content: "¶";
}

/* line 261, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-preview-marker-merge {
  opacity: .75;
  text-decoration: line-through;
}

/* line 266, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-preview-marker-merge:after {
  content: "¶";
}

/* line 270, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-preview-marker-deletion {
  text-decoration: line-through;
}

/* line 274, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion-new:not(.ck-widget),
.ck-suggestion-marker-merge-new {
  --ck-color-suggestion-marker-deletion-border: none;
  --ck-color-suggestion-marker-deletion-border-active: none;
  --ck-color-suggestion-marker-deletion-background: none;
  --ck-color-suggestion-marker-deletion-background-active: none;
  --ck-color-suggestion-marker-deletion-stroke: rgba(122, 31, 54, .8);
  --ck-color-suggestion-widget-deletion-background: rgba(229, 102, 134, .03);
  --ck-color-suggestion-widget-deletion-background-active: rgba(196, 33, 74, .05)
;
}

/* line 285, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-merge-new:after {
  color: inherit;
}

/* line 289, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion-new,
.ck-suggestion-marker-split-new {
  opacity: .75;
}

/* line 294, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion-new.ck-suggestion-marker--active:not(.table),
.ck-suggestion-marker-merge-new.ck-suggestion-marker--active {
  --ck-color-suggestion-marker-deletion-background-active: rgba(218, 37, 82, .08);
  --ck-color-suggestion-marker-deletion-stroke: #7a1f36;
  opacity: 1;
}

/* line 301, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion-new.ck-suggestion-marker--active,
.ck-suggestion-marker-split-new.ck-suggestion-marker--active {
  opacity: 1;
}

/* line 307, app/assets/stylesheets/_ckeditor.scss */
:root {
  --ck-color-selector-caption-background: #f7f7f7;
  --ck-color-selector-caption-text: #333;
  --ck-color-selector-caption-highlighted-background: #fd0
;
}

/* line 313, app/assets/stylesheets/_ckeditor.scss */
.table > figcaption {
  background-color: var(--ck-color-selector-caption-background);
  caption-side: top;
  color: var(--ck-color-selector-caption-text);
  display: table-caption;
  font-size: .75em;
  outline-offset: -1px;
  padding: .6em;
  text-align: center;
  word-break: break-word;
}

/* line 326, app/assets/stylesheets/_ckeditor.scss */
.table .ck-table-resized {
  table-layout: fixed;
}

/* line 330, app/assets/stylesheets/_ckeditor.scss */
.table table {
  overflow: hidden;
}

/* line 334, app/assets/stylesheets/_ckeditor.scss */
.table td,
.table th {
  overflow-wrap: break-word;
  position: relative;
}

/* line 341, app/assets/stylesheets/_ckeditor.scss */
.table-of-contents {
  margin: .9em auto;
}

/* line 345, app/assets/stylesheets/_ckeditor.scss */
.table-of-contents.table-of-contents_empty {
  display: none;
}

/* line 349, app/assets/stylesheets/_ckeditor.scss */
.table-of-contents .table-of-contents__placeholder {
  font-style: italic;
  margin: 0;
  padding: var(--ck-table-of-contents-padding);
}

/* line 355, app/assets/stylesheets/_ckeditor.scss */
.table-of-contents > ol {
  padding: var(--ck-table-of-contents-padding);
}

/* line 359, app/assets/stylesheets/_ckeditor.scss */
.table-of-contents ol {
  line-height: var(--ck-table-of-contents-line-height);
  list-style-type: none;
  margin: 0;
}

/* line 365, app/assets/stylesheets/_ckeditor.scss */
.table-of-contents ol ol {
  padding-inline-start: var(--ck-table-of-contents-items-start-padding);
}

/* line 369, app/assets/stylesheets/_ckeditor.scss */
.table-of-contents ol li {
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 377, app/assets/stylesheets/_ckeditor.scss */
.ck.ck-content.ck-ai-form__content-field h2, .ck.ck-content.ck-ai-form__content-field .h2 {
  font-size: 1.3em;
}

/* line 381, app/assets/stylesheets/_ckeditor.scss */
.ck.ck-content.ck-ai-form__content-field h3, .ck.ck-content.ck-ai-form__content-field .h3 {
  font-size: 1.2em;
}

/* line 385, app/assets/stylesheets/_ckeditor.scss */
.ck.ck-content.ck-ai-form__content-field h4, .ck.ck-content.ck-ai-form__content-field .h4,
.ck.ck-content.ck-ai-form__content-field h5,
.ck.ck-content.ck-ai-form__content-field .h5,
.ck.ck-content.ck-ai-form__content-field h6,
.ck.ck-content.ck-ai-form__content-field .h6 {
  font-size: 1.1em;
}

/* line 391, app/assets/stylesheets/_ckeditor.scss */
.ck.ck-content.ck-ai-form__content-field h2, .ck.ck-content.ck-ai-form__content-field .h2,
.ck.ck-content.ck-ai-form__content-field h3,
.ck.ck-content.ck-ai-form__content-field .h3,
.ck.ck-content.ck-ai-form__content-field h4,
.ck.ck-content.ck-ai-form__content-field .h4,
.ck.ck-content.ck-ai-form__content-field h5,
.ck.ck-content.ck-ai-form__content-field .h5,
.ck.ck-content.ck-ai-form__content-field h6,
.ck.ck-content.ck-ai-form__content-field .h6,
.ck.ck-content.ck-ai-form__content-field ol,
.ck.ck-content.ck-ai-form__content-field p,
.ck.ck-content.ck-ai-form__content-field ul {
  line-height: 1.7em;
  margin-block-end: .5em;
  margin-block-start: .5em;
}

/* line 404, app/assets/stylesheets/_ckeditor.scss */
.ck.ck-content.ck-ai-form__content-field > :first-child {
  margin-top: 0;
}

/* line 408, app/assets/stylesheets/_ckeditor.scss */
.ck.ck-content.ck-ai-form__content-field > :last-child {
  margin-bottom: 0;
}

/* line 413, app/assets/stylesheets/_ckeditor.scss */
code {
  background-color: rgba(199, 199, 199, 0.3);
  border-radius: 2px;
  padding: .15em;
}

/* line 419, app/assets/stylesheets/_ckeditor.scss */
.ck.ck-editor__editable .ck-code_selected {
  background-color: rgba(199, 199, 199, 0.5);
}

/* line 423, app/assets/stylesheets/_ckeditor.scss */
blockquote {
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

/* line 433, app/assets/stylesheets/_ckeditor.scss */
.ck-content[dir=rtl] blockquote {
  border-left: 0;
  border-right: 5px solid #ccc;
}

/* line 439, app/assets/stylesheets/_ckeditor.scss */
pre {
  background: rgba(199, 199, 199, 0.3);
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  color: #353535;
  direction: ltr;
  font-style: normal;
  min-width: 200px;
  padding: 1em;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
}

/* line 453, app/assets/stylesheets/_ckeditor.scss */
pre code {
  background: unset;
  border-radius: 0;
  padding: 0;
}

/* line 460, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion {
  background: var(--ck-color-suggestion-marker-insertion-background);
  border-bottom: 3px solid var(--ck-color-suggestion-marker-insertion-border);
  border-top: 3px solid var(--ck-color-suggestion-marker-insertion-border);
}

/* line 466, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
  background: var(--ck-color-suggestion-marker-insertion-background-active);
  border-color: var(--ck-color-suggestion-marker-insertion-border-active);
}

/* line 471, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion.ck-widget {
  background: none;
  border: 3px solid var(--ck-color-suggestion-marker-insertion-border);
  text-decoration: none;
}

/* line 477, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion.ck-widget.ck-suggestion-marker--active {
  border-color: var(--ck-color-suggestion-marker-insertion-border-active);
}

/* line 481, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion {
  background: var(--ck-color-suggestion-marker-deletion-background);
  border-bottom: 3px solid var(--ck-color-suggestion-marker-deletion-border);
  border-top: 3px solid var(--ck-color-suggestion-marker-deletion-border);
  text-decoration: line-through;
  text-decoration-color: var(--ck-color-suggestion-marker-deletion-stroke);
  text-decoration-thickness: 3px;
}

/* line 490, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
  background: var(--ck-color-suggestion-marker-deletion-background-active);
  border-color: var(--ck-color-suggestion-marker-deletion-border-active);
}

/* line 495, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-widget {
  background: none;
  border: 3px solid var(--ck-color-suggestion-marker-deletion-border);
  text-decoration: none;
}

/* line 501, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-widget.ck-suggestion-marker--active {
  border-color: var(--ck-color-suggestion-marker-deletion-border-active);
}

/* line 505, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-merge:after {
  background: var(--ck-color-suggestion-marker-deletion-background);
  border-bottom: 3px solid var(--ck-color-suggestion-marker-deletion-border);
  border-top: 3px solid var(--ck-color-suggestion-marker-deletion-border);
  color: var(--ck-color-suggestion-marker-deletion-stroke);
  content: "¶";
  text-decoration: line-through;
  text-decoration-color: var(--ck-color-suggestion-marker-deletion-stroke);
}

/* line 515, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-merge.ck-suggestion-marker--active:after {
  background: var(--ck-color-suggestion-marker-deletion-background-active);
  border-color: var(--ck-color-suggestion-marker-deletion-border-active);
}

/* line 520, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-split:after {
  background: var(--ck-color-suggestion-marker-insertion-background);
  border-bottom: 3px solid var(--ck-color-suggestion-marker-insertion-border);
  border-top: 3px solid var(--ck-color-suggestion-marker-insertion-border);
  color: var(--ck-color-suggestion-marker-insertion-border);
  content: "¶";
}

/* line 528, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-split.ck-suggestion-marker--active:after {
  background: var(--ck-color-suggestion-marker-insertion-background-active);
  border-color: var(--ck-color-suggestion-marker-insertion-border-active);
}

/* line 533, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-formatInline {
  border-bottom: 3px solid var(--ck-color-suggestion-marker-format-border);
  border-top: 3px solid var(--ck-color-suggestion-marker-format-border);
}

/* line 538, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-formatInline.ck-suggestion-marker--active {
  border-color: var(--ck-color-suggestion-marker-format-border-active);
}

/* line 542, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-formatInline.ck-widget {
  background: none;
  border: 3px solid var(--ck-color-suggestion-marker-format-border);
}

/* line 547, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-formatInline.ck-widget.ck-suggestion-marker--active {
  border-color: var(--ck-color-suggestion-marker-format-border-active);
}

/* line 551, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-formatBlock {
  background: none;
  border: 0;
  box-shadow: -7px 0 0 0 var(--ck-color-base-background), -10px 0 0 0 var(--ck-color-suggestion-marker-format-border);
}

/* line 557, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
  box-shadow: -5px 0 0 0 var(--ck-color-base-background), -8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
}

/* line 561, app/assets/stylesheets/_ckeditor.scss */
ol .ck-suggestion-marker-formatBlock,
ul .ck-suggestion-marker-formatBlock {
  box-shadow: -2px 0 0 0 var(--ck-color-base-background), -5px 0 0 0 var(--ck-color-suggestion-marker-format-border);
}

/* line 566, app/assets/stylesheets/_ckeditor.scss */
ol .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,
ul .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
  box-shadow: -2px 0 0 0 var(--ck-color-base-background), -5px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
}

/* line 571, app/assets/stylesheets/_ckeditor.scss */
.ck-widget.image > figcaption.ck-suggestion-marker-deletion {
  background-color: var(--ck-color-suggestion-widget-deletion-background);
  border: none;
}

/* line 576, app/assets/stylesheets/_ckeditor.scss */
.ck-widget.image > figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
  background-color: var(--ck-color-suggestion-widget-deletion-background-active);
}

/* line 580, app/assets/stylesheets/_ckeditor.scss */
.ck-widget.image > figcaption.ck-suggestion-marker-insertion {
  background-color: var(--ck-color-suggestion-widget-insertion-background);
  border: none;
}

/* line 585, app/assets/stylesheets/_ckeditor.scss */
.ck-widget.image > figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
  background-color: var(--ck-color-suggestion-widget-insertion-background-active);
}

/* line 589, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-widget.image {
  background-color: var(--ck-color-suggestion-widget-deletion-background);
}

/* line 593, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-widget.image img {
  opacity: .6;
}

/* line 597, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-widget.image figcaption {
  background-color: var(--ck-color-suggestion-widget-deletion-background);
}

/* line 601, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active,
.ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active figcaption {
  background-color: var(--ck-color-suggestion-widget-deletion-background-active);
}

/* line 606, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion.ck-widget.image,
.ck-suggestion-marker-insertion.ck-widget.image figcaption {
  background-color: var(--ck-color-suggestion-widget-insertion-background);
}

/* line 611, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active,
.ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active figcaption {
  background-color: var(--ck-color-suggestion-widget-insertion-background-active);
}

/* line 616, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line {
  background-color: var(--ck-color-suggestion-widget-deletion-background);
}

/* line 620, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active {
  background-color: var(--ck-color-suggestion-widget-deletion-background-active);
}

/* line 624, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line {
  background-color: var(--ck-color-suggestion-widget-insertion-background);
}

/* line 628, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active {
  background-color: var(--ck-color-suggestion-widget-insertion-background-active);
}

/* line 632, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-widget.media {
  background-color: var(--ck-color-suggestion-widget-deletion-background);
}

/* line 636, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-widget.media .ck-media__wrapper {
  opacity: .6;
}

/* line 640, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-widget.media.ck-suggestion-marker--active {
  background-color: var(--ck-color-suggestion-widget-deletion-background-active);
}

/* line 644, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion.ck-widget.media {
  background-color: var(--ck-color-suggestion-widget-insertion-background);
}

/* line 648, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion.ck-widget.media.ck-suggestion-marker--active {
  background-color: var(--ck-color-suggestion-widget-insertion-background-active);
}

/* line 652, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-widget.page-break {
  background-color: var(--ck-color-suggestion-widget-deletion-background);
}

/* line 656, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-widget.page-break.ck-suggestion-marker--active {
  background-color: var(--ck-color-suggestion-widget-deletion-background-active);
}

/* line 660, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion.ck-widget.page-break {
  background-color: var(--ck-color-suggestion-widget-insertion-background);
}

/* line 664, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion.ck-widget.page-break.ck-suggestion-marker--active {
  background-color: var(--ck-color-suggestion-widget-insertion-background-active);
}

/* line 668, app/assets/stylesheets/_ckeditor.scss */
:root {
  --ck-color-suggestion-widget-th-insertion-background: rgba(102, 229, 119, .12);
  --ck-color-suggestion-widget-th-insertion-background-active: rgba(37, 218, 61, .14);
  --ck-color-suggestion-widget-th-deletion-background: rgba(229, 102, 134, .14);
  --ck-color-suggestion-widget-th-deletion-background-active: rgba(196, 33, 74, .16)
;
}

/* line 675, app/assets/stylesheets/_ckeditor.scss */
figure.table .ck-suggestion-marker-formatBlock {
  box-shadow: -3px 0 0 0 var(--ck-color-suggestion-marker-format-border);
}

/* line 679, app/assets/stylesheets/_ckeditor.scss */
figure.table .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
  box-shadow: -3px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
}

/* line 683, app/assets/stylesheets/_ckeditor.scss */
.ck-widget.table > figcaption.ck-suggestion-marker-deletion {
  background-color: var(--ck-color-suggestion-widget-deletion-background);
  border: none;
}

/* line 688, app/assets/stylesheets/_ckeditor.scss */
.ck-widget.table > figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
  background-color: var(--ck-color-suggestion-widget-deletion-background-active);
}

/* line 692, app/assets/stylesheets/_ckeditor.scss */
.ck-widget.table > figcaption.ck-suggestion-marker-insertion {
  background-color: var(--ck-color-suggestion-widget-insertion-background);
  border: none;
}

/* line 697, app/assets/stylesheets/_ckeditor.scss */
.ck-widget.table > figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
  background-color: var(--ck-color-suggestion-widget-insertion-background-active);
}

/* line 701, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion.table {
  border-color: var(--ck-color-suggestion-marker-insertion-border);
}

/* line 705, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion.table > figcaption {
  background-color: var(--ck-color-suggestion-widget-insertion-background);
}

/* line 709, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion.table > table > tbody > tr > th,
.ck-suggestion-marker-insertion.table > table > thead > tr > th {
  background-color: var(--ck-color-suggestion-widget-th-insertion-background);
  border-color: var(--ck-color-suggestion-marker-insertion-border);
}

/* line 715, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion.table > table > tbody > tr > td {
  background-color: var(--ck-color-suggestion-widget-insertion-background);
  border-color: var(--ck-color-suggestion-marker-insertion-border);
}

/* line 720, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion.ck-suggestion-marker--active.table {
  border-color: var(--ck-color-suggestion-marker-insertion-border-active);
}

/* line 724, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > figcaption {
  background-color: var(--ck-color-suggestion-widget-insertion-background-active);
}

/* line 728, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > table > tbody > tr > th,
.ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > table > thead > tr > th {
  background-color: var(--ck-color-suggestion-widget-th-insertion-background-active);
  border-color: var(--ck-color-suggestion-marker-insertion-border-active);
}

/* line 734, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > table > tbody > tr > td {
  background-color: var(--ck-color-suggestion-widget-insertion-background-active);
  border-color: var(--ck-color-suggestion-marker-insertion-border-active);
}

/* line 739, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-widget.table {
  border-color: var(--ck-color-suggestion-marker-deletion-border);
}

/* line 743, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-widget.table > figcaption {
  background-color: var(--ck-color-suggestion-widget-deletion-background);
}

/* line 747, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-widget.table > table > tbody > tr > th,
.ck-suggestion-marker-deletion.ck-widget.table > table > thead > tr > th {
  background-color: var(--ck-color-suggestion-widget-th-deletion-background);
  border-color: var(--ck-color-suggestion-marker-deletion-border);
  text-decoration: none;
}

/* line 754, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-widget.table > table > tbody > tr > td {
  background-color: var(--ck-color-suggestion-widget-deletion-background);
  border-color: var(--ck-color-suggestion-marker-deletion-border);
  text-decoration: none;
}

/* line 760, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-suggestion-marker--active.table {
  border-color: var(--ck-color-suggestion-marker-deletion-border-active);
}

/* line 764, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > figcaption {
  background-color: var(--ck-color-suggestion-widget-deletion-background-active);
}

/* line 768, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > table > tbody > tr > th,
.ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > table > thead > tr > th {
  background-color: var(--ck-color-suggestion-widget-th-deletion-background-active);
  border-color: var(--ck-color-suggestion-marker-deletion-border-active);
}

/* line 774, app/assets/stylesheets/_ckeditor.scss */
.ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > table > tbody > tr > td {
  background-color: var(--ck-color-suggestion-widget-deletion-background-active);
  border-color: var(--ck-color-suggestion-marker-deletion-border-active);
}

/* line 779, app/assets/stylesheets/_ckeditor.scss */
.table th.ck-suggestion-marker-insertion {
  background-color: var(--ck-color-suggestion-widget-th-insertion-background);
}

/* line 783, app/assets/stylesheets/_ckeditor.scss */
.table th.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
  background-color: var(--ck-color-suggestion-widget-th-insertion-background-active);
}

/* line 787, app/assets/stylesheets/_ckeditor.scss */
.table th.ck-suggestion-marker-deletion {
  background-color: var(--ck-color-suggestion-widget-th-deletion-background);
  text-decoration: none;
}

/* line 792, app/assets/stylesheets/_ckeditor.scss */
.table th.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
  background-color: var(--ck-color-suggestion-widget-th-deletion-background-active);
}

/* line 796, app/assets/stylesheets/_ckeditor.scss */
.table td.ck-suggestion-marker-insertion {
  background-color: var(--ck-color-suggestion-widget-insertion-background);
}

/* line 800, app/assets/stylesheets/_ckeditor.scss */
.table td.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
  background-color: var(--ck-color-suggestion-widget-insertion-background-active);
}

/* line 804, app/assets/stylesheets/_ckeditor.scss */
.table td.ck-suggestion-marker-deletion {
  background-color: var(--ck-color-suggestion-widget-deletion-background);
  text-decoration: none;
}

/* line 809, app/assets/stylesheets/_ckeditor.scss */
.table td.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
  background-color: var(--ck-color-suggestion-widget-deletion-background-active);
}

/* line 813, app/assets/stylesheets/_ckeditor.scss */
.table td.ck-suggestion-marker-formatBlock,
.table td.ck-suggestion-marker-formatInline,
.table th.ck-suggestion-marker-formatBlock,
.table th.ck-suggestion-marker-formatInline {
  background-color: var(--ck-color-suggestion-widget-format-background);
  box-shadow: none;
}

/* line 821, app/assets/stylesheets/_ckeditor.scss */
.table td.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,
.table td.ck-suggestion-marker-formatInline.ck-suggestion-marker--active,
.table th.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,
.table th.ck-suggestion-marker-formatInline.ck-suggestion-marker--active {
  background-color: var(--ck-color-suggestion-widget-format-background-active);
  box-shadow: none;
}

/* line 829, app/assets/stylesheets/_ckeditor.scss */
pre > code.ck-suggestion-marker-formatBlock {
  box-shadow: -7px 0 0 0 #ededed, -10px 0 0 0 var(--ck-color-suggestion-marker-format-border);
  display: block;
}

/* line 834, app/assets/stylesheets/_ckeditor.scss */
pre > code.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
  box-shadow: -5px 0 0 0 #ededed, -8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
}

/* line 839, app/assets/stylesheets/_ckeditor.scss */
.image {
  clear: both;
  display: table;
  margin: .9em auto;
  min-width: 50px;
  text-align: center;
}

/* line 847, app/assets/stylesheets/_ckeditor.scss */
.image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
}

/* line 855, app/assets/stylesheets/_ckeditor.scss */
.image-inline {
  align-items: flex-start;
  display: inline-flex;
  max-width: 100%;
}

/* line 861, app/assets/stylesheets/_ckeditor.scss */
.image-inline picture {
  display: flex;
}

/* line 865, app/assets/stylesheets/_ckeditor.scss */
.image-inline img,
.image-inline picture {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 100%;
}

/* line 873, app/assets/stylesheets/_ckeditor.scss */
.table table td,
.table table th {
  min-width: 2em;
  padding: .4em;
}

/* line 879, app/assets/stylesheets/_ckeditor.scss */
.table table tr {
  border-bottom-width: unset;
  border-style: unset;
}

/* line 884, app/assets/stylesheets/_ckeditor.scss */
.table table {
  border-collapse: collapse;
  border-spacing: 0;
  height: 100%;
  width: 100%;
}

/* line 70, app/assets/stylesheets/application.scss */
:root {
  --current-breakpoint:xs;
}

@media (min-width: 576px) {
  /* line 70, app/assets/stylesheets/application.scss */
  :root {
    --current-breakpoint:sm;
  }
}

@media (min-width: 768px) {
  /* line 70, app/assets/stylesheets/application.scss */
  :root {
    --current-breakpoint:md;
  }
}

@media (min-width: 992px) {
  /* line 70, app/assets/stylesheets/application.scss */
  :root {
    --current-breakpoint:lg;
  }
}

@media (min-width: 1400px) {
  /* line 70, app/assets/stylesheets/application.scss */
  :root {
    --current-breakpoint:xl;
  }
}

@media (min-width: 1800px) {
  /* line 70, app/assets/stylesheets/application.scss */
  :root {
    --current-breakpoint:xxl;
  }
}

/* line 91, app/assets/stylesheets/application.scss */
:root .bs-gray-100 {
  color: #f8f9fa;
}

/* line 95, app/assets/stylesheets/application.scss */
:root .bs-bg-gray-100 {
  background: #f8f9fa;
}

/* line 91, app/assets/stylesheets/application.scss */
:root .bs-gray-200 {
  color: #e9ecef;
}

/* line 95, app/assets/stylesheets/application.scss */
:root .bs-bg-gray-200 {
  background: #e9ecef;
}

/* line 91, app/assets/stylesheets/application.scss */
:root .bs-gray-300 {
  color: #dee2e6;
}

/* line 95, app/assets/stylesheets/application.scss */
:root .bs-bg-gray-300 {
  background: #dee2e6;
}

/* line 91, app/assets/stylesheets/application.scss */
:root .bs-gray-400 {
  color: #ced4da;
}

/* line 95, app/assets/stylesheets/application.scss */
:root .bs-bg-gray-400 {
  background: #ced4da;
}

/* line 91, app/assets/stylesheets/application.scss */
:root .bs-gray-500 {
  color: #adb5bd;
}

/* line 95, app/assets/stylesheets/application.scss */
:root .bs-bg-gray-500 {
  background: #adb5bd;
}

/* line 91, app/assets/stylesheets/application.scss */
:root .bs-gray-600 {
  color: #6c757d;
}

/* line 95, app/assets/stylesheets/application.scss */
:root .bs-bg-gray-600 {
  background: #6c757d;
}

/* line 91, app/assets/stylesheets/application.scss */
:root .bs-gray-700 {
  color: #495057;
}

/* line 95, app/assets/stylesheets/application.scss */
:root .bs-bg-gray-700 {
  background: #495057;
}

/* line 91, app/assets/stylesheets/application.scss */
:root .bs-gray-800 {
  color: #343a40;
}

/* line 95, app/assets/stylesheets/application.scss */
:root .bs-bg-gray-800 {
  background: #343a40;
}

/* line 91, app/assets/stylesheets/application.scss */
:root .bs-gray-900 {
  color: #212529;
}

/* line 95, app/assets/stylesheets/application.scss */
:root .bs-bg-gray-900 {
  background: #212529;
}

/* line 101, app/assets/stylesheets/application.scss */
:root .text-bg-primary {
  color: white !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 101, app/assets/stylesheets/application.scss */
:root .text-bg-secondary {
  color: white !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 101, app/assets/stylesheets/application.scss */
:root .text-bg-success {
  color: white !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 101, app/assets/stylesheets/application.scss */
:root .text-bg-info {
  color: white !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 101, app/assets/stylesheets/application.scss */
:root .text-bg-warning {
  color: white !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 101, app/assets/stylesheets/application.scss */
:root .text-bg-danger {
  color: white !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 101, app/assets/stylesheets/application.scss */
:root .text-bg-light {
  color: white !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 101, app/assets/stylesheets/application.scss */
:root .text-bg-dark {
  color: white !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 109, app/assets/stylesheets/application.scss */
body {
  background-color: #fff;
  font-size: 1.4rem;
}

/* line 114, app/assets/stylesheets/application.scss */
h1, .h1 {
  font-size: 3.5rem;
}

/* line 117, app/assets/stylesheets/application.scss */
h2, .h2 {
  font-size: 3rem;
}

/* line 120, app/assets/stylesheets/application.scss */
h3, .h3 {
  font-size: 2.5rem;
}

/* line 123, app/assets/stylesheets/application.scss */
h4, .h4 {
  font-size: 2rem;
}

/* line 126, app/assets/stylesheets/application.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 129, app/assets/stylesheets/application.scss */
h6, .h6 {
  font-size: 0.75rem;
}

/* line 136, app/assets/stylesheets/application.scss */
a {
  text-decoration: none;
}

/* line 140, app/assets/stylesheets/application.scss */
:root {
  --gmpx-color-surface: #fff;
  --gmpx-color-on-primary: #f8e8ff;
  --gmpx-color-on-surface: #000;
  --gmpx-color-on-surface-variant: #636268;
  --gmpx-color-primary: #8a5cf4;
  --gmpx-font-size-base: 14px;
  --gmpx-fixed-panel-height-column-layout: 420px;
  --gmpx-fixed-panel-width-row-layout: 340px;
}

/* line 151, app/assets/stylesheets/application.scss */
.google-places-list-container {
  display: flex;
  flex-direction: column;
}

/* line 155, app/assets/stylesheets/application.scss */
.google-places-list-container .container .section.block {
  margin: 0;
  padding: 0;
}

/* line 161, app/assets/stylesheets/application.scss */
.google-split-layout-container {
  height: 100%;
}

/* line 166, app/assets/stylesheets/application.scss */
.form-control {
  font-size: 1em;
}

@media (max-width: 575.98px) {
  /* line 166, app/assets/stylesheets/application.scss */
  .form-control {
    font-size: 16px;
  }
}

/* line 174, app/assets/stylesheets/application.scss */
.form-field-name {
  font-size: clamp(1.5rem, 1.5vw, 2.5rem);
  color: var(--bs-gray-700);
  font-weight: bold;
}

/* line 180, app/assets/stylesheets/application.scss */
.form-field-description {
  font-size: clamp(1.25rem, 1.5vw, 1.75rem);
  line-height: 1.5;
  color: var(--bs-gray-600);
}

@media (max-width: 991.98px) {
  /* line 190, app/assets/stylesheets/application.scss */
  .question .col-12.ps-5 {
    padding: 0 !important;
  }
  /* line 194, app/assets/stylesheets/application.scss */
  .question-multi-input-container {
    padding: 0 !important;
  }
  /* line 200, app/assets/stylesheets/application.scss */
  .question-multi-input-container table.table thead tr th {
    min-width: 10rem !important;
    font-size: 10px;
    font-weight: normal;
  }
  /* line 210, app/assets/stylesheets/application.scss */
  .question-multi-input-container table.table tbody tr th {
    min-width: 22rem !important;
    font-size: 10px;
  }
  /* line 215, app/assets/stylesheets/application.scss */
  .question-multi-input-container table.table tbody tr td {
    padding: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  /* line 226, app/assets/stylesheets/application.scss */
  .question-multi-input-container {
    padding: 0;
    border: 2px solid transparent;
  }
}

/* line 239, app/assets/stylesheets/application.scss */
.validated input:invalid,
.validated textarea:invalid,
.validated select:invalid {
  border: 2px solid red !important;
}

/* line 244, app/assets/stylesheets/application.scss */
.validated .autocomplete-container .selectize-input.not-full {
  border: 2px solid red;
}

/* line 248, app/assets/stylesheets/application.scss */
.validated .is-invalid {
  border: 2px solid red;
  display: flex;
}

/* line 256, app/assets/stylesheets/application.scss */
.gallery-popup .gallery-item {
  cursor: pointer;
}

/* line 261, app/assets/stylesheets/application.scss */
.modal:not(.show) {
  z-index: 1;
}

/* line 269, app/assets/stylesheets/application.scss */
.modal.modal-40vh.in .modal-dialog {
  transform: translate(0, 40vh) translate(0, -50%);
}

@media (min-width: 768px) {
  /* line 276, app/assets/stylesheets/application.scss */
  .toolkit-container {
    margin-bottom: 4rem;
  }
}

/* line 285, app/assets/stylesheets/application.scss */
.admin-toolbar {
  width: 100%;
  text-align: right;
}

@media (max-width: 575.98px) {
  /* line 285, app/assets/stylesheets/application.scss */
  .admin-toolbar {
    margin-bottom: 2rem;
  }
}

/* line 296, app/assets/stylesheets/application.scss */
.admin-toolbar a {
  text-decoration: none;
}

/* line 301, app/assets/stylesheets/application.scss */
.indexbuttons {
  text-align: right;
  margin-top: 20px;
}

/* line 306, app/assets/stylesheets/application.scss */
.floating-button-container {
  position: fixed !important;
  right: 0 !important;
  top: 180px;
  z-index: 101 !important;
  background-color: rgba(100, 100, 100, 0.7);
  padding: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 316, app/assets/stylesheets/application.scss */
.floating-button-container [class*="hint--"] {
  display: block;
}

/* line 321, app/assets/stylesheets/application.scss */
#fixed-floating-action-buttons [class*="hint--"] {
  padding-left: 5px;
  float: right;
}

/* line 326, app/assets/stylesheets/application.scss */
.shadowbox {
  color: #4b4b4b;
  background-color: white;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
  border-radius: 2px;
  padding: 25px;
}

/* line 338, app/assets/stylesheets/application.scss */
.label {
  color: white !important;
  font-weight: normal;
}

/* line 343, app/assets/stylesheets/application.scss */
.icon-invisible {
  visibility: hidden;
}

/* line 351, app/assets/stylesheets/application.scss */
.no-padding {
  padding: 0rem;
}

/* line 356, app/assets/stylesheets/application.scss */
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

/* line 385, app/assets/stylesheets/application.scss */
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
}

/* line 394, app/assets/stylesheets/application.scss */
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}

/* line 407, app/assets/stylesheets/application.scss */
.center {
  text-align: center;
}

/* line 411, app/assets/stylesheets/application.scss */
.pointer {
  cursor: pointer;
}

/* line 415, app/assets/stylesheets/application.scss */
.capitalized {
  text-transform: capitalize;
}

/* line 419, app/assets/stylesheets/application.scss */
.event-speaker-container {
  background-color: #f8f8f8;
  min-height: 6em;
  padding: 1rem;
  margin-bottom: 1rem;
}

/* line 426, app/assets/stylesheets/application.scss */
.light-box {
  border: #dfdfdf;
  border-style: solid;
}

/* line 431, app/assets/stylesheets/application.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 435, app/assets/stylesheets/application.scss */
.loader {
  margin: 0 auto;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* line 445, app/assets/stylesheets/application.scss */
#loading-overlay {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50000;
  background: rgba(0, 0, 0, 0.75);
}

/* line 457, app/assets/stylesheets/application.scss */
#loading-overlay .display {
  text-align: center;
  padding: 15%;
}

/* Safari */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 481, app/assets/stylesheets/application.scss */
ul.bulleted-ul {
  list-style: disc;
  padding: 0 2em;
}

/* line 487, app/assets/stylesheets/application.scss */
.cke_editable ul {
  list-style: disc;
  padding: 0 2em;
}

/* line 493, app/assets/stylesheets/application.scss */
.fa-sms:after {
  content: "\f075";
}

/* line 497, app/assets/stylesheets/application.scss */
table.table.form-table {
  table-layout: auto;
}

/* line 502, app/assets/stylesheets/application.scss */
table.table.form-table thead th {
  padding: 0 1rem 0.5rem 0 !important;
  cursor: default;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--bs-gray-500);
}

/* line 513, app/assets/stylesheets/application.scss */
table.table.form-table tbody tr.even {
  background-color: #f0f0f0;
}

/* line 516, app/assets/stylesheets/application.scss */
table.table.form-table tbody tr.odd {
  background-color: white;
}

/* line 519, app/assets/stylesheets/application.scss */
table.table.form-table tbody tr.invalid {
  border: 1px solid red;
}

/* line 524, app/assets/stylesheets/application.scss */
table.table.form-table tbody tr:first-child td {
  padding-top: 1rem !important;
}

/* line 530, app/assets/stylesheets/application.scss */
table.table.form-table tbody tr td {
  vertical-align: middle;
  padding: 0 1rem 0.5rem 0 !important;
  border: 0 !important;
  min-width: unset;
  max-width: unset;
}

/* line 538, app/assets/stylesheets/application.scss */
table.table.form-table tbody tr td.expense span {
  min-width: 5%;
}

/* line 541, app/assets/stylesheets/application.scss */
table.table.form-table tbody tr td.expense .form-control {
  min-width: 95%;
}

/* line 546, app/assets/stylesheets/application.scss */
table.table.form-table tbody tr td .form-control,
table.table.form-table tbody tr td .timesheet-line-total {
  padding: 1rem 0.5rem;
  height: 100%;
  box-shadow: none;
  background: inherit;
}

/* line 554, app/assets/stylesheets/application.scss */
table.table.form-table tbody tr td .form-control, table.table.form-table tbody tr td .form-select {
  border: 1px solid var(--bs-gray-300);
}

/* line 558, app/assets/stylesheets/application.scss */
table.table.form-table tbody tr td input[type='text'], table.table.form-table tbody tr td input[type='email'], table.table.form-table tbody tr td select {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
}

/* line 572, app/assets/stylesheets/application.scss */
table.table.form-table tbody tr td .btn a {
  color: white;
}

/* line 576, app/assets/stylesheets/application.scss */
table.table.form-table tbody tr td .btn:only-child {
  width: 100%;
}

/* line 581, app/assets/stylesheets/application.scss */
table.table.form-table tbody tr td .btn .btn-file {
  padding: 0.5rem 1rem;
}

/* line 585, app/assets/stylesheets/application.scss */
table.table.form-table tbody tr td .form-control:focus {
  border: 1px solid #ccc;
  transition: border-color ease-in-out 0.35s;
}

/* line 590, app/assets/stylesheets/application.scss */
table.table.form-table tbody tr td .form-control[disabled] {
  color: #c0c0c0;
}

/* line 594, app/assets/stylesheets/application.scss */
table.table.form-table tbody tr td .edit-container,
table.table.form-table tbody tr td .destructive-container {
  margin: 0 0.5em;
}

/* line 603, app/assets/stylesheets/application.scss */
.hide {
  display: none !important;
}

/* line 607, app/assets/stylesheets/application.scss */
.ssb-placeholder {
  height: 4rem;
  width: 26rem;
}

/* line 612, app/assets/stylesheets/application.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 619, app/assets/stylesheets/application.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 629, app/assets/stylesheets/application.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 638, app/assets/stylesheets/application.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 642, app/assets/stylesheets/application.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 653, app/assets/stylesheets/application.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: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

/* line 673, app/assets/stylesheets/application.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: var(--bs-border-radius-lg);
}

/* line 682, app/assets/stylesheets/application.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: var(--bs-border-radius-sm);
}

/* line 691, app/assets/stylesheets/application.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 705, app/assets/stylesheets/application.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 716, app/assets/stylesheets/application.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 737, app/assets/stylesheets/application.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc( var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 744, app/assets/stylesheets/application.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 751, app/assets/stylesheets/application.scss */
.speaker-image {
  border-radius: 50% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 757, app/assets/stylesheets/application.scss */
.program-events-calendar .speaker-image {
  width: 8em;
  height: 8em;
}

@media (max-width: 767.98px) {
  /* line 757, app/assets/stylesheets/application.scss */
  .program-events-calendar .speaker-image {
    width: 6em;
    height: 6em;
  }
}

/* line 771, app/assets/stylesheets/application.scss */
.program-meet-the-speakers .speaker-image,
.program-speakers-list .speaker-image,
.event-speakers-list .speaker-image {
  width: 12em;
  height: 12em;
}

@media (max-width: 767.98px) {
  /* line 771, app/assets/stylesheets/application.scss */
  .program-meet-the-speakers .speaker-image,
.program-speakers-list .speaker-image,
.event-speakers-list .speaker-image {
    width: 6em;
    height: 6em;
  }
}

/* line 780, app/assets/stylesheets/application.scss */
.program-meet-the-speakers .bi-chevron-down::before,
.program-speakers-list .bi-chevron-down::before,
.event-speakers-list .bi-chevron-down::before {
  width: 1em;
  display: inline-block;
  margin-right: 1em;
  margin-left: auto;
}

/* line 785, app/assets/stylesheets/application.scss */
.program-meet-the-speakers .bi-chevron-down.expanded::before,
.program-speakers-list .bi-chevron-down.expanded::before,
.event-speakers-list .bi-chevron-down.expanded::before {
  transform: rotate(0.5turn);
  transform-origin: center;
  transition-duration: .5s;
  transition-property: transform;
}
