@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Sora:wght@600;700;800&display=swap");
@import url(/assets/actiontext-bca0b717b64b6e574c663d636c816e5062bc3fd67c1b0c0422f110fb11a890c5.css);
@import url("https://api.mapbox.com/mapbox-gl-js/v3.1.2/mapbox-gl.css");
/* line 17, app/assets/stylesheets/config/_fonts.scss */
:root {
  --font-primary: Plus Jakarta Sans, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  --font-secondary: Sora, Plus Jakarta Sans, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  --font-heading: Sora, Plus Jakarta Sans, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

/*!
   * 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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_root.scss */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0D6EFD;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #FD1015;
  --bs-orange: #E67E22;
  --bs-yellow: #FFC65A;
  --bs-green: #1EDD88;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0D6EFD;
  --bs-secondary: #6c757d;
  --bs-success: #1EDD88;
  --bs-info: #FFC65A;
  --bs-warning: #E67E22;
  --bs-danger: #FD1015;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 30, 221, 136;
  --bs-info-rgb: 255, 198, 90;
  --bs-warning-rgb: 230, 126, 34;
  --bs-danger-rgb: 253, 16, 21;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0c5836;
  --bs-info-text-emphasis: #664f24;
  --bs-warning-text-emphasis: #5c320e;
  --bs-danger-text-emphasis: #650608;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d2f8e7;
  --bs-info-bg-subtle: #fff4de;
  --bs-warning-bg-subtle: #fae5d3;
  --bs-danger-bg-subtle: #ffcfd0;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a5f1cf;
  --bs-info-border-subtle: #ffe8bd;
  --bs-warning-border-subtle: #f5cba7;
  --bs-danger-border-subtle: #fe9fa1;
  --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: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", 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: #0E0000;
  --bs-body-color-rgb: 14, 0, 0;
  --bs-body-bg: #F4F4F4;
  --bs-body-bg-rgb: 244, 244, 244;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(14, 0, 0, 0.75);
  --bs-secondary-color-rgb: 14, 0, 0;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(14, 0, 0, 0.5);
  --bs-tertiary-color-rgb: 14, 0, 0;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0D6EFD;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #0E0000;
  --bs-highlight-bg: #fff4de;
  --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.125rem;
  --bs-border-radius-sm: 0.0625rem;
  --bs-border-radius-lg: 0.25rem;
  --bs-border-radius-xl: 0.5rem;
  --bs-border-radius-xxl: 1rem;
  --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(13, 110, 253, 0.25);
  --bs-form-valid-color: #1EDD88;
  --bs-form-valid-border-color: #1EDD88;
  --bs-form-invalid-color: #FD1015;
  --bs-form-invalid-border-color: #FD1015;
}

/* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #78ebb8;
  --bs-info-text-emphasis: #ffdd9c;
  --bs-warning-text-emphasis: #f0b27a;
  --bs-danger-text-emphasis: #fe7073;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #062c1b;
  --bs-info-bg-subtle: #332812;
  --bs-warning-bg-subtle: #2e1907;
  --bs-danger-bg-subtle: #330304;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #128552;
  --bs-info-border-subtle: #997736;
  --bs-warning-border-subtle: #8a4c14;
  --bs-danger-border-subtle: #980a0d;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664f24;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #78ebb8;
  --bs-form-valid-border-color: #78ebb8;
  --bs-form-invalid-color: #fe7073;
  --bs-form-invalid-border-color: #fe7073;
}

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

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

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

/* line 68, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

/* line 83, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Sora", "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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

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

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

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

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

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

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

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

/* line 113, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 118, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6 {
  font-size: 1rem;
}

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

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

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

/* line 159, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

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

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

/* line 178, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

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

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

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

/* line 211, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

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

/* line 230, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 238, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 239, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 244, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

/* line 248, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

/* line 260, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 270, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 282, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 291, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 298, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 304, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 309, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.0625rem;
}

/* line 316, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

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

/* line 335, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 345, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 350, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

/* line 361, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 367, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 383, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 390, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 400, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

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

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

/* line 425, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 429, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 435, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
select:disabled {
  opacity: 1;
}

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

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

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

/* line 467, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 474, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

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

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

@media (min-width: 1200px) {
  /* line 497, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 506, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 514, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 524, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 534, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 555, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 561, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 569, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 576, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 582, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

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

/* line 600, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 82, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

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

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

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

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

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

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

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

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

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

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

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

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

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

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

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_grid.scss */
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

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

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

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

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

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 90, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

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

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

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

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

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

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

/* line 59, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 70, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 86, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

/* line 90, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

/* line 98, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 102, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 113, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

/* line 141, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-secondary {
  --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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d2f8e7;
  --bs-table-border-color: #a8c6b9;
  --bs-table-striped-bg: #c8ecdb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bddfd0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c2e5d6;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #fff4de;
  --bs-table-border-color: #ccc3b2;
  --bs-table-striped-bg: #f2e8d3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dcc8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece2cd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fae5d3;
  --bs-table-border-color: #c8b7a9;
  --bs-table-striped-bg: #eedac8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e1cebe;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e7d4c3;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #ffcfd0;
  --bs-table-border-color: #cca6a6;
  --bs-table-striped-bg: #f2c5c6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6babb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecbfc0;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 166, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 166, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 166, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 166, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 166, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 166, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 26, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: 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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

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

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

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

/* line 69, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 75, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

/* line 95, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 110, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

/* line 120, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

/* line 131, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 135, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 149, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

/* line 179, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

/* line 183, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 187, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 193, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

/* line 198, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 202, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 207, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 212, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 213, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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.375rem 2.25rem 0.375rem 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-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 (prefers-reduced-motion: reduce) {
  /* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

/* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

/* line 58, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 66, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 76, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

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

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

/* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 56, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 60, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 66, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0D6EFD;
  border-color: #0D6EFD;
}

/* line 70, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0D6EFD;
  border-color: #0D6EFD;
  --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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 108, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 124, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 127, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 137, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 141, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 156, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 163, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 168, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 175, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 185, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #F4F4F4, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #F4F4F4, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0D6EFD;
  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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

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

/* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0D6EFD;
  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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 87, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

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

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control: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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 58, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

/* line 87, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

/* line 91, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

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

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

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

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: 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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 77, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

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

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

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

/* line 123, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

/* line 26, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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='%231EDD88' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 68, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 95, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  --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='%231EDD88' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 128, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 136, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

/* line 142, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

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

/* line 26, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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='%23FD1015'%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='%23FD1015' 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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 95, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  --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='%23FD1015'%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='%23FD1015' 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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 128, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 136, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

/* line 142, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

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

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: 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 (prefers-reduced-motion: reduce) {
  /* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

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

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

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

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

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

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

/* line 103, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 112, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

/* line 132, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0D6EFD;
  --bs-btn-border-color: #0D6EFD;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0D6EFD;
  --bs-btn-disabled-border-color: #0D6EFD;
}

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

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

/* line 132, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #FFC65A;
  --bs-btn-border-color: #FFC65A;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffcf73;
  --bs-btn-hover-border-color: #ffcc6b;
  --bs-btn-focus-shadow-rgb: 217, 168, 77;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffd17b;
  --bs-btn-active-border-color: #ffcc6b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FFC65A;
  --bs-btn-disabled-border-color: #FFC65A;
}

/* line 132, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #E67E22;
  --bs-btn-border-color: #E67E22;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ea9143;
  --bs-btn-hover-border-color: #e98b38;
  --bs-btn-focus-shadow-rgb: 196, 107, 29;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #eb984e;
  --bs-btn-active-border-color: #e98b38;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #E67E22;
  --bs-btn-disabled-border-color: #E67E22;
}

/* line 132, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #FD1015;
  --bs-btn-border-color: #FD1015;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fd3438;
  --bs-btn-hover-border-color: #fd282c;
  --bs-btn-focus-shadow-rgb: 215, 14, 18;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fd4044;
  --bs-btn-active-border-color: #fd282c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FD1015;
  --bs-btn-disabled-border-color: #FD1015;
}

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

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

/* line 158, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  --bs-btn-color: #0D6EFD;
  --bs-btn-border-color: #0D6EFD;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0D6EFD;
  --bs-btn-hover-border-color: #0D6EFD;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0D6EFD;
  --bs-btn-active-border-color: #0D6EFD;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0D6EFD;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0D6EFD;
  --bs-gradient: none;
}

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

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

/* line 158, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  --bs-btn-color: #FFC65A;
  --bs-btn-border-color: #FFC65A;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FFC65A;
  --bs-btn-hover-border-color: #FFC65A;
  --bs-btn-focus-shadow-rgb: 255, 198, 90;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFC65A;
  --bs-btn-active-border-color: #FFC65A;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFC65A;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFC65A;
  --bs-gradient: none;
}

/* line 158, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  --bs-btn-color: #E67E22;
  --bs-btn-border-color: #E67E22;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #E67E22;
  --bs-btn-hover-border-color: #E67E22;
  --bs-btn-focus-shadow-rgb: 230, 126, 34;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #E67E22;
  --bs-btn-active-border-color: #E67E22;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #E67E22;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E67E22;
  --bs-gradient: none;
}

/* line 158, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  --bs-btn-color: #FD1015;
  --bs-btn-border-color: #FD1015;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FD1015;
  --bs-btn-hover-border-color: #FD1015;
  --bs-btn-focus-shadow-rgb: 253, 16, 21;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FD1015;
  --bs-btn-active-border-color: #FD1015;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FD1015;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FD1015;
  --bs-gradient: none;
}

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

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

/* line 170, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

/* line 194, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 198, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 210, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

/* line 214, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

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

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

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

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

/* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

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

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

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

/* line 2, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

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

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

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: 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: #0D6EFD;
  --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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

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

/* line 101, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

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

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

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

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

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

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

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

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

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 139, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

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

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

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

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

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 156, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

/* line 189, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 196, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 203, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

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

/* line 228, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

/* line 235, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0D6EFD;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

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

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

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

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

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

/* line 36, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group {
  border-radius: var(--bs-border-radius);
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

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

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

/* line 127, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

/* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 59, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

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

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

/* line 105, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0D6EFD;
}

/* line 112, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 116, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

/* line 128, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

/* line 142, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 148, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 170, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 180, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

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

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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%2814, 0, 0, 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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

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

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

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

/* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

/* line 110, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 120, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 125, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

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

@media (prefers-reduced-motion: reduce) {
  /* line 150, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 160, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 164, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

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

/* line 184, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 198, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 206, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 229, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 198, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 206, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 229, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 198, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 206, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 229, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 198, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 229, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 198, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 229, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 198, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

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

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

/* line 210, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 216, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

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

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

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

/* line 244, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 248, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 269, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 50, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 55, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 69, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

/* line 77, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

/* line 82, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 97, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

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

/* line 113, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 118, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 124, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

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

/* line 140, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 146, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

/* line 152, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

/* line 162, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 168, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 173, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 186, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 183, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 195, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 200, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 207, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 210, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 215, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 222, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 225, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 230, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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='%230E0000' 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='%23052c65' 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(13, 110, 253, 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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

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

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 58, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 70, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

/* line 81, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

/* line 90, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

/* line 93, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 103, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 107, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 118, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 128, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 133, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}

/* line 134, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}

/* line 138, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

/* line 145, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

/* line 153, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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='%236ea8fe'%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='%236ea8fe'%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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: 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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

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

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: 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(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0D6EFD;
  --bs-pagination-active-border-color: #0D6EFD;
  --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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

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

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

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}

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

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

/* line 103, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

/* line 107, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

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

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 61, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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: #0D6EFD;
  --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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

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

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

/* line 50, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-stacked > .progress {
  overflow: visible;
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

/* line 59, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

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

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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: #0D6EFD;
  --bs-list-group-active-border-color: #0D6EFD;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

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

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

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

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

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

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

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

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

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

/* line 108, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

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

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

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

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

/* line 140, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

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

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

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

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

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

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

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

/* line 164, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

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

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

/* line 184, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close {
  --bs-btn-close-color: #000;
  --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(13, 110, 253, 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.125rem;
  opacity: var(--bs-btn-close-opacity);
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

/* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

/* line 59, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
[data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

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

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

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

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: 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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

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

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

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

/* line 70, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

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

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

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

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

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

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

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 125, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* line 140, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 147, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

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

/* line 170, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

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

@media (min-width: 992px) {
  /* line 195, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 202, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 213, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 219, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 225, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 230, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

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

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

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

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

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

/* line 2, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: 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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 82, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

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

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: 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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 188, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

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

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

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

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

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

/* line 61, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

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

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

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

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

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

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

/* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

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

/* line 135, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 161, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 181, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

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

/* line 205, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 210, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 214, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

/* line 205, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-caption, .carousel[data-bs-theme="dark"] .carousel-caption {
  color: #000;
}

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

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

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

/* line 36, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 73, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

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

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: 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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 89, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 106, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 89, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 106, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 89, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

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

@media (max-width: 1199.98px) {
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

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

@media (max-width: 1399.98px) {
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

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

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

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

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

/* line 84, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 89, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

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

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 123, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 128, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto;
}

/* line 134, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

/* line 139, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

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

/* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

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

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

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

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary: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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: RGBA(75, 228, 160, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(75, 228, 160, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: RGBA(255, 209, 123, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 209, 123, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: RGBA(235, 152, 78, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(235, 152, 78, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: RGBA(253, 64, 68, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(253, 64, 68, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
  .icon-link > .bi {
    transition: none;
  }
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_visually-hidden.scss */
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-grid {
  display: inline-grid !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-0 {
  row-gap: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-1 {
  row-gap: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-2 {
  row-gap: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-3 {
  row-gap: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-4 {
  row-gap: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-5 {
  row-gap: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-100 {
  --bs-link-opacity: 1;
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-n1 {
  z-index: -1 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
/* line 4, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_core.scss */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

/* line 9, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_core.scss */
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_core.scss */
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_core.scss */
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-1x {
  font-size: 1em;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2x {
  font-size: 2em;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-3x {
  font-size: 3em;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-4x {
  font-size: 4em;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-5x {
  font-size: 5em;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-6x {
  font-size: 6em;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-7x {
  font-size: 7em;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-8x {
  font-size: 8em;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-9x {
  font-size: 9em;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-10x {
  font-size: 10em;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

/* line 9, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 58, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

/* line 71, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  /* line 83, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  transform: rotate(90deg);
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  transform: rotate(180deg);
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  transform: rotate(270deg);
}

/* line 16, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  transform: scale(-1, 1);
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  transform: scale(1, -1);
}

/* line 24, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 25, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-0::before {
  content: "\30";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-1::before {
  content: "\31";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-2::before {
  content: "\32";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-3::before {
  content: "\33";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-4::before {
  content: "\34";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-5::before {
  content: "\35";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-6::before {
  content: "\36";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-7::before {
  content: "\37";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-8::before {
  content: "\38";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-9::before {
  content: "\39";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip::before {
  content: "\f576";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-circle::before {
  content: "\e4bd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-right::before {
  content: "\f138";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right::before {
  content: "\f138";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-at::before {
  content: "\40";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can::before {
  content: "\f2ed";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt::before {
  content: "\f2ed";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height::before {
  content: "\f034";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-xmark::before {
  content: "\f235";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times::before {
  content: "\f235";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope::before {
  content: "\f0f1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-message::before {
  content: "\f27a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt::before {
  content: "\f27a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-info::before {
  content: "\f129";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-alt::before {
  content: "\f422";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-explosion::before {
  content: "\e4e9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-lines::before {
  content: "\f15c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt::before {
  content: "\f15c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text::before {
  content: "\f15c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wave-square::before {
  content: "\f83e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ring::before {
  content: "\f70b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-un::before {
  content: "\e4d9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three::before {
  content: "\f527";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-days::before {
  content: "\f073";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt::before {
  content: "\f073";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-check::before {
  content: "\e4aa";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball::before {
  content: "\f45f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball::before {
  content: "\f45f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down::before {
  content: "\f0dd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-desc::before {
  content: "\f0dd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-minus::before {
  content: "\f056";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle::before {
  content: "\f056";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open::before {
  content: "\f52b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-from-bracket::before {
  content: "\f2f5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt::before {
  content: "\f2f5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom::before {
  content: "\f5d2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-soap::before {
  content: "\e06e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-icons::before {
  content: "\f86d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines-slash::before {
  content: "\f539";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash::before {
  content: "\f539";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-check::before {
  content: "\e4c9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-medical::before {
  content: "\e06a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint::before {
  content: "\f577";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right::before {
  content: "\f0a4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-location::before {
  content: "\f689";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location::before {
  content: "\f689";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-step::before {
  content: "\f051";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward::before {
  content: "\f051";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-beam::before {
  content: "\f5b8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam::before {
  content: "\f5b8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered::before {
  content: "\f11e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-football::before {
  content: "\f44e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball::before {
  content: "\f44e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-exclamation::before {
  content: "\e56c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop::before {
  content: "\f125";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-down::before {
  content: "\f103";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down::before {
  content: "\f103";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rectangle::before {
  content: "\e594";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-roof::before {
  content: "\e537";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-line::before {
  content: "\e534";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer-mug-empty::before {
  content: "\f0fc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer::before {
  content: "\f0fc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-predecessor::before {
  content: "\e477";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-long::before {
  content: "\f176";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up::before {
  content: "\f176";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-simple::before {
  content: "\f46a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn::before {
  content: "\f46a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person::before {
  content: "\f183";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-male::before {
  content: "\f183";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop::before {
  content: "\f109";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-csv::before {
  content: "\f6dd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-menorah::before {
  content: "\f676";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-plane::before {
  content: "\e58f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-record-vinyl::before {
  content: "\f8d9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-stars::before {
  content: "\f587";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars::before {
  content: "\f587";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong::before {
  content: "\f55c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pastafarianism::before {
  content: "\f67b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon::before {
  content: "\f2e5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon::before {
  content: "\f2e5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar-wheat::before {
  content: "\e517";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelopes-bulk::before {
  content: "\f674";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk::before {
  content: "\f674";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-h::before {
  content: "\f47e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol::before {
  content: "\f47e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pager::before {
  content: "\f815";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book::before {
  content: "\f2b9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-book::before {
  content: "\f2b9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough::before {
  content: "\f0cc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-k::before {
  content: "\4b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-flag::before {
  content: "\e51c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil::before {
  content: "\f303";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt::before {
  content: "\f303";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward::before {
  content: "\f04a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right::before {
  content: "\f0da";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments::before {
  content: "\f086";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste::before {
  content: "\f0ea";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-clipboard::before {
  content: "\f0ea";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-pull-request::before {
  content: "\e13c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list::before {
  content: "\f46d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-ramp-box::before {
  content: "\f4de";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading::before {
  content: "\f4de";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check::before {
  content: "\f4fc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-virus::before {
  content: "\e597";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheet-plastic::before {
  content: "\e571";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blog::before {
  content: "\f781";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja::before {
  content: "\f504";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll-torah::before {
  content: "\f6a0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-torah::before {
  content: "\f6a0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom-ball::before {
  content: "\f458";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch::before {
  content: "\f458";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch-broom-ball::before {
  content: "\f458";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off::before {
  content: "\f204";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-archive::before {
  content: "\f187";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive::before {
  content: "\f187";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-drowning::before {
  content: "\e545";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-9-1::before {
  content: "\f886";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc::before {
  content: "\f886";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint::before {
  content: "\f58a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can::before {
  content: "\f5bd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster::before {
  content: "\f63b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-w::before {
  content: "\57";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-africa::before {
  content: "\f57c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa::before {
  content: "\f57c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rainbow::before {
  content: "\f75b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch::before {
  content: "\f1ce";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-screen-button::before {
  content: "\f3fa";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt::before {
  content: "\f3fa";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw::before {
  content: "\f1b0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud::before {
  content: "\f0c2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel-bricks::before {
  content: "\e58a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-flushed::before {
  content: "\f579";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed::before {
  content: "\f579";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-user::before {
  content: "\f80d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel::before {
  content: "\f0e3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal::before {
  content: "\f0e3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars::before {
  content: "\f1e5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash::before {
  content: "\f131";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-tissue::before {
  content: "\e05b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle::before {
  content: "\f21c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-concierge::before {
  content: "\f562";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell::before {
  content: "\f562";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-ruler::before {
  content: "\f5ae";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler::before {
  content: "\f5ae";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows::before {
  content: "\e068";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows-left-right::before {
  content: "\e068";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus-burst::before {
  content: "\e523";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-right::before {
  content: "\f152";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right::before {
  content: "\f152";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scissors::before {
  content: "\f0c4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut::before {
  content: "\f0c4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-plant-wilt::before {
  content: "\e57a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilets-portable::before {
  content: "\e584";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck::before {
  content: "\f453";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table::before {
  content: "\f0ce";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachograph-digital::before {
  content: "\f566";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph::before {
  content: "\f566";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-slash::before {
  content: "\e073";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clover::before {
  content: "\e139";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply::before {
  content: "\f3e5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply::before {
  content: "\f3e5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent::before {
  content: "\f699";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-fire::before {
  content: "\e50c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-minus::before {
  content: "\f146";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square::before {
  content: "\f146";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter::before {
  content: "\f533";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass::before {
  content: "\f14e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-down::before {
  content: "\f150";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down::before {
  content: "\f150";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-question::before {
  content: "\e4ef";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code::before {
  content: "\f5fc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook::before {
  content: "\f5c3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle::before {
  content: "\f485";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars::before {
  content: "\f0c9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon::before {
  content: "\f0c9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-group::before {
  content: "\e533";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end::before {
  content: "\f253";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3::before {
  content: "\f253";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-crack::before {
  content: "\f7a9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-broken::before {
  content: "\f7a9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-up-right::before {
  content: "\f360";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt::before {
  content: "\f360";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-beam::before {
  content: "\f597";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam::before {
  content: "\f597";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-film::before {
  content: "\f008";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal::before {
  content: "\f547";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-robbery::before {
  content: "\e536";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb::before {
  content: "\f0eb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left::before {
  content: "\f0d9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-exclamation::before {
  content: "\f06a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle::before {
  content: "\f06a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-xmark::before {
  content: "\e56d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out::before {
  content: "\f08b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-down::before {
  content: "\f13a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down::before {
  content: "\f13a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-keyhole::before {
  content: "\f13e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt::before {
  content: "\f13e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-heavy::before {
  content: "\f740";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-simple::before {
  content: "\f58f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt::before {
  content: "\f58f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap::before {
  content: "\f0e8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate::before {
  content: "\f4b9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory::before {
  content: "\f538";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-spikes::before {
  content: "\e568";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-burner::before {
  content: "\e4f1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag::before {
  content: "\f024";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hanukiah::before {
  content: "\f6e6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather::before {
  content: "\f52d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-low::before {
  content: "\f027";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down::before {
  content: "\f027";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash::before {
  content: "\f4b3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun-rain::before {
  content: "\f743";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress::before {
  content: "\f066";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn::before {
  content: "\e2cd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-alt::before {
  content: "\e2cd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ankh::before {
  content: "\f644";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-child::before {
  content: "\e4fa";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk::before {
  content: "\2a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-check::before {
  content: "\f14a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square::before {
  content: "\f14a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peseta-sign::before {
  content: "\e221";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading::before {
  content: "\f1dc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-header::before {
  content: "\f1dc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ghost::before {
  content: "\f6e2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list::before {
  content: "\f03a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-squares::before {
  content: "\f03a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone-flip::before {
  content: "\f87b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square-alt::before {
  content: "\f87b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus::before {
  content: "\f217";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad::before {
  content: "\f11b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dot::before {
  content: "\f192";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle::before {
  content: "\f192";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-dizzy::before {
  content: "\f567";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy::before {
  content: "\f567";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-egg::before {
  content: "\f7fb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-campground::before {
  content: "\f6bb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-plus::before {
  content: "\f65e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol::before {
  content: "\f1e3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol-ball::before {
  content: "\f1e3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball::before {
  content: "\f1e3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paintbrush::before {
  content: "\f1fc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush::before {
  content: "\f1fc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock::before {
  content: "\f023";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump::before {
  content: "\f52f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub-person::before {
  content: "\f593";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub::before {
  content: "\f593";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location::before {
  content: "\f59f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked::before {
  content: "\f59f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water::before {
  content: "\e50e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree::before {
  content: "\f1bb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-lock::before {
  content: "\e4cc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-dollar::before {
  content: "\f81d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-to-square::before {
  content: "\f044";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit::before {
  content: "\f044";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side::before {
  content: "\f5e4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-nodes::before {
  content: "\f1e0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt::before {
  content: "\f1e0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-minus::before {
  content: "\e4ff";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half::before {
  content: "\f252";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2::before {
  content: "\f252";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope::before {
  content: "\f610";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sink::before {
  content: "\e06d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bag-shopping::before {
  content: "\f290";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag::before {
  content: "\f290";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-z-a::before {
  content: "\f881";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc::before {
  content: "\f881";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mitten::before {
  content: "\f7b5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rays::before {
  content: "\e54d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users::before {
  content: "\f0c0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash::before {
  content: "\f070";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask-vial::before {
  content: "\e4f3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand::before {
  content: "\f256";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper::before {
  content: "\f256";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-om::before {
  content: "\f679";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-worm::before {
  content: "\e599";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-xmark::before {
  content: "\e50b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug::before {
  content: "\f1e6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up::before {
  content: "\f077";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock::before {
  content: "\f259";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch::before {
  content: "\f2f2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss::before {
  content: "\f596";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss::before {
  content: "\f596";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue::before {
  content: "\f589";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue::before {
  content: "\f589";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop::before {
  content: "\f43a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wink::before {
  content: "\f58c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink::before {
  content: "\f58c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-deaf::before {
  content: "\f2a4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf::before {
  content: "\f2a4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness::before {
  content: "\f2a4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-of-hearing::before {
  content: "\f2a4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-check::before {
  content: "\e564";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five::before {
  content: "\f523";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-rss::before {
  content: "\f143";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square::before {
  content: "\f143";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-land-mine-on::before {
  content: "\e51b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor::before {
  content: "\f246";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp::before {
  content: "\f5bf";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stairs::before {
  content: "\e289";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-i::before {
  content: "\49";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia-sign::before {
  content: "\f6f2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia::before {
  content: "\f6f2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills::before {
  content: "\f484";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wide::before {
  content: "\f581";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt::before {
  content: "\f581";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth::before {
  content: "\f5c9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-v::before {
  content: "\56";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle::before {
  content: "\f206";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-snake::before {
  content: "\e579";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-asclepius::before {
  content: "\e579";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-snake::before {
  content: "\e579";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-aesculapius::before {
  content: "\e579";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough-slash::before {
  content: "\e062";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-medical::before {
  content: "\f0f9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance::before {
  content: "\f0f9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowman::before {
  content: "\f7d0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle::before {
  content: "\f5a7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-barrier::before {
  content: "\e562";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school::before {
  content: "\f549";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-igloo::before {
  content: "\f7ae";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint::before {
  content: "\f595";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right::before {
  content: "\f105";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse::before {
  content: "\f6f0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-q::before {
  content: "\51";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-g::before {
  content: "\47";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical::before {
  content: "\f481";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-half::before {
  content: "\f2c9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-2::before {
  content: "\f2c9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2::before {
  content: "\f2c9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half::before {
  content: "\f2c9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dong-sign::before {
  content: "\e169";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules::before {
  content: "\f46b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-storm::before {
  content: "\f75a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-bolt::before {
  content: "\f75a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown-open::before {
  content: "\f57a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open::before {
  content: "\f57a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up::before {
  content: "\f0a6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill::before {
  content: "\f0d6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark::before {
  content: "\f02e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify::before {
  content: "\f039";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach::before {
  content: "\f5ca";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-un::before {
  content: "\e503";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye::before {
  content: "\f140";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacon::before {
  content: "\f7e5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down::before {
  content: "\f0a7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder::before {
  content: "\f07b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-blank::before {
  content: "\f07b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-waveform::before {
  content: "\f478";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt::before {
  content: "\f478";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation::before {
  content: "\f7b9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-simple::before {
  content: "\e473";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke::before {
  content: "\f229";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial::before {
  content: "\f492";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge::before {
  content: "\f624";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard::before {
  content: "\f624";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-med::before {
  content: "\f624";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-average::before {
  content: "\f624";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-e::before {
  content: "\45";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-clip::before {
  content: "\f305";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt::before {
  content: "\f305";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user::before {
  content: "\f007";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-check::before {
  content: "\e56b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster::before {
  content: "\f793";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-van-shuttle::before {
  content: "\f5b6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van::before {
  content: "\f5b6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-user::before {
  content: "\e4da";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-left::before {
  content: "\f191";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left::before {
  content: "\f191";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter::before {
  content: "\f591";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-key::before {
  content: "\f084";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn::before {
  content: "\f0a1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe::before {
  content: "\f0ac";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-synagogue::before {
  content: "\f69b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-half-dress::before {
  content: "\e548";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-bridge::before {
  content: "\e563";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow::before {
  content: "\f124";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-c::before {
  content: "\43";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-button::before {
  content: "\f10a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-lock::before {
  content: "\e4d6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pizza-slice::before {
  content: "\f818";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave::before {
  content: "\f53a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area::before {
  content: "\f1fe";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart::before {
  content: "\f1fe";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flag::before {
  content: "\e50d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-minus::before {
  content: "\e540";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban::before {
  content: "\f05e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cancel::before {
  content: "\f05e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-rotate::before {
  content: "\e0d8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener::before {
  content: "\f5d0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star::before {
  content: "\f005";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-repeat::before {
  content: "\f363";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cross::before {
  content: "\f654";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box::before {
  content: "\f466";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars::before {
  content: "\f228";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-pointer::before {
  content: "\f245";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer::before {
  content: "\f245";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-maximize::before {
  content: "\f31e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt::before {
  content: "\f31e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station::before {
  content: "\f5e7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes::before {
  content: "\f61f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-circle-square::before {
  content: "\f61f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuffle::before {
  content: "\f074";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-random::before {
  content: "\f074";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-running::before {
  content: "\f70c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-running::before {
  content: "\f70c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-retro::before {
  content: "\e527";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spider::before {
  content: "\f717";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bound::before {
  content: "\e4f9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar::before {
  content: "\f571";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-exclamation::before {
  content: "\e556";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray::before {
  content: "\f497";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spell-check::before {
  content: "\f891";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-slash::before {
  content: "\f715";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer-mouse::before {
  content: "\f8cc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse::before {
  content: "\f8cc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in::before {
  content: "\f090";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-slash::before {
  content: "\e070";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt-slash::before {
  content: "\e070";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-server::before {
  content: "\f233";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid-slash::before {
  content: "\e4a9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-lock::before {
  content: "\e4a5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start::before {
  content: "\f251";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1::before {
  content: "\f251";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender-phone::before {
  content: "\f6b6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-wheat::before {
  content: "\e4db";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-breastfeeding::before {
  content: "\e53a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-to-bracket::before {
  content: "\f2f6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt::before {
  content: "\f2f6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus::before {
  content: "\f221";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport::before {
  content: "\f5ab";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-pulse::before {
  content: "\f21e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat::before {
  content: "\f21e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry-box::before {
  content: "\f4ce";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry::before {
  content: "\f4ce";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-high::before {
  content: "\f769";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip::before {
  content: "\f2db";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown::before {
  content: "\f521";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging::before {
  content: "\f5cd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmarks-lines::before {
  content: "\e59a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription::before {
  content: "\f572";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-scale::before {
  content: "\f496";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight::before {
  content: "\f496";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-group::before {
  content: "\f500";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends::before {
  content: "\f500";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-a-z::before {
  content: "\f15e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up::before {
  content: "\f15e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight::before {
  content: "\f441";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-squint::before {
  content: "\f59b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint::before {
  content: "\f59b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair::before {
  content: "\f193";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-up::before {
  content: "\f0aa";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up::before {
  content: "\f0aa";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on::before {
  content: "\f205";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking::before {
  content: "\f554";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking::before {
  content: "\f554";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-l::before {
  content: "\4c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire::before {
  content: "\f06d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed-pulse::before {
  content: "\f487";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures::before {
  content: "\f487";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-space::before {
  content: "\f197";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle::before {
  content: "\f197";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh::before {
  content: "\f599";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh::before {
  content: "\f599";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open::before {
  content: "\f07c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-plus::before {
  content: "\e500";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork::before {
  content: "\e13b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-city::before {
  content: "\f64f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines::before {
  content: "\f3c9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt::before {
  content: "\f3c9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pepper-hot::before {
  content: "\f816";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock::before {
  content: "\f09c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-colon-sign::before {
  content: "\e140";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset::before {
  content: "\f590";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-slash::before {
  content: "\e071";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-xmark::before {
  content: "\e566";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus::before {
  content: "\f503";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-up::before {
  content: "\f22a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v::before {
  content: "\f22a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-champagne-glasses::before {
  content: "\f79f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-cheers::before {
  content: "\f79f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard::before {
  content: "\f328";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-exclamation::before {
  content: "\e50a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-up::before {
  content: "\f574";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload::before {
  content: "\f574";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi::before {
  content: "\f1eb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-3::before {
  content: "\f1eb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-strong::before {
  content: "\f1eb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath::before {
  content: "\f2cd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bathtub::before {
  content: "\f2cd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline::before {
  content: "\f0cd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-pen::before {
  content: "\f4ff";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit::before {
  content: "\f4ff";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature::before {
  content: "\f5b7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel::before {
  content: "\f551";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold::before {
  content: "\f032";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-lock::before {
  content: "\e4ad";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-ngo::before {
  content: "\e4d7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-manat-sign::before {
  content: "\e1d5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal::before {
  content: "\f53e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-top-left::before {
  content: "\f853";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-style::before {
  content: "\f853";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location-dot::before {
  content: "\f5a0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt::before {
  content: "\f5a0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi::before {
  content: "\f669";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-vertical::before {
  content: "\f681";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll::before {
  content: "\f681";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-hot::before {
  content: "\f7b6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery::before {
  content: "\f5df";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-car::before {
  content: "\f5df";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift::before {
  content: "\f06b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two::before {
  content: "\f528";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen::before {
  content: "\f445";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses::before {
  content: "\f530";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board::before {
  content: "\f43c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-check::before {
  content: "\e4d2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-chalkboard::before {
  content: "\e53d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-right::before {
  content: "\f22b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h::before {
  content: "\f22b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-back-fist::before {
  content: "\f255";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock::before {
  content: "\f255";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-up::before {
  content: "\f151";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up::before {
  content: "\f151";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-water::before {
  content: "\e4e4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar::before {
  content: "\f080";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart::before {
  content: "\f080";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bubbles::before {
  content: "\e05e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-wash::before {
  content: "\e05e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal::before {
  content: "\f537";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train::before {
  content: "\f238";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-low-vision::before {
  content: "\f2a8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision::before {
  content: "\f2a8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow::before {
  content: "\f520";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sailboat::before {
  content: "\e445";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore::before {
  content: "\f2d2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-plus::before {
  content: "\f0fe";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square::before {
  content: "\f0fe";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate::before {
  content: "\f6a1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog::before {
  content: "\f52e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bucket::before {
  content: "\e4cf";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-image::before {
  content: "\f03e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone::before {
  content: "\f130";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cow::before {
  content: "\f6c8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up::before {
  content: "\f0d8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver::before {
  content: "\f54a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-closed::before {
  content: "\e185";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-tsunami::before {
  content: "\e515";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-nfi::before {
  content: "\e576";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass::before {
  content: "\f57b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt::before {
  content: "\f57b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left::before {
  content: "\f2ea";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-back::before {
  content: "\f2ea";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-backward::before {
  content: "\f2ea";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt::before {
  content: "\f2ea";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-columns::before {
  content: "\f0db";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns::before {
  content: "\f0db";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon::before {
  content: "\f094";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-mask::before {
  content: "\e063";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake::before {
  content: "\f2b5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem::before {
  content: "\f3a5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly::before {
  content: "\f472";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-box::before {
  content: "\f472";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking::before {
  content: "\f48d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minimize::before {
  content: "\f78c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-arrows-alt::before {
  content: "\f78c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument::before {
  content: "\f5a6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowplow::before {
  content: "\f7d2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-right::before {
  content: "\f101";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right::before {
  content: "\f101";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis::before {
  content: "\f55f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-play::before {
  content: "\f144";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle::before {
  content: "\f144";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets::before {
  content: "\f490";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethernet::before {
  content: "\f796";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign::before {
  content: "\f153";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eur::before {
  content: "\f153";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro::before {
  content: "\f153";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chair::before {
  content: "\f6c0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-check::before {
  content: "\f058";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle::before {
  content: "\f058";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-stop::before {
  content: "\f28d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle::before {
  content: "\f28d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass-drafting::before {
  content: "\f568";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass::before {
  content: "\f568";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plate-wheat::before {
  content: "\e55a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-icicles::before {
  content: "\f7ad";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-shelter::before {
  content: "\e54f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter::before {
  content: "\f22c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge::before {
  content: "\f2c1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker::before {
  content: "\f5a1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-beam::before {
  content: "\f59a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam::before {
  content: "\f59a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter-symbol::before {
  content: "\e502";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access::before {
  content: "\f29a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-up::before {
  content: "\f139";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up::before {
  content: "\f139";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lari-sign::before {
  content: "\e1c8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volcano::before {
  content: "\f770";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sterling-sign::before {
  content: "\f154";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp::before {
  content: "\f154";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign::before {
  content: "\f154";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-viruses::before {
  content: "\e076";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-person-confined::before {
  content: "\e577";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie::before {
  content: "\f508";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-long::before {
  content: "\f175";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down::before {
  content: "\f175";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate::before {
  content: "\f0a3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all::before {
  content: "\f122";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all::before {
  content: "\f122";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase::before {
  content: "\f0f2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skating::before {
  content: "\f7c5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skating::before {
  content: "\f7c5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-dollar::before {
  content: "\f662";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-funnel-dollar::before {
  content: "\f662";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro::before {
  content: "\f083";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-down::before {
  content: "\f0ab";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down::before {
  content: "\f0ab";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import::before {
  content: "\f56f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-file::before {
  content: "\f56f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-arrow-up-right::before {
  content: "\f14c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square::before {
  content: "\f14c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open::before {
  content: "\f49e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll::before {
  content: "\f70e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa::before {
  content: "\f5bb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin-lock::before {
  content: "\e51f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause::before {
  content: "\f04c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-avalanche::before {
  content: "\e507";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-empty::before {
  content: "\f2cb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-0::before {
  content: "\f2cb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0::before {
  content: "\f2cb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty::before {
  content: "\f2cb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb::before {
  content: "\f1e2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered::before {
  content: "\f25d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card::before {
  content: "\f2bb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-card::before {
  content: "\f2bb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard::before {
  content: "\f2bb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-right::before {
  content: "\f516";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript::before {
  content: "\f12c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond-turn-right::before {
  content: "\f5eb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions::before {
  content: "\f5eb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burst::before {
  content: "\e4dc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-laptop::before {
  content: "\e066";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-house::before {
  content: "\e066";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-tired::before {
  content: "\f5c8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired::before {
  content: "\f5c8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bills::before {
  content: "\e1f3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smog::before {
  content: "\f75f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crutch::before {
  content: "\f7f7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload::before {
  content: "\f0ee";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette::before {
  content: "\f53f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-right::before {
  content: "\e4c0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest::before {
  content: "\e085";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ferry::before {
  content: "\e4ea";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling::before {
  content: "\f4d8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sprout::before {
  content: "\f4d8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-right::before {
  content: "\f337";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h::before {
  content: "\f337";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-packing::before {
  content: "\e4c7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-left::before {
  content: "\f0a8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left::before {
  content: "\f0a8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-food::before {
  content: "\e4c6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-candy-cane::before {
  content: "\f786";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-wide-short::before {
  content: "\f160";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc::before {
  content: "\f160";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down::before {
  content: "\f160";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-bolt::before {
  content: "\f76c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thunderstorm::before {
  content: "\f76c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-slash::before {
  content: "\f87d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove-format::before {
  content: "\f87d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-wink::before {
  content: "\f4da";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink::before {
  content: "\f4da";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word::before {
  content: "\f1c2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint::before {
  content: "\f1c4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right::before {
  content: "\f07e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h::before {
  content: "\f07e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-lock::before {
  content: "\e510";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download::before {
  content: "\f0ed";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt::before {
  content: "\f0ed";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-children::before {
  content: "\e4e1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard::before {
  content: "\f51b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackboard::before {
  content: "\f51b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large-slash::before {
  content: "\f4fa";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash::before {
  content: "\f4fa";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open::before {
  content: "\f2b6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple-slash::before {
  content: "\e05f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt-slash::before {
  content: "\e05f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mattress-pillow::before {
  content: "\e525";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-guarani-sign::before {
  content: "\e19a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-rotate::before {
  content: "\f021";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh::before {
  content: "\f021";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync::before {
  content: "\f021";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher::before {
  content: "\f134";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cruzeiro-sign::before {
  content: "\e152";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal::before {
  content: "\f532";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-halved::before {
  content: "\f3ed";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt::before {
  content: "\f3ed";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-atlas::before {
  content: "\f558";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas::before {
  content: "\f558";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus::before {
  content: "\e074";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-circle-check::before {
  content: "\e4e8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group::before {
  content: "\f5fd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-dot::before {
  content: "\e4be";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway::before {
  content: "\f557";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-check::before {
  content: "\e4fd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-crack::before {
  content: "\f6f1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage::before {
  content: "\f6f1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zipper::before {
  content: "\f1c6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive::before {
  content: "\f1c6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square::before {
  content: "\f0c8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-empty::before {
  content: "\f000";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini::before {
  content: "\f000";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch::before {
  content: "\f4b8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cedi-sign::before {
  content: "\e0df";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic::before {
  content: "\f033";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-column-lock::before {
  content: "\e678";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-church::before {
  content: "\f51d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-dollar::before {
  content: "\f653";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-democrat::before {
  content: "\f747";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-z::before {
  content: "\5a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing::before {
  content: "\f7c9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing::before {
  content: "\f7c9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-lock::before {
  content: "\e567";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-a::before {
  content: "\41";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-down::before {
  content: "\e03f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-down::before {
  content: "\e03f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-pointed::before {
  content: "\f56b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt::before {
  content: "\f56b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-p::before {
  content: "\50";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake::before {
  content: "\f2dc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper::before {
  content: "\f1ea";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-ad::before {
  content: "\f641";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ad::before {
  content: "\f641";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-right::before {
  content: "\f0a9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right::before {
  content: "\f0a9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-xmark::before {
  content: "\e17b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-locust::before {
  content: "\e520";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort::before {
  content: "\f0dc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted::before {
  content: "\f0dc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol::before {
  content: "\f0cb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-1-2::before {
  content: "\f0cb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-numeric::before {
  content: "\f0cb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress-burst::before {
  content: "\e544";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-dollar::before {
  content: "\f53d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt::before {
  content: "\f53d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square::before {
  content: "\f5cb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bread-slice::before {
  content: "\f7ec";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-language::before {
  content: "\f1ab";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart::before {
  content: "\f598";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter::before {
  content: "\f0b0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-question::before {
  content: "\3f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature::before {
  content: "\f573";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down-left-right::before {
  content: "\f0b2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt::before {
  content: "\f0b2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-user::before {
  content: "\e065";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart::before {
  content: "\f4be";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece::before {
  content: "\f12e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check::before {
  content: "\f53c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-stroke::before {
  content: "\f5c0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt::before {
  content: "\f5c0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code::before {
  content: "\f121";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-whiskey-glass::before {
  content: "\f7a0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-whiskey::before {
  content: "\f7a0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-chart::before {
  content: "\e522";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link::before {
  content: "\f08e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes-stacked::before {
  content: "\e4e6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign::before {
  content: "\f159";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-krw::before {
  content: "\f159";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-won::before {
  content: "\f159";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid::before {
  content: "\e4a8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-austral-sign::before {
  content: "\e0a9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-f::before {
  content: "\46";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf::before {
  content: "\f06c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road::before {
  content: "\f018";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi::before {
  content: "\f1ba";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab::before {
  content: "\f1ba";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-plus::before {
  content: "\e541";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie::before {
  content: "\f200";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart::before {
  content: "\f200";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt-lightning::before {
  content: "\e0b7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-xmark::before {
  content: "\e56a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel::before {
  content: "\f1c3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract::before {
  content: "\f56c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish-fins::before {
  content: "\e4f2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-flag::before {
  content: "\e4d5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam::before {
  content: "\f582";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam::before {
  content: "\f582";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup::before {
  content: "\f248";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop::before {
  content: "\f619";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin::before {
  content: "\f041";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker::before {
  content: "\f041";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaaba::before {
  content: "\f66b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper::before {
  content: "\f71e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-safety::before {
  content: "\f807";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-hat::before {
  content: "\f807";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-hard::before {
  content: "\f807";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject::before {
  content: "\f052";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-right::before {
  content: "\f35a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-check::before {
  content: "\e555";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group::before {
  content: "\f247";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line::before {
  content: "\f201";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart::before {
  content: "\f201";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-ventilator::before {
  content: "\e524";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right::before {
  content: "\f061";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signs-post::before {
  content: "\f277";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs::before {
  content: "\f277";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cash-register::before {
  content: "\f788";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-question::before {
  content: "\e542";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-h::before {
  content: "\48";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp::before {
  content: "\e57b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tools::before {
  content: "\f7d9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-eye::before {
  content: "\e4bf";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-bolt::before {
  content: "\e55b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart::before {
  content: "\f004";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus::before {
  content: "\f224";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-user::before {
  content: "\e1b0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-user::before {
  content: "\e1b0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster-fire::before {
  content: "\f794";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-crack::before {
  content: "\e3b1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-citrus::before {
  content: "\f561";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail::before {
  content: "\f561";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-surprise::before {
  content: "\f5c2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise::before {
  content: "\f5c2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-water::before {
  content: "\e4c5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-pause::before {
  content: "\f28b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle::before {
  content: "\f28b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper-slash::before {
  content: "\e072";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-whole::before {
  content: "\f5d1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt::before {
  content: "\f5d1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kitchen-set::before {
  content: "\e51a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-r::before {
  content: "\52";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-quarter::before {
  content: "\f2ca";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-1::before {
  content: "\f2ca";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1::before {
  content: "\f2ca";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter::before {
  content: "\f2ca";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube::before {
  content: "\f1b2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin-sign::before {
  content: "\e0b4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-dog::before {
  content: "\e573";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel::before {
  content: "\f5ba";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open::before {
  content: "\f3c1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-elevator::before {
  content: "\e16d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-transfer::before {
  content: "\e528";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-trend-up::before {
  content: "\e529";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-horizontal::before {
  content: "\f682";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h::before {
  content: "\f682";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle::before {
  content: "\f111";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-fast::before {
  content: "\f049";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward::before {
  content: "\f049";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle::before {
  content: "\f1b8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut::before {
  content: "\f4fb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-slash::before {
  content: "\e069";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark::before {
  content: "\f25c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball::before {
  content: "\f434";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball::before {
  content: "\f434";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite-dish::before {
  content: "\f7c0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-up::before {
  content: "\f35b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen-button::before {
  content: "\f3cd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt::before {
  content: "\f3cd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-high::before {
  content: "\f028";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up::before {
  content: "\f028";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rays::before {
  content: "\e593";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet::before {
  content: "\f555";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check::before {
  content: "\f46c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio::before {
  content: "\f1c7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burger::before {
  content: "\f805";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamburger::before {
  content: "\f805";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench::before {
  content: "\f0ad";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bugs::before {
  content: "\e4d0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign::before {
  content: "\f156";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee::before {
  content: "\f156";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image::before {
  content: "\f1c5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-question::before {
  content: "\f059";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle::before {
  content: "\f059";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure::before {
  content: "\f5b0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-slash::before {
  content: "\e060";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bookmark::before {
  content: "\e0bb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch::before {
  content: "\f126";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy::before {
  content: "\f8c0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge::before {
  content: "\e4c8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-flip::before {
  content: "\f879";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-alt::before {
  content: "\f879";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-front::before {
  content: "\e2b7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cat::before {
  content: "\f6be";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field::before {
  content: "\e58d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-route::before {
  content: "\f4d7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-question::before {
  content: "\e4e3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-panorama::before {
  content: "\e209";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-medical::before {
  content: "\f7f5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open::before {
  content: "\f62f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-minus::before {
  content: "\e4ed";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags::before {
  content: "\f02c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass::before {
  content: "\f4e3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-fast::before {
  content: "\f050";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward::before {
  content: "\f050";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh-blank::before {
  content: "\f5a4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank::before {
  content: "\f5a4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-parking::before {
  content: "\f540";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking::before {
  content: "\f540";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-signal::before {
  content: "\e012";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-progress::before {
  content: "\f828";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks-alt::before {
  content: "\f828";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet-drip::before {
  content: "\e006";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed::before {
  content: "\f474";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed::before {
  content: "\f474";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban-smoking::before {
  content: "\f54d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban::before {
  content: "\f54d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal::before {
  content: "\f120";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-button::before {
  content: "\f10b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-flag::before {
  content: "\e514";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basket-shopping::before {
  content: "\f291";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket::before {
  content: "\f291";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape::before {
  content: "\f4db";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-simple::before {
  content: "\f55e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt::before {
  content: "\f55e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye::before {
  content: "\f06e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-cry::before {
  content: "\f5b3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry::before {
  content: "\f5b3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description::before {
  content: "\f29e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-to-person::before {
  content: "\e54c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-shield::before {
  content: "\e4f0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash::before {
  content: "\f506";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen::before {
  content: "\f304";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-observation::before {
  content: "\e586";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code::before {
  content: "\f1c9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal::before {
  content: "\f012";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-5::before {
  content: "\f012";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-perfect::before {
  content: "\f012";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus::before {
  content: "\f207";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-xmark::before {
  content: "\e501";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney::before {
  content: "\e3af";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg::before {
  content: "\e3af";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize::before {
  content: "\f2d0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown::before {
  content: "\f119";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown::before {
  content: "\f119";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription::before {
  content: "\f5b1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop::before {
  content: "\f54f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt::before {
  content: "\f54f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-floppy-disk::before {
  content: "\f0c7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-save::before {
  content: "\f0c7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vihara::before {
  content: "\f6a7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced::before {
  content: "\f515";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-left::before {
  content: "\f515";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up::before {
  content: "\f0de";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-asc::before {
  content: "\f0de";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots::before {
  content: "\f4ad";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting::before {
  content: "\f4ad";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plant-wilt::before {
  content: "\e5aa";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond::before {
  content: "\f219";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint::before {
  content: "\f585";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint::before {
  content: "\f585";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd::before {
  content: "\f4c0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacterium::before {
  content: "\e05a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer::before {
  content: "\f25a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan::before {
  content: "\f56a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors::before {
  content: "\f257";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-praying::before {
  content: "\f684";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands::before {
  content: "\f684";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-right::before {
  content: "\f01e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-rotate::before {
  content: "\f01e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo::before {
  content: "\f01e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-biohazard::before {
  content: "\f780";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-crosshairs::before {
  content: "\f601";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location::before {
  content: "\f601";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double::before {
  content: "\f227";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-dress::before {
  content: "\e59c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-between-lines::before {
  content: "\e591";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs-virus::before {
  content: "\e067";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tears::before {
  content: "\f588";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears::before {
  content: "\f588";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone::before {
  content: "\f095";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-xmark::before {
  content: "\f273";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times::before {
  content: "\f273";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-reaching::before {
  content: "\e59d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-virus::before {
  content: "\e064";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-gear::before {
  content: "\f4fe";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog::before {
  content: "\f4fe";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-1-9::before {
  content: "\f163";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up::before {
  content: "\f163";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed::before {
  content: "\f52a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-virus::before {
  content: "\e06c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six::before {
  content: "\f526";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito-net::before {
  content: "\e52c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-water::before {
  content: "\e4ce";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-booth::before {
  content: "\f756";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width::before {
  content: "\f035";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard::before {
  content: "\f6e8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy::before {
  content: "\f5ac";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-digging::before {
  content: "\f85e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-digging::before {
  content: "\f85e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash::before {
  content: "\f1f8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple::before {
  content: "\f629";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-med::before {
  content: "\f629";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-average::before {
  content: "\f629";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-medical::before {
  content: "\f7e6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo::before {
  content: "\f2fe";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right::before {
  content: "\f10e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right-alt::before {
  content: "\f10e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirt::before {
  content: "\f553";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-t-shirt::before {
  content: "\f553";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt::before {
  content: "\f553";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes::before {
  content: "\f1b3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide::before {
  content: "\f529";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge-sign::before {
  content: "\f7d7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge::before {
  content: "\f7d7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones::before {
  content: "\f025";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding::before {
  content: "\f4c2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-clapping::before {
  content: "\e1a8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-republican::before {
  content: "\f75e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left::before {
  content: "\f060";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-xmark::before {
  content: "\e543";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler::before {
  content: "\f545";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left::before {
  content: "\f036";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d6::before {
  content: "\f6d1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-restroom::before {
  content: "\f7bd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-j::before {
  content: "\4a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-viewfinder::before {
  content: "\e595";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video::before {
  content: "\f1c8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-from-square::before {
  content: "\f35d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt::before {
  content: "\f35d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells::before {
  content: "\f00a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th::before {
  content: "\f00a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf::before {
  content: "\f1c1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bible::before {
  content: "\f647";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bible::before {
  content: "\f647";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-o::before {
  content: "\4f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-medical::before {
  content: "\f0fa";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit::before {
  content: "\f0fa";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret::before {
  content: "\f21b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-otter::before {
  content: "\f700";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress::before {
  content: "\f182";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-female::before {
  content: "\f182";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dollar::before {
  content: "\f651";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-business-time::before {
  content: "\f64a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-clock::before {
  content: "\f64a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-large::before {
  content: "\f009";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large::before {
  content: "\f009";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-tanakh::before {
  content: "\f827";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tanakh::before {
  content: "\f827";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume::before {
  content: "\f2a0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone::before {
  content: "\f2a0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-user::before {
  content: "\f7f3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child::before {
  content: "\f1ae";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign::before {
  content: "\f195";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite::before {
  content: "\f7bf";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-lock::before {
  content: "\e558";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag::before {
  content: "\f02b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment::before {
  content: "\f075";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake-candles::before {
  content: "\f1fd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake::before {
  content: "\f1fd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake::before {
  content: "\f1fd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope::before {
  content: "\f0e0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-up::before {
  content: "\f102";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up::before {
  content: "\f102";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip::before {
  content: "\f0c6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon::before {
  content: "\f4d6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs::before {
  content: "\f604";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-9-1::before {
  content: "\f887";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-litecoin-sign::before {
  content: "\e1d3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-none::before {
  content: "\f850";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-nodes::before {
  content: "\e4e2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box::before {
  content: "\f4cd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent::before {
  content: "\f03c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field-un::before {
  content: "\e58e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass::before {
  content: "\f254";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-empty::before {
  content: "\f254";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain::before {
  content: "\f6fc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-doctor::before {
  content: "\f0f0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md::before {
  content: "\f0f0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-info::before {
  content: "\f05a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle::before {
  content: "\f05a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-meatball::before {
  content: "\f73b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera::before {
  content: "\f030";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-alt::before {
  content: "\f030";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-virus::before {
  content: "\e578";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meteor::before {
  content: "\f753";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-on::before {
  content: "\e4dd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sleigh::before {
  content: "\f7cc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-1-9::before {
  content: "\f162";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc::before {
  content: "\f162";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down::before {
  content: "\f162";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-water::before {
  content: "\f4c1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-water::before {
  content: "\f773";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check::before {
  content: "\f274";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille::before {
  content: "\f2a1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-medical::before {
  content: "\f486";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt::before {
  content: "\f486";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark::before {
  content: "\f66f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck::before {
  content: "\f0d1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs::before {
  content: "\f05b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-cane::before {
  content: "\e53c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent::before {
  content: "\e57d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest-patches::before {
  content: "\e086";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double::before {
  content: "\f560";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-a-z::before {
  content: "\f15d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc::before {
  content: "\f15d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down::before {
  content: "\f15d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wheat::before {
  content: "\e52a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie::before {
  content: "\f563";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo::before {
  content: "\f0e2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-drive::before {
  content: "\f0a0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd::before {
  content: "\f0a0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint-tears::before {
  content: "\f586";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears::before {
  content: "\f586";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell::before {
  content: "\f44b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-list::before {
  content: "\f022";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt::before {
  content: "\f022";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp-droplet::before {
  content: "\e57c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-check::before {
  content: "\e511";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing-nordic::before {
  content: "\f7ca";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus::before {
  content: "\f271";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival::before {
  content: "\f5af";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-left::before {
  content: "\f359";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-subway::before {
  content: "\f239";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway::before {
  content: "\f239";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-gantt::before {
  content: "\e0e4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee::before {
  content: "\e1bc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-inr::before {
  content: "\e1bc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-simple::before {
  content: "\f565";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt::before {
  content: "\f565";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1::before {
  content: "\f3d1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt::before {
  content: "\f3d1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-long::before {
  content: "\f30a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna::before {
  content: "\f471";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-slash::before {
  content: "\e075";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus::before {
  content: "\f068";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subtract::before {
  content: "\f068";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess::before {
  content: "\f439";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-long::before {
  content: "\f177";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left::before {
  content: "\f177";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-check::before {
  content: "\e55c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view::before {
  content: "\f21d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-franc-sign::before {
  content: "\e18f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off::before {
  content: "\f026";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting::before {
  content: "\f2a3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear::before {
  content: "\f013";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog::before {
  content: "\f013";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet-slash::before {
  content: "\f5c7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash::before {
  content: "\f5c7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosque::before {
  content: "\f678";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito::before {
  content: "\e52b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david::before {
  content: "\f69a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-rifle::before {
  content: "\e54b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-shopping::before {
  content: "\f07a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart::before {
  content: "\f07a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials::before {
  content: "\f493";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-plus::before {
  content: "\e55f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship::before {
  content: "\f67f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical::before {
  content: "\f58e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-up::before {
  content: "\f148";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up::before {
  content: "\f148";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-u::before {
  content: "\55";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-variable::before {
  content: "\f698";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt::before {
  content: "\f698";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock::before {
  content: "\f017";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-four::before {
  content: "\f017";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-step::before {
  content: "\f048";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward::before {
  content: "\f048";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet::before {
  content: "\f482";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet::before {
  content: "\e005";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-bat-ball::before {
  content: "\f432";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-s::before {
  content: "\53";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-timeline::before {
  content: "\e29c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard::before {
  content: "\f11c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down::before {
  content: "\f0d7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-medical::before {
  content: "\f7f2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clinic-medical::before {
  content: "\f7f2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-3::before {
  content: "\f2c8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3::before {
  content: "\f2c8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen::before {
  content: "\f3cf";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android-alt::before {
  content: "\f3cf";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-up::before {
  content: "\e22d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank::before {
  content: "\f4d3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half::before {
  content: "\f242";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3::before {
  content: "\f242";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-city::before {
  content: "\e52e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins::before {
  content: "\f51e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-khanda::before {
  content: "\f66d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders::before {
  content: "\f1de";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h::before {
  content: "\f1de";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-tree::before {
  content: "\f802";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired::before {
  content: "\f6ff";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin::before {
  content: "\f276";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamsa::before {
  content: "\f665";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cent-sign::before {
  content: "\e3f5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask::before {
  content: "\f0c3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-pregnant::before {
  content: "\e31e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-sparkles::before {
  content: "\f72b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-vertical::before {
  content: "\f142";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v::before {
  content: "\f142";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket::before {
  content: "\f145";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off::before {
  content: "\f011";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-long::before {
  content: "\f30b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-usa::before {
  content: "\f74d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-file::before {
  content: "\e51d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty::before {
  content: "\f1e4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teletype::before {
  content: "\f1e4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-next::before {
  content: "\e476";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rifle::before {
  content: "\e54e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning::before {
  content: "\f20a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-hiking::before {
  content: "\f6ec";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hiking::before {
  content: "\f6ec";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double::before {
  content: "\f226";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-images::before {
  content: "\f302";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator::before {
  content: "\f1ec";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-pulling::before {
  content: "\e535";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-n::before {
  content: "\4e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cable-car::before {
  content: "\f7da";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tram::before {
  content: "\f7da";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-rain::before {
  content: "\f73d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-xmark::before {
  content: "\e4d4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship::before {
  content: "\f21a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-download::before {
  content: "\f019";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin::before {
  content: "\f580";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin::before {
  content: "\f580";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-delete-left::before {
  content: "\f55a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace::before {
  content: "\f55a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper::before {
  content: "\f1fb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper::before {
  content: "\f1fb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-check::before {
  content: "\e5a0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward::before {
  content: "\f04e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile::before {
  content: "\f3ce";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android::before {
  content: "\f3ce";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone::before {
  content: "\f3ce";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh::before {
  content: "\f11a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh::before {
  content: "\f11a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center::before {
  content: "\f037";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-skull::before {
  content: "\f6b7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-dead::before {
  content: "\f6b7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card::before {
  content: "\f2c2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license::before {
  content: "\f2c2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent::before {
  content: "\f03b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent::before {
  content: "\f03b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house::before {
  content: "\f015";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home::before {
  content: "\f015";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-alt::before {
  content: "\f015";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg-alt::before {
  content: "\f015";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-week::before {
  content: "\f784";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-medical::before {
  content: "\f812";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-b::before {
  content: "\42";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical::before {
  content: "\f477";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one::before {
  content: "\f525";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird::before {
  content: "\f535";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange::before {
  content: "\f0ec";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right::before {
  content: "\f2f9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt::before {
  content: "\f2f9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-forward::before {
  content: "\f2f9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils::before {
  content: "\f2e7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery::before {
  content: "\f2e7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-wide-short::before {
  content: "\f161";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up::before {
  content: "\f161";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mill-sign::before {
  content: "\e1ed";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-rice::before {
  content: "\e2eb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull::before {
  content: "\f54c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-broadcast::before {
  content: "\f519";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower::before {
  content: "\f519";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup::before {
  content: "\f63c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-long::before {
  content: "\f30c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop::before {
  content: "\f04d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-merge::before {
  content: "\f387";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload::before {
  content: "\f093";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hurricane::before {
  content: "\f751";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mound::before {
  content: "\e52d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-portable::before {
  content: "\e583";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc::before {
  content: "\f51f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-down::before {
  content: "\f56d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download::before {
  content: "\f56d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caravan::before {
  content: "\f8ff";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-cat::before {
  content: "\e572";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt::before {
  content: "\f0e7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-zap::before {
  content: "\f0e7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water::before {
  content: "\e4f4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-well::before {
  content: "\e532";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vault::before {
  content: "\e2c5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars::before {
  content: "\f222";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet::before {
  content: "\f7d8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-xmark::before {
  content: "\e557";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign::before {
  content: "\f157";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny::before {
  content: "\f157";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jpy::before {
  content: "\f157";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rmb::before {
  content: "\f157";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen::before {
  content: "\f157";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign::before {
  content: "\f158";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rouble::before {
  content: "\f158";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rub::before {
  content: "\f158";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble::before {
  content: "\f158";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun::before {
  content: "\f185";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-guitar::before {
  content: "\f7a6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-wink::before {
  content: "\f59c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink::before {
  content: "\f59c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse-head::before {
  content: "\f7ab";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bore-hole::before {
  content: "\e4c3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry::before {
  content: "\f275";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-down::before {
  content: "\f358";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-florin-sign::before {
  content: "\e184";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-short-wide::before {
  content: "\f884";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc::before {
  content: "\f884";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down-alt::before {
  content: "\f884";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than::before {
  content: "\3c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down::before {
  content: "\f107";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-tunnel::before {
  content: "\e4de";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough::before {
  content: "\e061";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines::before {
  content: "\f7a4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down::before {
  content: "\f165";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock::before {
  content: "\f502";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-long::before {
  content: "\f178";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right::before {
  content: "\f178";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis::before {
  content: "\f141";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h::before {
  content: "\f141";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn::before {
  content: "\f443";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kit-medical::before {
  content: "\f479";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid::before {
  content: "\f479";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-through-window::before {
  content: "\e5a9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox::before {
  content: "\f552";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-circle::before {
  content: "\e4fb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug::before {
  content: "\f188";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card::before {
  content: "\f09d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt::before {
  content: "\f09d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car::before {
  content: "\f1b9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile::before {
  content: "\f1b9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-hand::before {
  content: "\e4f7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open-reader::before {
  content: "\f5da";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader::before {
  content: "\f5da";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-sun::before {
  content: "\e52f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d20::before {
  content: "\f6cf";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-droplet::before {
  content: "\e58c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-xmark::before {
  content: "\e5a1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-up::before {
  content: "\e040";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-up::before {
  content: "\e040";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal::before {
  content: "\f5a2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed::before {
  content: "\f236";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-h::before {
  content: "\f0fd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square::before {
  content: "\f0fd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast::before {
  content: "\f2ce";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-full::before {
  content: "\f2c7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-4::before {
  content: "\f2c7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4::before {
  content: "\f2c7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full::before {
  content: "\f2c7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell::before {
  content: "\f0f3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript::before {
  content: "\f12b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-xmark::before {
  content: "\e560";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life::before {
  content: "\f621";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash::before {
  content: "\f3dd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller::before {
  content: "\f5aa";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-angle::before {
  content: "\f4c4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping::before {
  content: "\f4c4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-dot::before {
  content: "\f3c5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt::before {
  content: "\f3c5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file::before {
  content: "\f15b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than::before {
  content: "\3e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-swimming::before {
  content: "\f5c4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer::before {
  content: "\f5c4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down::before {
  content: "\f063";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet::before {
  content: "\f043";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint::before {
  content: "\f043";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser::before {
  content: "\f12d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-americas::before {
  content: "\f57d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth::before {
  content: "\f57d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-america::before {
  content: "\f57d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas::before {
  content: "\f57d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-burst::before {
  content: "\e53b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove::before {
  content: "\f4ba";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty::before {
  content: "\f244";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0::before {
  content: "\f244";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-socks::before {
  content: "\f696";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox::before {
  content: "\f01c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-section::before {
  content: "\e447";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-high::before {
  content: "\f625";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt::before {
  content: "\f625";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-fast::before {
  content: "\f625";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-text::before {
  content: "\f658";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital::before {
  content: "\f0f8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt::before {
  content: "\f0f8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-wide::before {
  content: "\f0f8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle::before {
  content: "\f72f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook::before {
  content: "\f447";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-staggered::before {
  content: "\f550";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reorder::before {
  content: "\f550";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream::before {
  content: "\f550";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dharmachakra::before {
  content: "\f655";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotdog::before {
  content: "\f80f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-with-cane::before {
  content: "\f29d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind::before {
  content: "\f29d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum::before {
  content: "\f569";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ice-cream::before {
  content: "\f810";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax::before {
  content: "\f1ac";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph::before {
  content: "\f1dd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-to-slot::before {
  content: "\f772";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vote-yea::before {
  content: "\f772";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half::before {
  content: "\f089";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-stacked::before {
  content: "\f468";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes::before {
  content: "\f468";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-alt::before {
  content: "\f468";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-link::before {
  content: "\f0c1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain::before {
  content: "\f0c1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-listen::before {
  content: "\f2a2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree-city::before {
  content: "\e587";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-play::before {
  content: "\f04b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-font::before {
  content: "\f031";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-row-lock::before {
  content: "\e67a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupiah-sign::before {
  content: "\e23d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass::before {
  content: "\f002";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search::before {
  content: "\f002";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis::before {
  content: "\f45d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dots-from-line::before {
  content: "\f470";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses::before {
  content: "\f470";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore-alt::before {
  content: "\f82a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-naira-sign::before {
  content: "\e1f6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down::before {
  content: "\f218";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-walkie-talkie::before {
  content: "\f8ef";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pen::before {
  content: "\f31c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-edit::before {
  content: "\f31c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt::before {
  content: "\f543";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-pen::before {
  content: "\f14b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square::before {
  content: "\f14b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square::before {
  content: "\f14b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling::before {
  content: "\f5c1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-exclamation::before {
  content: "\e53f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down::before {
  content: "\f078";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full::before {
  content: "\f240";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery::before {
  content: "\f240";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-5::before {
  content: "\f240";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones::before {
  content: "\f714";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-compare::before {
  content: "\e13a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul::before {
  content: "\f0ca";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-dots::before {
  content: "\f0ca";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-lock::before {
  content: "\e56f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-cell::before {
  content: "\e585";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-long::before {
  content: "\f309";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down::before {
  content: "\f309";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ranking-star::before {
  content: "\e561";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king::before {
  content: "\f43f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-harassing::before {
  content: "\e549";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brazilian-real-sign::before {
  content: "\e46c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-dome::before {
  content: "\f752";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-alt::before {
  content: "\f752";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up::before {
  content: "\f062";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv::before {
  content: "\f26c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-television::before {
  content: "\f26c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv-alt::before {
  content: "\f26c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shrimp::before {
  content: "\e448";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-check::before {
  content: "\f0ae";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks::before {
  content: "\f0ae";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jug-detergent::before {
  content: "\e519";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-user::before {
  content: "\f2bd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle::before {
  content: "\f2bd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield::before {
  content: "\f505";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind::before {
  content: "\f72e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-burst::before {
  content: "\f5e1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash::before {
  content: "\f5e1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-y::before {
  content: "\59";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-snowboarding::before {
  content: "\f7ce";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowboarding::before {
  content: "\f7ce";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-fast::before {
  content: "\f48b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast::before {
  content: "\f48b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish::before {
  content: "\f578";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate::before {
  content: "\f501";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-half-stroke::before {
  content: "\f042";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust::before {
  content: "\f042";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clapperboard::before {
  content: "\e131";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-radiation::before {
  content: "\f7ba";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation-alt::before {
  content: "\f7ba";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball::before {
  content: "\f433";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball::before {
  content: "\f433";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter-up::before {
  content: "\e518";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-project::before {
  content: "\f542";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram::before {
  content: "\f542";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy::before {
  content: "\f0c5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-xmark::before {
  content: "\f6a9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute::before {
  content: "\f6a9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-times::before {
  content: "\f6a9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-sparkles::before {
  content: "\e05d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip::before {
  content: "\f58d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal::before {
  content: "\f58d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-from-square::before {
  content: "\f14d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square::before {
  content: "\f14d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-combatant::before {
  content: "\e4e0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-rifle::before {
  content: "\e4e0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gun::before {
  content: "\e19b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone::before {
  content: "\f098";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square::before {
  content: "\f098";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus::before {
  content: "\2b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-add::before {
  content: "\2b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand::before {
  content: "\f065";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer::before {
  content: "\e4e5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark::before {
  content: "\f00d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-close::before {
  content: "\f00d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-multiply::before {
  content: "\f00d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove::before {
  content: "\f00d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times::before {
  content: "\f00d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows::before {
  content: "\f047";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-user::before {
  content: "\f51c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher::before {
  content: "\f51c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peso-sign::before {
  content: "\e222";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-shield::before {
  content: "\e4d8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby::before {
  content: "\f77c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-line::before {
  content: "\e592";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left::before {
  content: "\f10d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left-alt::before {
  content: "\f10d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor::before {
  content: "\f722";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-arrow-up::before {
  content: "\f829";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore::before {
  content: "\f829";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lines-leaning::before {
  content: "\e51e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined::before {
  content: "\f546";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright::before {
  content: "\f1f9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals::before {
  content: "\3d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender::before {
  content: "\f517";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth::before {
  content: "\f62e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign::before {
  content: "\f20b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ils::before {
  content: "\f20b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel::before {
  content: "\f20b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel::before {
  content: "\f20b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel-sign::before {
  content: "\f20b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map::before {
  content: "\f279";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket::before {
  content: "\f135";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-film::before {
  content: "\f87c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-video::before {
  content: "\f87c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus::before {
  content: "\f65d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store::before {
  content: "\f54e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-up::before {
  content: "\e098";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-minus::before {
  content: "\e55e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-hanging::before {
  content: "\f4d9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign::before {
  content: "\f4d9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve::before {
  content: "\f55b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash::before {
  content: "\f1f6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet::before {
  content: "\f3fb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-android::before {
  content: "\f3fb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-flag::before {
  content: "\e56e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill::before {
  content: "\f575";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up::before {
  content: "\f106";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite::before {
  content: "\f6d7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-holly-berry::before {
  content: "\f7aa";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left::before {
  content: "\f053";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacteria::before {
  content: "\e059";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard::before {
  content: "\f258";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-notdef::before {
  content: "\e1fe";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-disease::before {
  content: "\f7fa";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical::before {
  content: "\f469";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless::before {
  content: "\f22d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right::before {
  content: "\f054";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet::before {
  content: "\f079";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-rear::before {
  content: "\f5de";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt::before {
  content: "\f5de";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-soap::before {
  content: "\e06b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash::before {
  content: "\f4e2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter::before {
  content: "\f243";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2::before {
  content: "\f243";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radio::before {
  content: "\f8d7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby-carriage::before {
  content: "\f77d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-carriage-baby::before {
  content: "\f77d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light::before {
  content: "\f637";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer::before {
  content: "\f491";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vr-cardboard::before {
  content: "\f729";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-middle-finger::before {
  content: "\f806";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent::before {
  content: "\25";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage::before {
  content: "\25";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving::before {
  content: "\f4df";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water-droplet::before {
  content: "\e4f5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-display::before {
  content: "\e163";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile::before {
  content: "\f118";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile::before {
  content: "\f118";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack::before {
  content: "\f08d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack::before {
  content: "\f08d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy::before {
  content: "\f091";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-praying::before {
  content: "\f683";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray::before {
  content: "\f683";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer::before {
  content: "\f6e3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace::before {
  content: "\f25b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate::before {
  content: "\f2f1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt::before {
  content: "\f2f1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner::before {
  content: "\f110";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot::before {
  content: "\f544";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace::before {
  content: "\f67c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears::before {
  content: "\f085";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs::before {
  content: "\f085";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse::before {
  content: "\f494";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch::before {
  content: "\f5bc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-hearts::before {
  content: "\f584";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts::before {
  content: "\f584";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four::before {
  content: "\f524";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sim-card::before {
  content: "\f7c4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender::before {
  content: "\f225";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt::before {
  content: "\f225";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury::before {
  content: "\f223";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-down::before {
  content: "\f149";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down::before {
  content: "\f149";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling-burst::before {
  content: "\e547";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-award::before {
  content: "\f559";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-simple::before {
  content: "\f3ff";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt::before {
  content: "\f3ff";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building::before {
  content: "\f1ad";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-left::before {
  content: "\f100";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left::before {
  content: "\f100";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode::before {
  content: "\f029";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-rotate-left::before {
  content: "\f1da";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-history::before {
  content: "\f1da";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat::before {
  content: "\f583";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export::before {
  content: "\f56e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-file::before {
  content: "\f56e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield::before {
  content: "\f132";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-blank::before {
  content: "\f132";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-short-wide::before {
  content: "\f885";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up-alt::before {
  content: "\f885";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical::before {
  content: "\e3b2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball-tee::before {
  content: "\f450";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball::before {
  content: "\f450";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-left::before {
  content: "\f137";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left::before {
  content: "\f137";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-window::before {
  content: "\e00d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib::before {
  content: "\f5ad";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tents::before {
  content: "\e582";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic::before {
  content: "\f0d0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic::before {
  content: "\f0d0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog::before {
  content: "\f6d3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-carrot::before {
  content: "\f787";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon::before {
  content: "\f186";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-empty::before {
  content: "\f5ce";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt::before {
  content: "\f5ce";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cheese::before {
  content: "\f7ef";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang::before {
  content: "\f6ad";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-music::before {
  content: "\f001";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-commit::before {
  content: "\f386";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-low::before {
  content: "\f76b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-biking::before {
  content: "\f84a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-biking::before {
  content: "\f84a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom::before {
  content: "\f51a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-heart::before {
  content: "\e574";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram::before {
  content: "\f664";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-oceania::before {
  content: "\e47b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-oceania::before {
  content: "\e47b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-xmark::before {
  content: "\f2d3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-square::before {
  content: "\f2d3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-square::before {
  content: "\f2d3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag::before {
  content: "\23";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-alt::before {
  content: "\f424";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can::before {
  content: "\f613";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-t::before {
  content: "\54";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo::before {
  content: "\f6ed";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-column::before {
  content: "\e0e3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity::before {
  content: "\f534";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-circle-check::before {
  content: "\e596";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-voicemail::before {
  content: "\f897";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fan::before {
  content: "\f863";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-luggage::before {
  content: "\e554";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down::before {
  content: "\f338";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v::before {
  content: "\f338";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon-rain::before {
  content: "\f73c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar::before {
  content: "\f133";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trailer::before {
  content: "\e041";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bahai::before {
  content: "\f666";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-haykal::before {
  content: "\f666";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sd-card::before {
  content: "\f7c2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon::before {
  content: "\f6d5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints::before {
  content: "\f54b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-plus::before {
  content: "\f055";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle::before {
  content: "\f055";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding::before {
  content: "\f4bd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-link-slash::before {
  content: "\f127";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-broken::before {
  content: "\f127";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-slash::before {
  content: "\f127";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink::before {
  content: "\f127";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone::before {
  content: "\f24d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-z-a::before {
  content: "\f882";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-curved::before {
  content: "\f7e4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-alt::before {
  content: "\f7e4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tornado::before {
  content: "\f76f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-plus::before {
  content: "\e494";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-quran::before {
  content: "\f687";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran::before {
  content: "\f687";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor::before {
  content: "\f13d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-all::before {
  content: "\f84c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-angry::before {
  content: "\f556";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry::before {
  content: "\f556";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite::before {
  content: "\f564";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-down::before {
  content: "\e097";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss::before {
  content: "\f09e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed::before {
  content: "\f09e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon::before {
  content: "\f5ee";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-balanced::before {
  content: "\f24e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale::before {
  content: "\f24e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-high::before {
  content: "\f62a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer::before {
  content: "\f62a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-fast::before {
  content: "\f62a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower::before {
  content: "\f2cc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop::before {
  content: "\f390";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop-alt::before {
  content: "\f390";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-m::before {
  content: "\4d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-list::before {
  content: "\f00b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list::before {
  content: "\f00b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-sms::before {
  content: "\f7cd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sms::before {
  content: "\f7cd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book::before {
  content: "\f02d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus::before {
  content: "\f234";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check::before {
  content: "\f00c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters::before {
  content: "\f241";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4::before {
  content: "\f241";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-check::before {
  content: "\e509";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left::before {
  content: "\f104";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-successor::before {
  content: "\e47a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-arrow-right::before {
  content: "\e58b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-fist::before {
  content: "\f6de";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised::before {
  content: "\f6de";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon::before {
  content: "\f6c3";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase::before {
  content: "\f0b1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling::before {
  content: "\e546";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-image-portrait::before {
  content: "\f3e0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait::before {
  content: "\f3e0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag::before {
  content: "\f507";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rug::before {
  content: "\e569";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-europe::before {
  content: "\f7a2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-europe::before {
  content: "\f7a2";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart::before {
  content: "\f59d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-xmark::before {
  content: "\f410";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-times::before {
  content: "\f410";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle::before {
  content: "\f410";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close::before {
  content: "\f410";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baht-sign::before {
  content: "\e0ac";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open::before {
  content: "\f518";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-journal-whills::before {
  content: "\f66a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills::before {
  content: "\f66a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handcuffs::before {
  content: "\e4f8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-exclamation::before {
  content: "\f071";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle::before {
  content: "\f071";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning::before {
  content: "\f071";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-database::before {
  content: "\f1c0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share::before {
  content: "\f064";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward::before {
  content: "\f064";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-droplet::before {
  content: "\e4c4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-face::before {
  content: "\e1d7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-rockslide::before {
  content: "\e508";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-left::before {
  content: "\f362";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt::before {
  content: "\f362";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane::before {
  content: "\f1d8";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-exclamation::before {
  content: "\e565";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon::before {
  content: "\f6d9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right::before {
  content: "\f038";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1-wave::before {
  content: "\f53b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring::before {
  content: "\f1cd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands::before {
  content: "\f2a7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language::before {
  content: "\f2a7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing::before {
  content: "\f2a7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-day::before {
  content: "\f783";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-water-ladder::before {
  content: "\f5c5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ladder-water::before {
  content: "\f5c5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool::before {
  content: "\f5c5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down::before {
  content: "\f07d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v::before {
  content: "\f07d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grimace::before {
  content: "\f57f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace::before {
  content: "\f57f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-move::before {
  content: "\e2ce";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt::before {
  content: "\e2ce";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-down::before {
  content: "\f3be";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt::before {
  content: "\f3be";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-right::before {
  content: "\e552";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-envelope::before {
  content: "\f199";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square::before {
  content: "\f199";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice::before {
  content: "\f522";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball::before {
  content: "\f436";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain::before {
  content: "\f5dc";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandage::before {
  content: "\f462";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid::before {
  content: "\f462";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus::before {
  content: "\f272";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-xmark::before {
  content: "\f057";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle::before {
  content: "\f057";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-circle::before {
  content: "\f057";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gifts::before {
  content: "\f79c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel::before {
  content: "\f594";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-asia::before {
  content: "\f57e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia::before {
  content: "\f57e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-clip::before {
  content: "\f47f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt::before {
  content: "\f47f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus::before {
  content: "\f00e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up::before {
  content: "\f164";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock::before {
  content: "\f4fd";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-dots::before {
  content: "\f461";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies::before {
  content: "\f461";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice::before {
  content: "\f570";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize::before {
  content: "\f2d1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-saucer::before {
  content: "\f0f4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee::before {
  content: "\f0f4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush::before {
  content: "\f55d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask::before {
  content: "\f6fa";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-minus::before {
  content: "\f010";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus::before {
  content: "\f010";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical::before {
  content: "\f548";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large::before {
  content: "\f406";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt::before {
  content: "\f406";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-tram::before {
  content: "\e5b4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-nurse::before {
  content: "\f82f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe::before {
  content: "\f48e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun::before {
  content: "\f6c4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch-20::before {
  content: "\e06f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full::before {
  content: "\f45c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet::before {
  content: "\f076";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar::before {
  content: "\e516";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-note-sticky::before {
  content: "\f249";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note::before {
  content: "\f249";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug-slash::before {
  content: "\e490";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone::before {
  content: "\f5d7";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured::before {
  content: "\f728";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-tear::before {
  content: "\f5b4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear::before {
  content: "\f5b4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane::before {
  content: "\f072";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrows-down::before {
  content: "\e581";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation::before {
  content: "\21";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-spin::before {
  content: "\e4bb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-print::before {
  content: "\f02f";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-try::before {
  content: "\e2bb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira::before {
  content: "\e2bb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign::before {
  content: "\24";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar::before {
  content: "\24";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-usd::before {
  content: "\24";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-x::before {
  content: "\58";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar::before {
  content: "\f688";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-gear::before {
  content: "\f509";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog::before {
  content: "\f509";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-pointing::before {
  content: "\e54a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-columns::before {
  content: "\f19c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bank::before {
  content: "\f19c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution::before {
  content: "\f19c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-museum::before {
  content: "\f19c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-university::before {
  content: "\f19c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella::before {
  content: "\f0e9";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel::before {
  content: "\e589";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-d::before {
  content: "\44";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stapler::before {
  content: "\e5af";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-masks-theater::before {
  content: "\f630";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks::before {
  content: "\f630";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kip-sign::before {
  content: "\e1c4";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left::before {
  content: "\f0a5";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple::before {
  content: "\f4c6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt::before {
  content: "\f4c6";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter::before {
  content: "\f0fb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet::before {
  content: "\f0fb";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-share-nodes::before {
  content: "\f1e1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square::before {
  content: "\f1e1";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode::before {
  content: "\f02a";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-minus::before {
  content: "\e43c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video::before {
  content: "\f03d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera::before {
  content: "\f03d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap::before {
  content: "\f19d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board::before {
  content: "\f19d";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-medical::before {
  content: "\e05c";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-check::before {
  content: "\e53e";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-up::before {
  content: "\f3bf";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt::before {
  content: "\f3bf";
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_solid.scss */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/font-awesome/fa-solid-900-1f9d7ce97293db120ccfdba679f935062758dbaf7d43990d26d24dfe8e39a509.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900-2d146bf5a19df0dec29f39699a33dc2212d4a379f850877fda3c3b795ac61619.ttf) format("truetype");
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_solid.scss */
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_regular.scss */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-regular-400-e8357e34a8d37d5da65b8b4af1662c3ca6b53d8f2690549c7d0662eafc88857c.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400-9958535090cc4df0a39c6b94470c30f48a43ef5f08699ae0f3f918e4e8eb4be1.ttf) format("truetype");
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_regular.scss */
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-brands-400-229605ffec2543108155617126beed14969c5db1c58346f917814e2a9909416e.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400-c85dbea1a7139c83e93fc0629ea029fe35fdb7628235fd07c03cd74652bf3348.ttf) format("truetype");
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fab,
.fa-brands {
  font-weight: 400;
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pixiv:before {
  content: "\e640";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-js:before {
  content: "\f3b9";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jxl:before {
  content: "\e67b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-reddit:before {
  content: "\f1a2";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome:before {
  content: "\e5ad";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-brave:before {
  content: "\e63c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-instagram:before {
  content: "\e055";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-hacker-news:before {
  content: "\f3af";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-threads:before {
  content: "\e618";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-snapchat:before {
  content: "\f2ad";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-viadeo:before {
  content: "\f2aa";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opensuse:before {
  content: "\e62b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-dribbble:before {
  content: "\f397";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-node:before {
  content: "\f419";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-debian:before {
  content: "\e60b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-twitter:before {
  content: "\f081";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-golang:before {
  content: "\e40f";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-kickstarter:before {
  content: "\f3bb";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-youtube:before {
  content: "\f431";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rendact:before {
  content: "\f3e4";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-directional:before {
  content: "\e530";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-meta:before {
  content: "\e49b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-letterboxd:before {
  content: "\e62e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shoelace:before {
  content: "\e60c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-steam:before {
  content: "\f1b7";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-vimeo:before {
  content: "\f194";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-flag:before {
  content: "\f2b4";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-padlet:before {
  content: "\e4a0";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-github:before {
  content: "\f092";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-threads:before {
  content: "\e619";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-scholar:before {
  content: "\e63b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-gitlab:before {
  content: "\e5ae";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab-square:before {
  content: "\e5ae";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-odnoklassniki:before {
  content: "\f264";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hashnode:before {
  content: "\e499";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pinterest:before {
  content: "\f0d3";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-signal-messenger:before {
  content: "\e663";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-symbol:before {
  content: "\e531";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mintbit:before {
  content: "\e62f";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-brave-reverse:before {
  content: "\e63d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-google-plus:before {
  content: "\f0d4";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-web-awesome:before {
  content: "\e682";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-xing:before {
  content: "\f169";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-letterboxd:before {
  content: "\e62d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bilibili:before {
  content: "\e3d9";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-x-twitter:before {
  content: "\e61b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-42-group:before {
  content: "\e080";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pied-piper:before {
  content: "\e01e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-web-awesome-stroke:before {
  content: "\e684";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-facebook:before {
  content: "\f082";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-lastfm:before {
  content: "\f203";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cmplid:before {
  content: "\e360";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-upwork:before {
  content: "\e641";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-upwork:before {
  content: "\e67c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-screenpal:before {
  content: "\e570";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-web-awesome:before {
  content: "\e683";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wsh:before {
  content: "\e2d0";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluesky:before {
  content: "\e671";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-ghost:before {
  content: "\f2ab";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-behance:before {
  content: "\f1b5";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-webflow:before {
  content: "\e65c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-space-awesome:before {
  content: "\e5ac";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-git:before {
  content: "\f1d2";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-tumblr:before {
  content: "\f174";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bots:before {
  content: "\e340";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-php:before {
  content: "\f457";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stubber:before {
  content: "\e5c7";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram-plane:before {
  content: "\f2c6";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odysee:before {
  content: "\e5c6";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-whatsapp:before {
  content: "\f40c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack-hash:before {
  content: "\f198";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-x-twitter:before {
  content: "\e61a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium-m:before {
  content: "\f23a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sitrox:before {
  content: "\e44a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pix:before {
  content: "\e43a";
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1, app/assets/stylesheets/components/_ui_foundation.scss */
:root {
  --ui-primary: #0b2b82;
  --ui-primary-strong: #081f60;
  --ui-accent: #7b66ff;
  --ui-accent-soft: #ede9ff;
  --ui-bg: #f5f7fc;
  --ui-surface: #ffffff;
  --ui-text: #1f2a3d;
  --ui-muted: #667089;
  --ui-border: #dbe2ef;
  --ui-shadow: 0 8px 24px rgba(10, 25, 59, 0.08);
  --ui-title-font: "Sora", "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-primary: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-secondary: "Sora", "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: var(--ui-title-font);
  --catalina-blue: #0b2b82;
  --st-tropaz: #3d589b;
  --fog: #d8d1ff;
}

/* line 21, app/assets/stylesheets/components/_ui_foundation.scss */
html,
body {
  overflow-x: clip;
}

/* line 26, app/assets/stylesheets/components/_ui_foundation.scss */
body {
  background: radial-gradient(1200px 600px at 100% -10%, rgba(123, 102, 255, 0.06), transparent 60%), var(--ui-bg);
  color: var(--ui-text);
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

/* line 33, app/assets/stylesheets/components/_ui_foundation.scss */
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--ui-title-font);
  letter-spacing: 0.01em;
}

/* line 43, app/assets/stylesheets/components/_ui_foundation.scss */
h1.font-text, .font-text.h1,
h2.font-text,
.font-text.h2,
h3.font-text,
.font-text.h3,
h4.font-text,
.font-text.h4,
h5.font-text,
.font-text.h5,
h6.font-text,
.font-text.h6 {
  font-family: var(--ui-title-font);
}

/* line 52, app/assets/stylesheets/components/_ui_foundation.scss */
p,
label,
input,
textarea,
select,
button,
a,
li,
small,
.small {
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* line 64, app/assets/stylesheets/components/_ui_foundation.scss */
a {
  color: var(--ui-primary);
  transition: color 0.2s ease;
}

/* line 69, app/assets/stylesheets/components/_ui_foundation.scss */
a:hover {
  color: var(--ui-primary-strong);
}

/* line 73, app/assets/stylesheets/components/_ui_foundation.scss */
.card {
  border: 1px solid var(--ui-border);
  border-radius: 14px;
  box-shadow: var(--ui-shadow);
  background: var(--ui-surface);
  height: auto;
}

/* line 81, app/assets/stylesheets/components/_ui_foundation.scss */
.margin-top {
  margin-top: clamp(5rem, 7vw, 6.5rem);
}

/* line 85, app/assets/stylesheets/components/_ui_foundation.scss */
.mt-55 {
  margin-top: 85px;
}

/* line 89, app/assets/stylesheets/components/_ui_foundation.scss */
.app-map-canvas {
  width: 100%;
  height: 400px;
}

/* line 94, app/assets/stylesheets/components/_ui_foundation.scss */
.lead {
  font-size: clamp(0.97rem, 1.1vw, 1.06rem);
  font-weight: 400;
  color: #4e5f82;
  margin: 0 auto 20px;
}

/* line 101, app/assets/stylesheets/components/_ui_foundation.scss */
.bookmark-icon {
  color: var(--ui-accent);
}

/* line 105, app/assets/stylesheets/components/_ui_foundation.scss */
.progress-bar-zero {
  width: 0%;
}

/* line 109, app/assets/stylesheets/components/_ui_foundation.scss */
.avatar-preview {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid var(--ui-accent);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* line 118, app/assets/stylesheets/components/_ui_foundation.scss */
.btn-primary {
  background: linear-gradient(135deg, var(--ui-primary) 0%, #1a4bbb 100%);
  border-color: transparent;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(11, 43, 130, 0.25);
}

/* line 125, app/assets/stylesheets/components/_ui_foundation.scss */
.btn-primary:hover {
  background: linear-gradient(135deg, #09256f 0%, #133f9f 100%);
  border-color: transparent;
}

/* line 130, app/assets/stylesheets/components/_ui_foundation.scss */
.btn-outline-secondary {
  border-color: #b9c6de;
  color: #31456a;
  border-radius: 10px;
}

/* line 136, app/assets/stylesheets/components/_ui_foundation.scss */
.btn-outline-secondary:hover {
  background: #eef3ff;
  color: #0b2b82;
  border-color: #9fb1d6;
}

/* line 142, app/assets/stylesheets/components/_ui_foundation.scss */
.form-control,
.form-select,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: #cfd9ec;
  border-radius: 10px;
}

/* line 150, app/assets/stylesheets/components/_ui_foundation.scss */
.form-control:focus,
.form-select:focus,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--ui-accent);
  box-shadow: 0 0 0 0.2rem rgba(123, 102, 255, 0.16);
}

/* line 158, app/assets/stylesheets/components/_ui_foundation.scss */
*:focus-visible {
  outline: 2px solid rgba(123, 102, 255, 0.6);
  outline-offset: 2px;
}

/* line 1, app/assets/stylesheets/components/_alert.scss */
.notification {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 300px;
  max-width: 450px;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  animation: slideIn 0.5s ease;
}

/* line 17, app/assets/stylesheets/components/_alert.scss */
.notification.notice {
  background: #ebf7ee;
  border-left: 4px solid #34c759;
  color: #1d643b;
}

/* line 23, app/assets/stylesheets/components/_alert.scss */
.notification.alert {
  background: #fef1f2;
  border-left: 4px solid #ef4444;
  color: #991b1b;
}

/* line 29, app/assets/stylesheets/components/_alert.scss */
.notification-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 35, app/assets/stylesheets/components/_alert.scss */
.notification-content i {
  font-size: 1.25rem;
}

/* line 39, app/assets/stylesheets/components/_alert.scss */
.notice i {
  color: #34c759;
}

/* line 43, app/assets/stylesheets/components/_alert.scss */
.alert i {
  color: #ef4444;
}

/* line 47, app/assets/stylesheets/components/_alert.scss */
.notification-close {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

/* line 56, app/assets/stylesheets/components/_alert.scss */
.notice .notification-close {
  color: #1d643b;
}

/* line 60, app/assets/stylesheets/components/_alert.scss */
.alert .notification-close {
  color: #991b1b;
}

/* line 64, app/assets/stylesheets/components/_alert.scss */
.notification-close:hover {
  opacity: 1;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* line 90, app/assets/stylesheets/components/_alert.scss */
.notification.hiding {
  animation: slideOut 0.5s ease forwards;
}

@media (max-width: 768px) {
  /* line 95, app/assets/stylesheets/components/_alert.scss */
  .notification {
    top: 60px;
    right: 10px;
    left: 10px;
    min-width: auto;
    max-width: none;
  }
}

/* line 1, app/assets/stylesheets/components/_avatar.scss */
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background-color: #f8f9fa;
}

/* line 10, app/assets/stylesheets/components/_avatar.scss */
.hunter-avatar,
.company-avatar,
.candidate-avatar {
  border: 2px solid #4299e1;
  width: 40px !important;
  height: 40px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 50% !important;
}

/* line 20, app/assets/stylesheets/components/_avatar.scss */
.avatar-container {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
}

@media (max-width: 768px) {
  /* line 20, app/assets/stylesheets/components/_avatar.scss */
  .avatar-container {
    width: auto;
    height: auto;
    border-radius: 8px;
    padding: 0.5rem;
    background-color: transparent;
  }
  /* line 38, app/assets/stylesheets/components/_avatar.scss */
  .avatar-container:hover {
    background-color: rgba(123, 102, 255, 0.08);
  }
}

/* line 44, app/assets/stylesheets/components/_avatar.scss */
.navbar .avatar-container {
  cursor: pointer;
}

/* line 48, app/assets/stylesheets/components/_avatar.scss */
.profile-avatar {
  width: 100px;
  height: 100px;
}

/* line 53, app/assets/stylesheets/components/_avatar.scss */
.avatar-large {
  width: 56px;
  border-radius: 50%;
}

/* line 57, app/assets/stylesheets/components/_avatar.scss */
.avatar-bordered {
  width: 40px;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: white 1px solid;
}

/* line 63, app/assets/stylesheets/components/_avatar.scss */
.avatar-square {
  width: 40px;
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: white 1px solid;
}

/* line 70, app/assets/stylesheets/components/_avatar.scss */
.user-name {
  font-weight: 600;
  color: #2C3E50;
  margin-left: 0.5rem;
}

@media (max-width: 576px) {
  /* line 70, app/assets/stylesheets/components/_avatar.scss */
  .user-name {
    display: none;
  }
}

/* line 8, app/assets/stylesheets/components/_form_legend_clear.scss */
legend ~ div.form-check:first-of-type {
  clear: left;
}

/* Base de la navbar */
/* line 2, app/assets/stylesheets/components/_navbar.scss */
.navbar {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0.75rem 2.5rem;
  transition: all 0.3s ease;
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  /* line 2, app/assets/stylesheets/components/_navbar.scss */
  .navbar {
    height: 70px;
    padding: 0.5rem 1rem;
  }
}

/* line 25, app/assets/stylesheets/components/_navbar.scss */
.navbar-lewagon {
  justify-content: space-between;
  width: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
}

/* line 33, app/assets/stylesheets/components/_navbar.scss */
.navbar-lewagon .navbar-collapse {
  flex-grow: 0;
}

@media (max-width: 768px) {
  /* line 33, app/assets/stylesheets/components/_navbar.scss */
  .navbar-lewagon .navbar-collapse {
    background: white;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    margin-top: 0.5rem;
    max-height: 80vh;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
  }
}

/* Logo */
/* line 49, app/assets/stylesheets/components/_navbar.scss */
.logo {
  max-width: 220px;
  width: auto;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
  margin: 0;
}

/* line 57, app/assets/stylesheets/components/_navbar.scss */
.logo:hover {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  /* line 49, app/assets/stylesheets/components/_navbar.scss */
  .logo {
    height: 45px;
  }
}

/* Navigation items */
/* line 67, app/assets/stylesheets/components/_navbar.scss */
.navbar-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: 2rem;
}

@media (max-width: 768px) {
  /* line 67, app/assets/stylesheets/components/_navbar.scss */
  .navbar-nav {
    margin-left: 0;
    gap: 0.5rem;
  }
}

/* line 79, app/assets/stylesheets/components/_navbar.scss */
.nav-item {
  padding: 0;
}

@media (max-width: 768px) {
  /* line 79, app/assets/stylesheets/components/_navbar.scss */
  .nav-item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

/* line 88, app/assets/stylesheets/components/_navbar.scss */
.nav-link {
  color: #2C3E50 !important;
  font-weight: 600;
  transition: all 0.2s ease;
  font-size: 0.95rem !important;
  letter-spacing: 0.3px;
  position: relative;
  padding: 0.5rem 0;
}

/* line 97, app/assets/stylesheets/components/_navbar.scss */
.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #7b66ff;
  transition: width 0.3s ease;
}

/* line 108, app/assets/stylesheets/components/_navbar.scss */
.nav-link:hover {
  color: #7b66ff !important;
}

/* line 111, app/assets/stylesheets/components/_navbar.scss */
.nav-link:hover::after {
  width: 100%;
}

@media (max-width: 768px) {
  /* line 88, app/assets/stylesheets/components/_navbar.scss */
  .nav-link {
    padding: 0.75rem 1rem;
    border-radius: 8px;
  }
  /* line 120, app/assets/stylesheets/components/_navbar.scss */
  .nav-link:hover {
    background-color: rgba(123, 102, 255, 0.08);
  }
  /* line 124, app/assets/stylesheets/components/_navbar.scss */
  .nav-link::after {
    display: none;
  }
}

/* Menu déroulant */
/* line 131, app/assets/stylesheets/components/_navbar.scss */
.dropdown-menu {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 0.8rem 0;
  margin-top: 1rem;
  background: white;
  transform-origin: top right;
  animation: dropdownFadeIn 0.2s ease;
}

@media (max-width: 768px) {
  /* line 131, app/assets/stylesheets/components/_navbar.scss */
  .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin-top: 0.5rem;
    box-shadow: none;
    border: none;
    background-color: #f8f9fa;
    animation: none;
    transform: none !important;
  }
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 165, app/assets/stylesheets/components/_navbar.scss */
.dropdown-item {
  padding: 0.8rem 1.2rem;
  transition: all 0.2s ease;
  font-size: 0.9rem;
  color: #2C3E50;
  font-weight: 500;
  letter-spacing: 0.2px;
}

/* line 173, app/assets/stylesheets/components/_navbar.scss */
.dropdown-item:hover {
  background: rgba(123, 102, 255, 0.08);
  color: #7b66ff;
  transform: translateX(4px);
}

@media (max-width: 768px) {
  /* line 165, app/assets/stylesheets/components/_navbar.scss */
  .dropdown-item {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 0.25rem;
  }
  /* line 184, app/assets/stylesheets/components/_navbar.scss */
  .dropdown-item:hover {
    transform: none;
  }
}

/* Notifications */
/* line 191, app/assets/stylesheets/components/_navbar.scss */
.notification-container {
  position: relative;
  margin-right: 10px;
}

@media (max-width: 768px) {
  /* line 191, app/assets/stylesheets/components/_navbar.scss */
  .notification-container {
    margin-right: 0;
    width: 100%;
  }
}

/* line 201, app/assets/stylesheets/components/_navbar.scss */
#notification-bell {
  cursor: pointer;
  position: relative;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 209, app/assets/stylesheets/components/_navbar.scss */
#notification-bell .bell {
  font-size: 1.2rem;
  color: #495057;
  transition: all 0.3s ease;
}

/* line 215, app/assets/stylesheets/components/_navbar.scss */
#notification-bell:hover .bell {
  color: #7b66ff;
  transform: scale(1.1);
}

/* line 220, app/assets/stylesheets/components/_navbar.scss */
#notification-bell.has-notifications .bell {
  color: #7b66ff;
}

@media (max-width: 768px) {
  /* line 201, app/assets/stylesheets/components/_navbar.scss */
  #notification-bell {
    width: 100%;
    justify-content: flex-start;
    padding: 0.75rem 1rem;
    border-radius: 8px;
  }
  /* line 230, app/assets/stylesheets/components/_navbar.scss */
  #notification-bell:hover {
    background-color: rgba(123, 102, 255, 0.08);
  }
  /* line 234, app/assets/stylesheets/components/_navbar.scss */
  #notification-bell .bell {
    margin-right: 0.5rem;
  }
  /* line 238, app/assets/stylesheets/components/_navbar.scss */
  #notification-bell::after {
    content: 'Notifications';
    font-weight: 600;
    color: #2C3E50;
  }
}

/* Notifications menu */
/* line 247, app/assets/stylesheets/components/_navbar.scss */
.notifications-menu {
  width: 350px;
  max-height: 400px;
  overflow-y: auto;
  padding: 0;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  right: -100px !important;
  left: auto !important;
  transform-origin: top center;
  animation: dropdownFadeIn 0.3s ease;
  scrollbar-width: thin;
  scrollbar-color: #d1d5db transparent;
}

/* line 261, app/assets/stylesheets/components/_navbar.scss */
.notifications-menu::-webkit-scrollbar {
  width: 6px;
}

/* line 265, app/assets/stylesheets/components/_navbar.scss */
.notifications-menu::-webkit-scrollbar-track {
  background: transparent;
}

/* line 269, app/assets/stylesheets/components/_navbar.scss */
.notifications-menu::-webkit-scrollbar-thumb {
  background-color: #d1d5db;
  border-radius: 20px;
}

/* line 274, app/assets/stylesheets/components/_navbar.scss */
.notifications-menu .notifications-header {
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
}

/* line 282, app/assets/stylesheets/components/_navbar.scss */
.notifications-menu .notifications-header h6, .notifications-menu .notifications-header .h6 {
  font-weight: 600;
  margin: 0;
  color: #0b2b82;
}

/* line 289, app/assets/stylesheets/components/_navbar.scss */
.notifications-menu .dropdown-divider {
  margin: 0;
}

/* line 293, app/assets/stylesheets/components/_navbar.scss */
.notifications-menu .notification-item {
  border-bottom: 1px solid #f8f9fa;
  position: relative;
  transition: all 0.2s ease;
}

/* line 298, app/assets/stylesheets/components/_navbar.scss */
.notifications-menu .notification-item.unread {
  background-color: #f0f4ff;
}

/* line 301, app/assets/stylesheets/components/_navbar.scss */
.notifications-menu .notification-item.unread::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #7b66ff;
}

/* line 312, app/assets/stylesheets/components/_navbar.scss */
.notifications-menu .notification-item.animate-in {
  animation: fadeInUp 0.5s ease forwards;
}

/* line 316, app/assets/stylesheets/components/_navbar.scss */
.notifications-menu .notification-item .dropdown-item {
  padding: 12px 15px;
  white-space: normal;
}

/* line 320, app/assets/stylesheets/components/_navbar.scss */
.notifications-menu .notification-item .dropdown-item:hover, .notifications-menu .notification-item .dropdown-item:focus {
  background-color: #f8f9fa;
}

/* line 325, app/assets/stylesheets/components/_navbar.scss */
.notifications-menu .notification-item .notification-icon {
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* line 334, app/assets/stylesheets/components/_navbar.scss */
.notifications-menu .notification-item .notification-icon i {
  font-size: 0.9rem;
}

/* line 340, app/assets/stylesheets/components/_navbar.scss */
.notifications-menu .notification-item .notification-content p {
  font-size: 0.9rem;
  margin-bottom: 4px;
  color: #333;
  font-weight: 500;
}

/* line 347, app/assets/stylesheets/components/_navbar.scss */
.notifications-menu .notification-item .notification-content small, .notifications-menu .notification-item .notification-content .small {
  font-size: 0.75rem;
  color: #6c757d;
}

/* line 354, app/assets/stylesheets/components/_navbar.scss */
.notifications-menu .view-all {
  font-weight: 600;
  color: #7b66ff;
  padding: 12px;
  text-align: center;
  transition: all 0.2s ease;
}

/* line 361, app/assets/stylesheets/components/_navbar.scss */
.notifications-menu .view-all:hover {
  background-color: #f0f4ff;
  transform: translateY(-2px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  /* line 380, app/assets/stylesheets/components/_navbar.scss */
  .notifications-menu {
    width: 300px;
    right: -50px !important;
  }
}

/* Login button */
/* line 387, app/assets/stylesheets/components/_navbar.scss */
.nav-item:last-child .nav-link {
  background-color: #7b66ff;
  color: white !important;
  padding: 0.7rem 1.8rem;
  border-radius: 12px;
  margin-left: 1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* line 398, app/assets/stylesheets/components/_navbar.scss */
.nav-item:last-child .nav-link:hover {
  background-color: #6b56ef;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(123, 102, 255, 0.2);
}

/* line 404, app/assets/stylesheets/components/_navbar.scss */
.nav-item:last-child .nav-link::after {
  display: none;
}

/* Avatar */
/* line 410, app/assets/stylesheets/components/_navbar.scss */
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* line 420, app/assets/stylesheets/components/_navbar.scss */
.avatar:hover {
  border-color: #7b66ff;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(123, 102, 255, 0.2);
}

/* line 427, app/assets/stylesheets/components/_navbar.scss */
.navbar .avatar {
  cursor: pointer;
}

/* line 431, app/assets/stylesheets/components/_navbar.scss */
.avatar-container {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

/* Avatar pour les différents types d'utilisateurs */
/* line 440, app/assets/stylesheets/components/_navbar.scss */
.hunter-avatar {
  border-color: #0b2b82;
}

/* line 444, app/assets/stylesheets/components/_navbar.scss */
.company-avatar {
  border-color: #28a745;
}

/* line 448, app/assets/stylesheets/components/_navbar.scss */
.candidate-avatar {
  border-color: #7b66ff;
}

/* Responsive */
@media (max-width: 990px) {
  /* line 454, app/assets/stylesheets/components/_navbar.scss */
  .navbar {
    height: 70px;
    padding: 0.5rem 1rem;
  }
  /* line 459, app/assets/stylesheets/components/_navbar.scss */
  .navbar-brand {
    display: flex;
    align-items: center;
    height: 100%;
  }
  /* line 465, app/assets/stylesheets/components/_navbar.scss */
  .logo {
    height: 45px;
    max-height: 100%;
  }
  /* line 470, app/assets/stylesheets/components/_navbar.scss */
  .navbar-toggler {
    border: none;
    padding: 0.5rem;
  }
  /* line 474, app/assets/stylesheets/components/_navbar.scss */
  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }
  /* line 480, app/assets/stylesheets/components/_navbar.scss */
  .navbar-collapse {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    position: absolute;
    top: calc(100% + 10px);
    left: 1rem;
    right: 1rem;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  /* line 493, app/assets/stylesheets/components/_navbar.scss */
  .nav-link, .dropdown-item {
    font-size: 1rem !important;
    padding: 0.8rem 1rem;
  }
  /* line 498, app/assets/stylesheets/components/_navbar.scss */
  .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  /* line 501, app/assets/stylesheets/components/_navbar.scss */
  .nav-item:last-child {
    border-bottom: none;
  }
  /* line 506, app/assets/stylesheets/components/_navbar.scss */
  .desktop-only {
    display: none !important;
  }
  /* line 510, app/assets/stylesheets/components/_navbar.scss */
  .mobile-only {
    display: block !important;
  }
  /* line 514, app/assets/stylesheets/components/_navbar.scss */
  .navbar-nav {
    gap: 0;
    margin-left: 0;
  }
  /* line 519, app/assets/stylesheets/components/_navbar.scss */
  .nav-item:last-child .nav-link {
    margin: 1rem 0 0 0;
    text-align: center;
    width: 100%;
  }
  /* line 525, app/assets/stylesheets/components/_navbar.scss */
  #notification-bell {
    display: inline-flex;
    justify-content: center;
    margin: 0.5rem 0;
    width: auto;
  }
  /* line 532, app/assets/stylesheets/components/_navbar.scss */
  .notifications-menu {
    left: 0;
    transform: none;
    width: 280px;
  }
}

@media (max-width: 540px) {
  /* line 540, app/assets/stylesheets/components/_navbar.scss */
  .navbar {
    height: 60px;
    padding: 0.5rem 1rem;
  }
  /* line 545, app/assets/stylesheets/components/_navbar.scss */
  .logo {
    max-width: 160px;
    height: 40px;
  }
  /* line 550, app/assets/stylesheets/components/_navbar.scss */
  .navbar-brand {
    margin-right: auto;
  }
  /* line 554, app/assets/stylesheets/components/_navbar.scss */
  .navbar-collapse {
    top: calc(100% + 5px);
  }
}

/* Margins */
/* line 560, app/assets/stylesheets/components/_navbar.scss */
.navbar-margin {
  margin-top: 90px;
}

/* Utilities */
/* line 565, app/assets/stylesheets/components/_navbar.scss */
.mobile-only {
  display: none;
}

/* Scroll effect */
/* line 570, app/assets/stylesheets/components/_navbar.scss */
.navbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 75px;
}

/* line 575, app/assets/stylesheets/components/_navbar.scss */
.navbar.scrolled .logo {
  height: 55px;
}

/* Animations pour les réponses de mandat */
/* line 581, app/assets/stylesheets/components/_navbar.scss */
.accepted-animation {
  animation: accepted-pulse 2s ease;
  color: #28a745 !important;
}

/* line 586, app/assets/stylesheets/components/_navbar.scss */
.declined-animation {
  animation: declined-pulse 2s ease;
  color: #dc3545 !important;
}

@keyframes accepted-pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
    color: #28a745;
  }
  50% {
    transform: scale(1);
    color: #28a745;
  }
  75% {
    transform: scale(1.1);
    color: #28a745;
  }
  100% {
    transform: scale(1);
  }
}

@keyframes declined-pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
    color: #dc3545;
  }
  50% {
    transform: scale(1);
    color: #dc3545;
  }
  75% {
    transform: scale(1.1);
    color: #dc3545;
  }
  100% {
    transform: scale(1);
  }
}

/* line 607, app/assets/stylesheets/components/_navbar.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 611, app/assets/stylesheets/components/_navbar.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 615, app/assets/stylesheets/components/_navbar.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* Animation de la cloche */
/* line 620, app/assets/stylesheets/components/_navbar.scss */
.bell-animation {
  animation: bell-ring 0.8s ease;
}

@keyframes bell-ring {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(7deg);
  }
  80% {
    transform: rotate(-7deg);
  }
  100% {
    transform: rotate(0);
  }
}

/* Animation des éléments de notification */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 645, app/assets/stylesheets/components/_navbar.scss */
.notification-item {
  position: relative;
}

/* line 648, app/assets/stylesheets/components/_navbar.scss */
.notification-item.animate-in {
  animation: fadeInUp 0.3s ease forwards;
}

/* Styles spécifiques pour mobile */
/* line 654, app/assets/stylesheets/components/_navbar.scss */
.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  /* line 654, app/assets/stylesheets/components/_navbar.scss */
  .mobile-only {
    display: block;
  }
}

/* line 662, app/assets/stylesheets/components/_navbar.scss */
.desktop-only {
  display: block;
}

@media (max-width: 768px) {
  /* line 662, app/assets/stylesheets/components/_navbar.scss */
  .desktop-only {
    display: none;
  }
}

/* Amélioration du bouton hamburger */
/* line 671, app/assets/stylesheets/components/_navbar.scss */
.navbar-toggler {
  border: none;
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.2s ease;
}

/* line 677, app/assets/stylesheets/components/_navbar.scss */
.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

/* line 682, app/assets/stylesheets/components/_navbar.scss */
.navbar-toggler:hover {
  background-color: rgba(123, 102, 255, 0.08);
}

/* line 686, app/assets/stylesheets/components/_navbar.scss */
.navbar-toggler .navbar-toggler-icon {
  width: 1.5em;
  height: 1.5em;
}

/* Animation du menu mobile */
/* line 693, app/assets/stylesheets/components/_navbar.scss */
.navbar-collapse.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* line 699, app/assets/stylesheets/components/_navbar.scss */
.navbar-collapse.show {
  display: block;
}

/* line 1, app/assets/stylesheets/components/_footer.scss */
.footer-section {
  --footer-bg: #e1ddd8bd;
  --footer-text: #555;
  --footer-heading: #0b2b82;
  --footer-link: #666;
  --footer-link-hover: #0b2b82;
  --footer-divider: rgba(0, 0, 0, 0.1);
  --footer-primary: #0b2b82;
  --footer-primary-dark: #081d5a;
  background-color: var(--footer-bg);
  padding: 70px 0 30px;
  color: var(--footer-text);
  font-size: 0.95rem;
  position: relative;
}

/* line 18, app/assets/stylesheets/components/_footer.scss */
.footer-top {
  margin-bottom: 40px;
}

/* line 22, app/assets/stylesheets/components/_footer.scss */
.footer-brand {
  margin-bottom: 25px;
}

/* line 26, app/assets/stylesheets/components/_footer.scss */
.footer-logo {
  margin-bottom: 20px;
}

/* line 30, app/assets/stylesheets/components/_footer.scss */
.footer-logo-text {
  font-family: "DM Serif Display", Georgia, serif;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.4px;
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
}

/* line 40, app/assets/stylesheets/components/_footer.scss */
.logo-text-main {
  font-size: 2rem;
  font-weight: 700;
  color: var(--footer-primary);
}

/* line 46, app/assets/stylesheets/components/_footer.scss */
.logo-text-separator {
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--footer-text);
  font-style: italic;
  margin: 0 0.4rem;
  opacity: 0.8;
}

/* line 55, app/assets/stylesheets/components/_footer.scss */
.logo-text-secondary {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--footer-primary);
  opacity: 0.9;
}

/* line 62, app/assets/stylesheets/components/_footer.scss */
.footer-description {
  color: var(--footer-text);
  line-height: 1.6;
  margin-bottom: 20px;
}

/* line 68, app/assets/stylesheets/components/_footer.scss */
.footer-heading {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--footer-heading);
  position: relative;
  padding-bottom: 10px;
}

/* line 77, app/assets/stylesheets/components/_footer.scss */
.footer-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--footer-primary);
}

/* line 87, app/assets/stylesheets/components/_footer.scss */
.footer-links-section {
  margin-bottom: 20px;
}

/* line 91, app/assets/stylesheets/components/_footer.scss */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 97, app/assets/stylesheets/components/_footer.scss */
.footer-links li {
  margin-bottom: 12px;
}

/* line 101, app/assets/stylesheets/components/_footer.scss */
.footer-links a {
  color: var(--footer-link);
  text-decoration: none;
  transition: all 0.24s ease;
  display: inline-flex;
  align-items: center;
}

/* line 109, app/assets/stylesheets/components/_footer.scss */
.footer-links a:hover {
  color: var(--footer-link-hover);
  transform: translateX(3px);
}

/* line 114, app/assets/stylesheets/components/_footer.scss */
.footer-links a i {
  font-size: 0.8rem;
  opacity: 0.7;
}

/* line 119, app/assets/stylesheets/components/_footer.scss */
.footer-divider {
  height: 1px;
  background-color: var(--footer-divider);
  margin: 20px 0 30px;
}

/* line 125, app/assets/stylesheets/components/_footer.scss */
.footer-bottom {
  padding-top: 20px;
}

/* line 129, app/assets/stylesheets/components/_footer.scss */
.copyright {
  color: var(--footer-text);
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* line 135, app/assets/stylesheets/components/_footer.scss */
.social-links {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

/* line 141, app/assets/stylesheets/components/_footer.scss */
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  font-size: 0.9rem;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
  background-color: var(--footer-primary);
}

/* line 154, app/assets/stylesheets/components/_footer.scss */
.social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.14);
  color: #fff;
}

/* line 160, app/assets/stylesheets/components/_footer.scss */
.social-link.linkedin {
  background-color: #0077b5;
}

/* line 164, app/assets/stylesheets/components/_footer.scss */
.social-link.twitter {
  background-color: #1da1f2;
}

/* line 168, app/assets/stylesheets/components/_footer.scss */
.social-link.facebook {
  background-color: #4267b2;
}

/* line 172, app/assets/stylesheets/components/_footer.scss */
.social-link.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

@media (max-width: 767px) {
  /* line 177, app/assets/stylesheets/components/_footer.scss */
  .footer-section {
    padding: 50px 0 20px;
  }
  /* line 181, app/assets/stylesheets/components/_footer.scss */
  .social-links {
    justify-content: center;
    margin-top: 20px;
  }
  /* line 186, app/assets/stylesheets/components/_footer.scss */
  .copyright {
    text-align: center;
  }
}

/* line 1, app/assets/stylesheets/components/_button.scss */
.button,
.btn-orange,
.btn-custom-searchbar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: none;
  border-radius: 10px;
  padding: 0.58rem 1rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

/* line 19, app/assets/stylesheets/components/_button.scss */
.button,
.btn-custom-searchbar {
  background: #0b2b82;
  color: #fff;
}

/* line 25, app/assets/stylesheets/components/_button.scss */
.btn-orange {
  background: #feb835;
  color: #1f2a3d;
}

/* line 30, app/assets/stylesheets/components/_button.scss */
.button:hover,
.btn-custom-searchbar:hover,
.btn-orange:hover {
  transform: translateY(-1px);
}

/* line 36, app/assets/stylesheets/components/_button.scss */
.button:hover,
.btn-custom-searchbar:hover {
  background: #09256f;
  color: #fff;
  box-shadow: 0 8px 18px rgba(11, 43, 130, 0.22);
}

/* line 43, app/assets/stylesheets/components/_button.scss */
.btn-orange:hover {
  background: #f0a91f;
  color: #1f2a3d;
  box-shadow: 0 8px 18px rgba(254, 184, 53, 0.24);
}

/* line 49, app/assets/stylesheets/components/_button.scss */
.btn-bookmark,
.btn-bookmarke {
  color: #22345a !important;
  border: 1px solid #d7deeb;
  border-radius: 10px;
  padding: 0.4rem 0.7rem;
  margin: 0;
  background: #fff;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

/* line 60, app/assets/stylesheets/components/_button.scss */
.btn-bookmark:hover,
.btn-bookmarke:hover {
  border-color: #7b66ff;
  background: #f5f2ff;
}

/* line 66, app/assets/stylesheets/components/_button.scss */
.btn-standard {
  min-width: 200px;
  min-height: 45px;
}

/* line 71, app/assets/stylesheets/components/_button.scss */
.search-bar .button {
  min-height: 38px;
  padding-inline: 0.9rem;
}

/* line 76, app/assets/stylesheets/components/_button.scss */
.action-btn.application-btn {
  background-color: #4c6ef5;
  color: #fff;
}

/* line 81, app/assets/stylesheets/components/_button.scss */
.action-btn.application-btn:hover {
  background-color: #3b5bdb;
  transform: translateY(-1px);
}

/* line 86, app/assets/stylesheets/components/_button.scss */
.action-btn.application-btn i.fa-clock {
  color: #ffc107;
}

/* line 90, app/assets/stylesheets/components/_button.scss */
.action-btn.application-btn i.fa-check-circle {
  color: #28a745;
}

/* line 94, app/assets/stylesheets/components/_button.scss */
.action-btn.application-btn i.fa-times-circle {
  color: #dc3545;
}

/* line 1, app/assets/stylesheets/components/_banner.scss */
.home-banner {
  height: 22rem;
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin-top: 58px;
}

/* line 10, app/assets/stylesheets/components/_banner.scss */
.home-banner h1, .home-banner .h1 {
  font-weight: bold;
  font-size: 4rem;
}

/* line 15, app/assets/stylesheets/components/_banner.scss */
.home-banner p {
  font-size: small;
}

/* line 23, app/assets/stylesheets/components/_banner.scss */
.hunter-banner {
  margin-top: 60px;
  height: 15em;
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@media screen and (max-width: 959px) {
  /* line 36, app/assets/stylesheets/components/_banner.scss */
  .home-banner {
    height: 23rem;
  }
  /* line 40, app/assets/stylesheets/components/_banner.scss */
  .home-banner > * {
    margin-left: 1rem;
  }
  /* line 43, app/assets/stylesheets/components/_banner.scss */
  .home-banner h1, .home-banner .h1 {
    font-size: 2rem;
  }
  /* line 46, app/assets/stylesheets/components/_banner.scss */
  .home-banner p {
    font-size: 0.6rem;
  }
  /* line 50, app/assets/stylesheets/components/_banner.scss */
  .search-bar > * {
    font-size: 0.6rem;
  }
  /* line 54, app/assets/stylesheets/components/_banner.scss */
  .hunter-banner {
    height: 13rem;
  }
}

@media screen and (max-width: 767px) {
  /* line 61, app/assets/stylesheets/components/_banner.scss */
  .home-banner {
    position: relative;
    height: 20rem;
    font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin-top: 58px;
    overflow: hidden;
    font-size: 25px;
  }
  /* line 71, app/assets/stylesheets/components/_banner.scss */
  .home-banner::before {
    content: "";
    background-image: url("https://images.unsplash.com/photo-1529400971008-f566de0e6dfc?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-position: top;
    background-size: cover;
    opacity: 0.2;
    /* Ajustez cette valeur pour obtenir le niveau d'opacité désiré */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* Assurez-vous que le contenu du .home-banner est au-dessus de ce pseudo-élément */
  }
  /* line 85, app/assets/stylesheets/components/_banner.scss */
  .hunter-banner {
    height: 12rem;
  }
  /* line 89, app/assets/stylesheets/components/_banner.scss */
  .home-banner > * {
    margin-left: 0.8rem;
  }
}

/* Unified page hero banner (hunters/jobs/cities/favorites) */
/* line 95, app/assets/stylesheets/components/_banner.scss */
.page-banner {
  margin-top: 0;
  min-height: clamp(10.5rem, 18vw, 13.5rem);
  height: auto;
  padding: clamp(1.15rem, 2.2vw, 1.9rem) clamp(1rem, 3.2vw, 2.15rem);
  background: linear-gradient(140deg, #ffffff 0%, #f4f7ff 100%);
  border: 1px solid #dce4f4;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(13, 31, 70, 0.1);
}

/* line 106, app/assets/stylesheets/components/_banner.scss */
.page-banner-breadcrumb {
  margin: 0 0 0.65rem;
  color: #7282a3;
  font-size: clamp(0.82rem, 1.2vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* line 115, app/assets/stylesheets/components/_banner.scss */
.page-banner-title {
  margin: 0;
  color: #0b2b82;
  font-size: clamp(2rem, 5vw, 3.55rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.01em;
  font-family: var(--ui-title-font);
}

/* Keep title font consistent even if utility classes are added on the H1 */
/* line 126, app/assets/stylesheets/components/_banner.scss */
.page-banner-title.font-text {
  font-family: var(--ui-title-font);
}

@media (max-width: 768px) {
  /* line 131, app/assets/stylesheets/components/_banner.scss */
  .page-banner {
    border-radius: 16px;
    min-height: auto;
    padding: 1.1rem 1rem 1.3rem;
  }
  /* line 137, app/assets/stylesheets/components/_banner.scss */
  .page-banner-breadcrumb {
    margin-bottom: 0.45rem;
  }
}

/* line 1, app/assets/stylesheets/components/_list.scss */
li i {
  color: #1f2937;
  font-size: x-large;
}

/* line 6, app/assets/stylesheets/components/_list.scss */
li:hover {
  transform: scale(1.1);
}

/* line 11, app/assets/stylesheets/components/_list.scss */
li {
  font-size: small;
}

/* line 15, app/assets/stylesheets/components/_list.scss */
li a {
  text-decoration: none;
  color: black;
}

/* line 1, app/assets/stylesheets/components/_card.scss */
.hunter-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.8rem;
  width: 100%;
  min-height: 15rem;
  padding: 1rem;
  border: 1px solid #d8dff0;
  border-radius: 14px;
  background: #fff;
  color: #123468;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

/* line 16, app/assets/stylesheets/components/_card.scss */
.hunter-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(16, 38, 86, 0.12);
}

/* line 21, app/assets/stylesheets/components/_card.scss */
.top-card {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
}

/* line 27, app/assets/stylesheets/components/_card.scss */
.hunter-card .city {
  color: #6f80a3;
  font-size: 0.78rem;
}

/* line 32, app/assets/stylesheets/components/_card.scss */
.hunter-card p {
  color: #234073;
  font-size: 0.84rem;
  line-height: 1.45;
  margin: 0;
}

/* line 39, app/assets/stylesheets/components/_card.scss */
.border-rounded {
  border-radius: 8px;
}

/* line 43, app/assets/stylesheets/components/_card.scss */
.border-green {
  border: 1px solid #217a21;
  border-radius: 14px;
}

/* line 48, app/assets/stylesheets/components/_card.scss */
.inactive_tag {
  color: #626262;
}

/* line 52, app/assets/stylesheets/components/_card.scss */
.btn-bookmarke {
  color: #22345a !important;
}

/* line 56, app/assets/stylesheets/components/_card.scss */
.hunter-card:nth-last-child(1):nth-child(odd) {
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  /* line 61, app/assets/stylesheets/components/_card.scss */
  .hunters .hunter-card {
    max-width: 100%;
  }
  /* line 65, app/assets/stylesheets/components/_card.scss */
  .search-bar,
.button-search {
    width: 100%;
  }
  /* line 70, app/assets/stylesheets/components/_card.scss */
  .recherche {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  /* line 76, app/assets/stylesheets/components/_card.scss */
  .main-content {
    width: 100%;
    padding-inline: 0.5rem;
    margin: 0.75rem auto;
  }
}

/* Carousel infini */
/* line 84, app/assets/stylesheets/components/_card.scss */
.infinite-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 1rem 0;
  margin: 1rem 0;
}

/* line 92, app/assets/stylesheets/components/_card.scss */
.infinite-carousel {
  display: flex;
  gap: 1rem;
  width: -moz-max-content;
  width: max-content;
  animation: card-scroll 60s linear infinite;
}

/* line 99, app/assets/stylesheets/components/_card.scss */
.carousel-item {
  flex: 0 0 auto;
}

/* line 103, app/assets/stylesheets/components/_card.scss */
.infinite-carousel:hover {
  animation-play-state: paused;
}

@keyframes card-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-18rem * 6 - 1rem * 6));
  }
}

@media screen and (max-width: 480px) {
  /* line 117, app/assets/stylesheets/components/_card.scss */
  .mapbox {
    width: 100%;
  }
  /* line 121, app/assets/stylesheets/components/_card.scss */
  .infinite-carousel {
    animation-duration: 42s;
  }
}

/* line 1, app/assets/stylesheets/components/_image.scss */
.img-registration {
  max-height: 600px;
  width: 400px;
}

/* line 7, app/assets/stylesheets/components/_image.scss */
.rating-logo {
  max-width: 28px;
  max-height: 28px;
}

/* line 1, app/assets/stylesheets/components/_card-index.scss */
.group {
  display: flex;
  flex-direction: column;
  width: 425px;
  height: 154px;
  align-items: center;
  gap: 10px;
  padding: 0px 110px;
  position: relative;
  background-color: #ffffff;
}

/* line 13, app/assets/stylesheets/components/_card-index.scss */
.group .frame-wrapper {
  position: relative;
  width: 425px;
  height: 154px;
  margin-left: -110px;
  margin-right: -110px;
}

/* line 21, app/assets/stylesheets/components/_card-index.scss */
.group .frame {
  display: flex;
  flex-wrap: wrap;
  width: 425px;
  align-items: flex-start;
  gap: 10px 10px;
  position: relative;
}

/* line 30, app/assets/stylesheets/components/_card-index.scss */
.group .job-card {
  position: relative;
  width: 425px;
  height: 154px;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #14a076;
}

/* line 39, app/assets/stylesheets/components/_card-index.scss */
.group .overlap-group {
  position: absolute;
  width: 319px;
  height: 42px;
  top: 23px;
  left: 94px;
}

/* line 47, app/assets/stylesheets/components/_card-index.scss */
.group .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: flex-start;
  gap: 20px;
  position: absolute;
  top: 0;
  left: 140px;
}

/* line 58, app/assets/stylesheets/components/_card-index.scss */
.group .icon {
  position: relative;
  width: 40px;
  height: 40px;
}

/* line 64, app/assets/stylesheets/components/_card-index.scss */
.group .div-wrapper {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: flex-start;
  padding: 8px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #148060;
  border-radius: 4px;
}

/* line 76, app/assets/stylesheets/components/_card-index.scss */
.group .text-wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Roboto-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 26px;
  white-space: nowrap;
}

/* line 90, app/assets/stylesheets/components/_card-index.scss */
.group .name-job {
  display: flex;
  width: 150px;
  height: 28px;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 101, app/assets/stylesheets/components/_card-index.scss */
.group .div {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Roboto-Bold", Helvetica;
  font-weight: 700;
  color: #121212;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

/* line 114, app/assets/stylesheets/components/_card-index.scss */
.group .check {
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url(/img/background.svg);
  background-size: 100% 100%;
}

/* line 122, app/assets/stylesheets/components/_card-index.scss */
.group .lightning-bolt {
  position: relative;
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px;
  background-image: url(/img/lightning-bolt.svg);
  background-size: 100% 100%;
}

/* line 132, app/assets/stylesheets/components/_card-index.scss */
.group .IMG {
  position: absolute;
  width: 52px;
  height: 50px;
  top: 18px;
  left: 22px;
}

/* line 140, app/assets/stylesheets/components/_card-index.scss */
.group .info {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  top: 65px;
  left: 94px;
}

/* line 149, app/assets/stylesheets/components/_card-index.scss */
.group .local {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

/* line 157, app/assets/stylesheets/components/_card-index.scss */
.group .img {
  position: relative;
  width: 16px;
  height: 16px;
}

/* line 163, app/assets/stylesheets/components/_card-index.scss */
.group .text-wrapper-2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #63666c;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}

/* line 176, app/assets/stylesheets/components/_card-index.scss */
.group .tag {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  position: absolute;
  top: 112px;
  left: 22px;
}

/* line 185, app/assets/stylesheets/components/_card-index.scss */
.group .interesting-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #f1f1f1;
  border-radius: 52px;
}

/* line 196, app/assets/stylesheets/components/_card-index.scss */
.group .interesting {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Roboto-Medium", Helvetica;
  font-weight: 500;
  color: #121212;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

/* line 209, app/assets/stylesheets/components/_card-index.scss */
.group .star {
  position: absolute;
  width: 80px;
  height: 16px;
  top: 112px;
  left: 333px;
}

/* line 216, app/assets/stylesheets/components/_card-index.scss */
:root {
  --primary: rgba(23, 119, 209, 1);
  --caption-02-semi-font-family: "Figtree", Helvetica;
  --caption-02-semi-font-weight: 600;
  --caption-02-semi-font-size: 12px;
  --caption-02-semi-letter-spacing: 0px;
  --caption-02-semi-line-height: 20px;
  --caption-02-semi-font-style: normal;
}

/* line 10, app/assets/stylesheets/components/_searchbar.scss */
.search-form-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

/* line 16, app/assets/stylesheets/components/_searchbar.scss */
.search-section {
  margin-top: 20px;
  margin-bottom: 30px;
}

/* line 21, app/assets/stylesheets/components/_searchbar.scss */
.search-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 14px;
  border: 1px solid #dbe3f1;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(14, 35, 82, 0.12);
}

/* line 33, app/assets/stylesheets/components/_searchbar.scss */
.search-input-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
}

/* line 40, app/assets/stylesheets/components/_searchbar.scss */
.search-input-item {
  position: relative;
  min-width: 0;
}

/* line 44, app/assets/stylesheets/components/_searchbar.scss */
.search-input-item .input-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #7b66ff;
  pointer-events: none;
  z-index: 2;
}

/* line 53, app/assets/stylesheets/components/_searchbar.scss */
.search-input-item .input-icon i {
  font-size: 16px;
}

/* line 58, app/assets/stylesheets/components/_searchbar.scss */
.search-input-item .input-highlight {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 7px;
  height: 2px;
  background: linear-gradient(90deg, #7b66ff 0%, #9a8eff 100%);
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
  opacity: 0.9;
}

/* line 72, app/assets/stylesheets/components/_searchbar.scss */
.search-input-item:focus-within .input-highlight {
  transform: scaleX(1);
}

/* line 76, app/assets/stylesheets/components/_searchbar.scss */
.search-input-item:focus-within .input-icon {
  color: #6953ea;
}

/* line 81, app/assets/stylesheets/components/_searchbar.scss */
.search-input {
  width: 100%;
  height: 54px;
  border: 1px solid #dbe3f1;
  border-radius: 14px;
  padding: 0 14px 0 44px;
  font-size: 15px;
  font-weight: 500;
  color: #22304a;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

/* line 93, app/assets/stylesheets/components/_searchbar.scss */
.search-input:focus {
  outline: none;
  border-color: rgba(123, 102, 255, 0.6);
  box-shadow: 0 0 0 3px rgba(123, 102, 255, 0.14);
  background-color: #fff;
}

/* line 100, app/assets/stylesheets/components/_searchbar.scss */
.search-input::-moz-placeholder {
  color: #75819a;
  font-weight: 400;
  opacity: 1;
}
.search-input::placeholder {
  color: #75819a;
  font-weight: 400;
  opacity: 1;
}

/* line 107, app/assets/stylesheets/components/_searchbar.scss */
select.search-input,
.search-input[name="category"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237b66ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  text-overflow: ellipsis;
}

/* line 119, app/assets/stylesheets/components/_searchbar.scss */
.search-button {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #7b66ff 0%, #6953ea 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0 20px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 8px 18px rgba(123, 102, 255, 0.34);
}

/* line 138, app/assets/stylesheets/components/_searchbar.scss */
.search-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(123, 102, 255, 0.4);
  filter: saturate(1.05);
}

/* line 144, app/assets/stylesheets/components/_searchbar.scss */
.search-button:active {
  transform: translateY(0);
}

/* line 148, app/assets/stylesheets/components/_searchbar.scss */
.search-button .button-text {
  display: inline-block;
}

/* line 152, app/assets/stylesheets/components/_searchbar.scss */
.search-button .button-icon {
  font-size: 16px;
}

/* line 157, app/assets/stylesheets/components/_searchbar.scss */
option {
  color: #22304a;
}

@media (min-width: 768px) {
  /* line 162, app/assets/stylesheets/components/_searchbar.scss */
  .search-form-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 16px;
  }
  /* line 169, app/assets/stylesheets/components/_searchbar.scss */
  .search-input-group {
    flex: 1;
    grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
  }
  /* line 175, app/assets/stylesheets/components/_searchbar.scss */
  .search-button {
    width: auto;
    min-width: 164px;
    align-self: stretch;
  }
}

@media (max-width: 576px) {
  /* line 183, app/assets/stylesheets/components/_searchbar.scss */
  .search-form-wrapper {
    padding: 12px;
    border-radius: 16px;
  }
  /* line 188, app/assets/stylesheets/components/_searchbar.scss */
  .search-input,
.search-button {
    min-height: 50px;
    height: 50px;
    font-size: 14px;
  }
  /* line 195, app/assets/stylesheets/components/_searchbar.scss */
  .search-input {
    padding-left: 42px;
  }
}

/* Variante home: plus lisible et plus aérée */
/* line 202, app/assets/stylesheets/components/_searchbar.scss */
.home-hero .search-form-container {
  max-width: 1040px;
}

/* line 206, app/assets/stylesheets/components/_searchbar.scss */
.home-hero .search-form-wrapper {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(123, 102, 255, 0.2);
  box-shadow: 0 18px 40px rgba(24, 43, 89, 0.16);
}

/* line 212, app/assets/stylesheets/components/_searchbar.scss */
.home-hero .search-input {
  border-color: #d2dcf0;
}

/* line 216, app/assets/stylesheets/components/_searchbar.scss */
.home-hero .search-button {
  min-width: 180px;
}

@media (max-width: 767px) {
  /* line 221, app/assets/stylesheets/components/_searchbar.scss */
  .home-hero .search-form-container {
    max-width: 100%;
  }
  /* line 225, app/assets/stylesheets/components/_searchbar.scss */
  .home-hero .search-button {
    min-width: 100%;
  }
}

/* line 1, app/assets/stylesheets/components/_map_marker.scss */
.custom-marker {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* line 9, app/assets/stylesheets/components/_map_marker.scss */
.custom-marker::before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: rgba(74, 137, 220, 0.3);
  z-index: -1;
  animation: pulse 2.5s infinite ease-out;
}

/* line 20, app/assets/stylesheets/components/_map_marker.scss */
.custom-marker .marker-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-color: white;
}

/* line 30, app/assets/stylesheets/components/_map_marker.scss */
.custom-marker .marker-logo:hover {
  transform: scale(1.15);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  border-color: #4A89DC;
}

/* line 38, app/assets/stylesheets/components/_map_marker.scss */
.custom-marker.current-hunter-marker {
  z-index: 10;
}

/* line 41, app/assets/stylesheets/components/_map_marker.scss */
.custom-marker.current-hunter-marker::before {
  width: 64px;
  height: 64px;
  background-color: rgba(255, 90, 95, 0.4);
  animation: pulse-current 2s infinite ease-out;
}

/* line 48, app/assets/stylesheets/components/_map_marker.scss */
.custom-marker.current-hunter-marker .current-hunter-logo {
  width: 58px;
  height: 58px;
  border: 4px solid #FF5A5F;
  box-shadow: 0 6px 16px rgba(255, 90, 95, 0.4);
}

/* line 54, app/assets/stylesheets/components/_map_marker.scss */
.custom-marker.current-hunter-marker .current-hunter-logo:hover {
  transform: scale(1.2);
  box-shadow: 0 8px 24px rgba(255, 90, 95, 0.5);
}

/* line 62, app/assets/stylesheets/components/_map_marker.scss */
.custom-marker.primary-address-marker {
  z-index: 9;
}

/* line 65, app/assets/stylesheets/components/_map_marker.scss */
.custom-marker.primary-address-marker::before {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 140, 0, 0.4);
  animation: pulse-primary 2.2s infinite ease-out;
}

/* line 72, app/assets/stylesheets/components/_map_marker.scss */
.custom-marker.primary-address-marker .marker-logo {
  width: 54px;
  height: 54px;
  border: 4px solid #FF8C00;
  box-shadow: 0 6px 16px rgba(255, 140, 0, 0.4);
}

/* line 78, app/assets/stylesheets/components/_map_marker.scss */
.custom-marker.primary-address-marker .marker-logo:hover {
  transform: scale(1.18);
  box-shadow: 0 8px 24px rgba(255, 140, 0, 0.5);
}

/* line 86, app/assets/stylesheets/components/_map_marker.scss */
.custom-marker.secondary-address-marker {
  z-index: 8;
}

/* line 89, app/assets/stylesheets/components/_map_marker.scss */
.custom-marker.secondary-address-marker::before {
  width: 50px;
  height: 50px;
  background-color: rgba(75, 0, 130, 0.3);
  animation: pulse-secondary 2.8s infinite ease-out;
}

/* line 96, app/assets/stylesheets/components/_map_marker.scss */
.custom-marker.secondary-address-marker .marker-logo {
  width: 44px;
  height: 44px;
  border: 3px solid #4B0082;
  box-shadow: 0 4px 12px rgba(75, 0, 130, 0.3);
}

/* line 102, app/assets/stylesheets/components/_map_marker.scss */
.custom-marker.secondary-address-marker .marker-logo:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 18px rgba(75, 0, 130, 0.4);
}

/* line 110, app/assets/stylesheets/components/_map_marker.scss */
.custom-marker.cluster-marker {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #8ec4ff, #1b5fd5 70%);
  border: 3px solid #ffffff;
  box-shadow: 0 10px 22px rgba(12, 47, 109, 0.35);
}

/* line 119, app/assets/stylesheets/components/_map_marker.scss */
.custom-marker.cluster-marker::before {
  width: 64px;
  height: 64px;
  background: rgba(27, 95, 213, 0.26);
}

/* line 125, app/assets/stylesheets/components/_map_marker.scss */
.cluster-marker__count {
  color: #ffffff;
  font-weight: 800;
  font-size: 0.88rem;
  line-height: 1;
}

/* line 132, app/assets/stylesheets/components/_map_marker.scss */
.cluster-popup .cluster-jobs-list {
  list-style: none;
  margin: 0;
  padding: 0.65rem 0.8rem 0.35rem;
  display: grid;
  gap: 0.45rem;
}

/* line 140, app/assets/stylesheets/components/_map_marker.scss */
.cluster-popup .cluster-jobs-list li {
  margin: 0;
}

/* line 144, app/assets/stylesheets/components/_map_marker.scss */
.cluster-popup .cluster-jobs-list a {
  display: grid;
  gap: 0.16rem;
  align-items: flex-start;
  padding: 0.5rem 0.6rem;
  border-radius: 10px;
  border: 1px solid #d8e3f5;
  background: #f8fbff;
  text-decoration: none;
}

/* line 155, app/assets/stylesheets/components/_map_marker.scss */
.cluster-popup .cluster-job-title {
  font-size: 0.81rem;
  color: #163465;
  font-weight: 700;
  line-height: 1.25;
}

/* line 162, app/assets/stylesheets/components/_map_marker.scss */
.cluster-popup .cluster-job-company {
  font-size: 0.74rem;
  color: #58709a;
  line-height: 1.2;
}

/* line 168, app/assets/stylesheets/components/_map_marker.scss */
.cluster-popup .cluster-popup-more {
  margin: 0.25rem 0.9rem 0.85rem;
  font-size: 0.74rem;
  color: #48638f;
  font-weight: 600;
}

/* line 176, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-marker {
  will-change: transform;
  transform-origin: center;
}

/* line 181, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-marker svg {
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
  transition: all 0.3s ease;
}

/* line 185, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-marker svg g {
  fill: #4A89DC;
}

/* line 189, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-marker svg:hover {
  transform: scale(1.1) translateY(-3px);
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.3));
}

/* line 197, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup {
  max-width: 320px;
}

/* line 200, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup .mapboxgl-popup-content {
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: none;
}

/* line 208, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup .mapboxgl-popup-content h3, .mapboxgl-popup .mapboxgl-popup-content .h3 {
  margin: 0;
  padding: 18px 22px;
  background: linear-gradient(135deg, #3a7bd5, #00d2ff);
  color: white;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

/* line 219, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup .mapboxgl-popup-content h3::after, .mapboxgl-popup .mapboxgl-popup-content .h3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg) translateX(-100%);
  transition: transform 0.6s ease;
}

/* line 231, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup .mapboxgl-popup-content h3:hover::after, .mapboxgl-popup .mapboxgl-popup-content .h3:hover::after {
  transform: skewX(-20deg) translateX(100%);
}

/* line 237, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup .mapboxgl-popup-content a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px;
  color: #3a7bd5;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaeaea;
}

/* line 249, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup .mapboxgl-popup-content a:hover {
  background-color: #e9f0fd;
  color: #2c3e50;
  padding-left: 26px;
}

/* line 255, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup .mapboxgl-popup-content a .arrow-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* line 260, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup .mapboxgl-popup-content a:hover .arrow-icon {
  transform: translateX(5px);
}

/* line 266, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup .mapboxgl-popup-content .logo-container {
  padding: 20px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* line 274, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup .mapboxgl-popup-content .logo-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(to right, rgba(58, 123, 213, 0.1), rgba(58, 123, 213, 0.3), rgba(58, 123, 213, 0.1));
}

/* line 285, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup .mapboxgl-popup-content .logo {
  display: block;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 5px;
  background-color: white;
}

/* line 296, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup .mapboxgl-popup-content .logo:hover {
  transform: scale(1.08) rotate(2deg);
  box-shadow: 0 8px 25px rgba(58, 123, 213, 0.2);
}

/* line 303, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup .mapboxgl-popup-content .popup-footer {
  padding: 12px 22px;
  background-color: #f8f9fa;
  text-align: center;
  border-top: 1px solid #eaeaea;
}

/* line 309, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup .mapboxgl-popup-content .popup-footer small, .mapboxgl-popup .mapboxgl-popup-content .popup-footer .small {
  color: #6c757d;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 316, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup .mapboxgl-popup-content .popup-footer small:before, .mapboxgl-popup .mapboxgl-popup-content .popup-footer .small:before {
  content: '•';
  display: inline-block;
  margin: 0 5px;
  color: #3a7bd5;
  font-size: 14px;
}

/* line 324, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup .mapboxgl-popup-content .popup-footer small:after, .mapboxgl-popup .mapboxgl-popup-content .popup-footer .small:after {
  content: '•';
  display: inline-block;
  margin: 0 5px;
  color: #3a7bd5;
  font-size: 14px;
}

/* line 336, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup .mapboxgl-popup-tip {
  border-top-color: #3a7bd5;
  border-bottom-color: #3a7bd5;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.1));
}

@keyframes popup-appear {
  from {
    opacity: 0;
    transform: translateY(15px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* line 355, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup-content {
  animation: popup-appear 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  transform-origin: bottom center;
}

/* line 361, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup-close-button {
  font-size: 22px;
  color: white;
  right: 12px;
  top: 12px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  background: rgba(255, 255, 255, 0.1);
}

/* line 375, app/assets/stylesheets/components/_map_marker.scss */
.mapboxgl-popup-close-button:hover {
  background: rgba(255, 255, 255, 0.25);
  color: white;
  transform: rotate(90deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse-current {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse-primary {
  0% {
    transform: scale(1);
    opacity: 0.65;
  }
  70% {
    transform: scale(1.55);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse-secondary {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  70% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* line 444, app/assets/stylesheets/components/_map_marker.scss */
.current-badge {
  display: inline-block;
  background-color: #FF5A5F;
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 12px;
  margin-left: 8px;
  vertical-align: middle;
  animation: badge-pulse 2s infinite;
}

@keyframes badge-pulse {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}

/* line 2, app/assets/stylesheets/components/_sweet_alert.scss */
.custom-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #6a11cb 0%, #8075ff 100%);
  color: white;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  max-width: 350px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  text-align: left;
}

/* line 20, app/assets/stylesheets/components/_sweet_alert.scss */
.custom-notification.hunter-notification {
  background: linear-gradient(135deg, #6a11cb 0%, #8075ff 100%);
  color: white;
}

/* line 25, app/assets/stylesheets/components/_sweet_alert.scss */
.custom-notification.favorite-notification {
  background: linear-gradient(135deg, #feb835 0%, #ffcc33 100%);
  color: white;
}

/* line 30, app/assets/stylesheets/components/_sweet_alert.scss */
.custom-notification.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* line 36, app/assets/stylesheets/components/_sweet_alert.scss */
.custom-notification.pulse {
  animation: pulse 2s infinite;
}

/* line 40, app/assets/stylesheets/components/_sweet_alert.scss */
.notification-icon {
  font-size: 24px;
  margin-bottom: 5px;
}

/* line 45, app/assets/stylesheets/components/_sweet_alert.scss */
.notification-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 51, app/assets/stylesheets/components/_sweet_alert.scss */
.notification-message {
  font-size: 14px;
  margin-bottom: 10px;
}

/* line 56, app/assets/stylesheets/components/_sweet_alert.scss */
.notification-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

/* line 63, app/assets/stylesheets/components/_sweet_alert.scss */
.notification-filter-tag {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 3px 8px;
  border-radius: 15px;
  font-size: 12px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 72, app/assets/stylesheets/components/_sweet_alert.scss */
.notification-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

/* line 83, app/assets/stylesheets/components/_sweet_alert.scss */
.notification-progress.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  animation: progress 4s linear forwards;
}

/* line 94, app/assets/stylesheets/components/_sweet_alert.scss */
.custom-notification.empty {
  background: linear-gradient(135deg, #7e57c2 0%, #b388ff 100%);
}

/* line 98, app/assets/stylesheets/components/_sweet_alert.scss */
.custom-notification.empty.hunter-notification {
  background: linear-gradient(135deg, #7e57c2 0%, #b388ff 100%);
}

/* line 102, app/assets/stylesheets/components/_sweet_alert.scss */
.custom-notification.empty.favorite-notification {
  background: linear-gradient(135deg, #ffb347 0%, #ffcc33 100%);
}

@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(106, 17, 203, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(106, 17, 203, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(106, 17, 203, 0);
  }
}

/* line 128, app/assets/stylesheets/components/_sweet_alert.scss */
.custom-notification.empty {
  background: linear-gradient(135deg, #7e57c2 0%, #b388ff 100%);
}

/* line 133, app/assets/stylesheets/components/_sweet_alert.scss */
.swal-job-container {
  z-index: 9999;
  position: fixed;
  bottom: 20px !important;
  right: 20px !important;
  top: auto !important;
  left: auto !important;
}

/* line 142, app/assets/stylesheets/components/_sweet_alert.scss */
.swal-job-popup {
  background: linear-gradient(135deg, #6a11cb 0%, #8075ff 100%);
  color: #ffffff;
  border-radius: 12px;
  padding: 15px 20px;
  box-shadow: 0 10px 25px rgba(106, 17, 203, 0.3);
  max-width: 450px;
  width: auto;
  margin: 0 !important;
  border-left: none;
}

/* line 154, app/assets/stylesheets/components/_sweet_alert.scss */
.swal-job-popup-empty {
  background: linear-gradient(135deg, #7e57c2 0%, #b388ff 100%);
  color: #ffffff;
  border-radius: 12px;
  padding: 15px 20px;
  box-shadow: 0 10px 25px rgba(126, 87, 194, 0.3);
  max-width: 450px;
  width: auto;
  margin: 0 !important;
  border-left: none;
}

/* line 166, app/assets/stylesheets/components/_sweet_alert.scss */
.swal-job-title {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 5px !important;
  text-align: left !important;
}

/* line 174, app/assets/stylesheets/components/_sweet_alert.scss */
.swal-job-html {
  margin-top: 0 !important;
  text-align: left !important;
}

/* line 179, app/assets/stylesheets/components/_sweet_alert.scss */
.swal-job-icon {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
}

/* line 188, app/assets/stylesheets/components/_sweet_alert.scss */
.swal-job-icon.swal2-success {
  color: #ffffff !important;
}

/* line 192, app/assets/stylesheets/components/_sweet_alert.scss */
.swal-job-icon.swal2-info {
  color: #ffffff !important;
}

/* line 196, app/assets/stylesheets/components/_sweet_alert.scss */
.swal-job-results {
  text-align: left;
  padding: 5px 0;
}

/* line 201, app/assets/stylesheets/components/_sweet_alert.scss */
.swal-job-count {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 209, app/assets/stylesheets/components/_sweet_alert.scss */
.swal-hunter-name {
  font-size: 14px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
}

/* line 215, app/assets/stylesheets/components/_sweet_alert.scss */
.swal-hunter-name strong {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  text-underline-offset: 2px;
}

/* line 223, app/assets/stylesheets/components/_sweet_alert.scss */
.swal-search-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

/* line 230, app/assets/stylesheets/components/_sweet_alert.scss */
.swal-filter-tag {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

/* line 243, app/assets/stylesheets/components/_sweet_alert.scss */
.swal-filter-tag i {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.8);
}

/* line 249, app/assets/stylesheets/components/_sweet_alert.scss */
.animate__fadeInUp {
  animation-duration: 0.5s;
}

/* line 254, app/assets/stylesheets/components/_sweet_alert.scss */
.animate__fadeOutDown {
  animation-duration: 0.5s;
}

/* line 259, app/assets/stylesheets/components/_sweet_alert.scss */
.swal2-popup.swal2-toast {
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* line 265, app/assets/stylesheets/components/_sweet_alert.scss */
.swal2-icon {
  margin: 0 !important;
}

/* line 270, app/assets/stylesheets/components/_sweet_alert.scss */
body.swal2-toast-shown .swal2-container {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* line 276, app/assets/stylesheets/components/_sweet_alert.scss */
.swal2-container.swal2-bottom-end {
  right: 20px !important;
  bottom: 20px !important;
  top: auto !important;
  left: auto !important;
}

/* line 284, app/assets/stylesheets/components/_sweet_alert.scss */
.swal2-timer-progress-bar {
  background: rgba(255, 255, 255, 0.4) !important;
  height: 3px !important;
  bottom: 0 !important;
  border-radius: 0 0 12px 12px;
}

/* line 292, app/assets/stylesheets/components/_sweet_alert.scss */
.custom-notification.hunter-notification.pulse {
  animation: pulse-hunter 2s infinite;
}

@keyframes pulse-hunter {
  0% {
    box-shadow: 0 0 0 0 rgba(74, 108, 247, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(74, 108, 247, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(74, 108, 247, 0);
  }
}

/* line 15, app/assets/stylesheets/components/_form.scss */
.login-form {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-family: inherit;
}

/* line 25, app/assets/stylesheets/components/_form.scss */
.login-form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0b2b82, #4a6fa5);
}

/* line 37, app/assets/stylesheets/components/_form.scss */
.title.couleur {
  color: #0b2b82;
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-family: inherit;
}

/* line 45, app/assets/stylesheets/components/_form.scss */
.title.couleur:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #0b2b82;
  border-radius: 3px;
}

/* line 59, app/assets/stylesheets/components/_form.scss */
.form-group {
  margin-bottom: 1.5rem;
  position: relative;
  transition: all 0.3s ease;
}

/* line 64, app/assets/stylesheets/components/_form.scss */
.form-group.focused {
  transform: translateY(-3px);
}

/* line 68, app/assets/stylesheets/components/_form.scss */
.form-group label {
  color: #333333;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

/* line 76, app/assets/stylesheets/components/_form.scss */
.form-group.focused label {
  color: #0b2b82;
}

/* line 82, app/assets/stylesheets/components/_form.scss */
.form-control {
  border: 1px solid #dee2e6;
  border-radius: 8px !important;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
}

/* line 89, app/assets/stylesheets/components/_form.scss */
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 43, 130, 0.15);
  border-color: #0b2b82;
  background-color: white;
}

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

/* line 103, app/assets/stylesheets/components/_form.scss */
.form-control.is-invalid {
  border-color: #dc3545;
  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='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 114, app/assets/stylesheets/components/_form.scss */
.input-group .input-group-text {
  background-color: #0b2b82;
  color: white;
  border: none;
  border-radius: 8px 0 0 8px !important;
}

/* line 121, app/assets/stylesheets/components/_form.scss */
.input-group .form-control {
  border-radius: 0 8px 8px 0 !important;
}

/* line 127, app/assets/stylesheets/components/_form.scss */
.text-danger {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  animation: fadeIn 0.3s ease;
}

/* line 134, app/assets/stylesheets/components/_form.scss */
.address-autocomplete {
  background-color: #f8f9fa;
}

/* line 137, app/assets/stylesheets/components/_form.scss */
.address-autocomplete.address-validated {
  animation: validationPulse 1.5s ease;
}

/* line 143, app/assets/stylesheets/components/_form.scss */
.category-container {
  margin-bottom: 1.5rem;
}

/* line 147, app/assets/stylesheets/components/_form.scss */
.category-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-radius: 8px;
}

/* line 155, app/assets/stylesheets/components/_form.scss */
.category-checkboxes .form-check {
  padding: 0.75rem 1rem;
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: white;
  border: 1px solid #dee2e6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}

/* line 166, app/assets/stylesheets/components/_form.scss */
.category-checkboxes .form-check:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

/* line 171, app/assets/stylesheets/components/_form.scss */
.category-checkboxes .form-check.category-selected {
  background-color: rgba(11, 43, 130, 0.08);
  border-color: #0b2b82;
}

/* line 177, app/assets/stylesheets/components/_form.scss */
.category-checkboxes .hunterChoiceCheckbox {
  margin-right: 0.5rem;
  transform: scale(1.1);
  accent-color: #0b2b82;
}

/* line 183, app/assets/stylesheets/components/_form.scss */
.category-checkboxes label {
  margin-bottom: 0;
  font-weight: 500;
}

/* line 190, app/assets/stylesheets/components/_form.scss */
.progress-container {
  margin: 2rem 0;
}

/* line 193, app/assets/stylesheets/components/_form.scss */
.progress-container .progress {
  height: 6px;
  border-radius: 3px;
  background-color: #e9ecef;
  overflow: hidden;
}

/* line 199, app/assets/stylesheets/components/_form.scss */
.progress-container .progress .progress-bar {
  transition: width 0.5s ease;
  background-color: #0b2b82;
}

/* line 205, app/assets/stylesheets/components/_form.scss */
.progress-container .progress-label {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #333333;
}

/* line 215, app/assets/stylesheets/components/_form.scss */
.btn-primary {
  background: #0b2b82;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(11, 43, 130, 0.2);
}

/* line 226, app/assets/stylesheets/components/_form.scss */
.btn-primary:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.5s ease;
}

/* line 237, app/assets/stylesheets/components/_form.scss */
.btn-primary:hover {
  background: #09236a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(11, 43, 130, 0.3);
}

/* line 242, app/assets/stylesheets/components/_form.scss */
.btn-primary:hover:before {
  left: 100%;
}

/* line 247, app/assets/stylesheets/components/_form.scss */
.btn-primary:active {
  transform: translateY(-1px);
}

/* line 251, app/assets/stylesheets/components/_form.scss */
.btn-primary.submitting {
  background: #4a6fa5;
}

/* line 256, app/assets/stylesheets/components/_form.scss */
.btn-outline-secondary {
  color: #333333;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* line 264, app/assets/stylesheets/components/_form.scss */
.btn-outline-secondary:hover {
  background-color: #f8f9fa;
  border-color: #c1c9d0;
  color: #0b2b82;
  transform: translateY(-2px);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes validationPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* line 296, app/assets/stylesheets/components/_form.scss */
.shake-animation {
  animation: shake 0.5s ease;
}

/* line 300, app/assets/stylesheets/components/_form.scss */
.pulse-animation {
  animation: pulse 0.7s ease;
}

/* line 305, app/assets/stylesheets/components/_form.scss */
.trix-content {
  min-height: 200px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 1rem;
  background-color: #f8f9fa;
}

/* line 312, app/assets/stylesheets/components/_form.scss */
.trix-content:focus-within {
  border-color: #0b2b82;
  box-shadow: 0 0 0 0.2rem rgba(11, 43, 130, 0.15);
  background-color: white;
}

/* line 320, app/assets/stylesheets/components/_form.scss */
.form-steps {
  position: relative;
}

/* line 323, app/assets/stylesheets/components/_form.scss */
.form-steps .step {
  transition: all 0.5s ease;
}

/* line 326, app/assets/stylesheets/components/_form.scss */
.form-steps .step.d-none {
  display: none !important;
}

/* line 331, app/assets/stylesheets/components/_form.scss */
.form-steps .step-header {
  text-align: center;
  margin-bottom: 2rem;
}

/* line 335, app/assets/stylesheets/components/_form.scss */
.form-steps .step-header h2, .form-steps .step-header .h2 {
  font-weight: 600;
  color: #0b2b82;
  margin-bottom: 0.5rem;
}

/* line 341, app/assets/stylesheets/components/_form.scss */
.form-steps .step-header p {
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
}

/* line 348, app/assets/stylesheets/components/_form.scss */
.form-steps .step-content {
  background-color: white;
  border-radius: 10px;
  padding: clamp(1rem, 2.5vw, 2rem);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}

/* line 356, app/assets/stylesheets/components/_form.scss */
.form-steps .step-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* line 364, app/assets/stylesheets/components/_form.scss */
.form-steps .step-footer .btn,
.form-steps .step-footer a.btn {
  min-height: 44px;
  min-width: 160px;
}

/* line 373, app/assets/stylesheets/components/_form.scss */
.profile-onboarding {
  font-family: "Plus Jakarta Sans", "Work Sans", "Helvetica", "sans-serif";
  border-radius: 22px;
  border: 1px solid #d7e0f3;
  box-shadow: 0 24px 55px rgba(17, 47, 103, 0.14);
  background: radial-gradient(circle at 5% 0%, rgba(130, 167, 255, 0.18), rgba(130, 167, 255, 0) 45%), radial-gradient(circle at 95% 5%, rgba(31, 91, 196, 0.1), rgba(31, 91, 196, 0) 45%), #ffffff;
}

/* line 383, app/assets/stylesheets/components/_form.scss */
.profile-onboarding:before {
  height: 6px;
  background: linear-gradient(90deg, #0b2b82 0%, #1b5fd5 55%, #52a1ff 100%);
}

/* line 388, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .profile-onboarding__title,
.profile-onboarding .step-header h2,
.profile-onboarding .step-header .h2 {
  font-family: "Sora", "Nunito", "Helvetica", "sans-serif";
  letter-spacing: -0.02em;
}

/* line 394, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .profile-onboarding__title {
  font-size: clamp(1.65rem, 2.4vw, 2.4rem);
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 0.85rem;
}

/* line 401, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .step-header h2, .profile-onboarding .step-header .h2 {
  font-size: clamp(1.22rem, 1.9vw, 1.65rem);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

/* line 407, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .step-header h2 i, .profile-onboarding .step-header .h2 i {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(11, 43, 130, 0.16), rgba(55, 118, 226, 0.14));
  color: #0b2b82;
  font-size: 0.9rem;
}

/* line 420, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .step-header p,
.profile-onboarding .row.justify-content-center .text-muted {
  font-size: 0.99rem;
  color: #5b6f96 !important;
}

/* line 426, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .progress-container {
  margin: 1.4rem 0 1.75rem;
}

/* line 429, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .progress-container .progress {
  height: 9px;
  background: #e7edf8;
  border-radius: 999px;
}

/* line 435, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .progress-container .progress-bar {
  border-radius: 999px;
  background: linear-gradient(90deg, #0b2b82 0%, #1d63dd 70%, #55a4ff 100%);
}

/* line 440, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .progress-container .progress-label {
  font-size: 0.84rem;
  color: #51658f;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-top: 0.65rem;
}

/* line 450, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .step-indicators {
  gap: 0.35rem;
}

/* line 453, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .step-indicators .step-indicator {
  width: 44px;
  height: 44px;
  border: 1px solid #d5dff3;
  background: #f4f7ff;
  color: #4d6290;
  font-weight: 700;
}

/* line 461, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .step-indicators .step-indicator:not(:last-child):after {
  background-color: #d6dff1;
}

/* line 465, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .step-indicators .step-indicator.active {
  background: linear-gradient(145deg, #0b2b82, #1b58c7);
  border-color: transparent;
  color: #fff;
}

/* line 471, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .step-indicators .step-indicator.completed {
  background: linear-gradient(145deg, #1a4aaf, #1d5dd7);
}

/* line 477, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .step-content {
  background: #fdfefe;
  border: 1px solid #e4ebfa;
  box-shadow: 0 15px 30px rgba(17, 49, 110, 0.08);
  border-radius: 16px;
}

/* line 484, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .form-label {
  font-size: 0.87rem;
  font-weight: 700;
  color: #253455;
  letter-spacing: 0.01em;
}

/* line 491, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .step-content .form-group {
  border: 1px solid #e1e9f8;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  padding: 0.72rem 0.78rem 0.62rem;
  margin-bottom: 0.85rem;
  box-shadow: 0 6px 14px rgba(18, 48, 101, 0.05);
}

/* line 500, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .step-content .form-group .form-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

/* line 506, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .step-content .form-group .form-label::before {
  content: "?";
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: #e7efff;
  color: #1c56ba;
  font-size: 0.68rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* line 521, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .form-control {
  border-color: #d5dff2;
  background-color: #f8faff;
  color: #1d2f52;
  font-size: 0.94rem;
  font-weight: 500;
}

/* line 529, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .input-group .input-group-text {
  background: linear-gradient(145deg, #eef3ff 0%, #dce7ff 100%);
  color: #1f58bf;
  border: 1px solid #c8d7f4;
  border-right: 0;
  min-width: 46px;
  justify-content: center;
}

/* line 538, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .input-group .form-control {
  border-left: 0;
}

/* line 542, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .alert-info {
  border: 1px solid #c8dbff;
  background: linear-gradient(160deg, #eef5ff 0%, #f7faff 100%);
  color: #274777;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(17, 77, 172, 0.09);
}

/* line 550, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .btn-primary {
  background: linear-gradient(140deg, #0b2b82, #1c61da);
  border: 0;
  letter-spacing: 0.01em;
}

/* line 556, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .btn-outline-secondary {
  border-color: #c8d4eb;
  color: #2f4777;
  background: #fff;
}

/* line 562, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .form-text {
  color: #5f7299 !important;
  font-size: 0.82rem;
}

/* line 567, app/assets/stylesheets/components/_form.scss */
.profile-onboarding .category-container {
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid #e0e8f8;
  border-radius: 14px;
  background: linear-gradient(180deg, #fbfcff, #f6f9ff);
}

/* line 576, app/assets/stylesheets/components/_form.scss */
.step-indicators {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

/* line 581, app/assets/stylesheets/components/_form.scss */
.step-indicators .step-indicator {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e9ecef;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin: 0 0.5rem;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 596, app/assets/stylesheets/components/_form.scss */
.step-indicators .step-indicator:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: calc(100% - 20px);
  height: 2px;
  background-color: #e9ecef;
  transform: translateY(-50%);
}

/* line 607, app/assets/stylesheets/components/_form.scss */
.step-indicators .step-indicator.active {
  background-color: #0b2b82;
  color: white;
  box-shadow: 0 0 0 4px rgba(11, 43, 130, 0.15);
}

/* line 612, app/assets/stylesheets/components/_form.scss */
.step-indicators .step-indicator.active:after {
  background-color: #0b2b82;
}

/* line 617, app/assets/stylesheets/components/_form.scss */
.step-indicators .step-indicator.completed {
  background-color: #28a745;
  color: white;
}

/* line 621, app/assets/stylesheets/components/_form.scss */
.step-indicators .step-indicator.completed:after {
  background-color: #28a745;
}

/* line 629, app/assets/stylesheets/components/_form.scss */
.slide-in-right {
  animation: slideInRight 0.3s forwards;
}

/* line 633, app/assets/stylesheets/components/_form.scss */
.slide-out-left {
  animation: slideOutLeft 0.3s forwards;
}

/* line 637, app/assets/stylesheets/components/_form.scss */
.slide-in-left {
  animation: slideInLeft 0.3s forwards;
}

/* line 641, app/assets/stylesheets/components/_form.scss */
.slide-out-right {
  animation: slideOutRight 0.3s forwards;
}

@keyframes slideInRight {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-50px);
    opacity: 0;
  }
}

@keyframes slideInLeft {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(50px);
    opacity: 0;
  }
}

/* line 690, app/assets/stylesheets/components/_form.scss */
.file-upload-container {
  position: relative;
  margin-bottom: 1.5rem;
}

/* line 694, app/assets/stylesheets/components/_form.scss */
.file-upload-container .file-upload-label {
  display: block;
  width: 100%;
  padding: 2rem;
  background-color: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* line 705, app/assets/stylesheets/components/_form.scss */
.file-upload-container .file-upload-label:hover {
  background-color: rgba(11, 43, 130, 0.05);
  border-color: #0b2b82;
}

/* line 710, app/assets/stylesheets/components/_form.scss */
.file-upload-container .file-upload-label .upload-icon {
  font-size: 2.5rem;
  color: #0b2b82;
  margin-bottom: 1rem;
  display: block;
}

/* line 717, app/assets/stylesheets/components/_form.scss */
.file-upload-container .file-upload-label .upload-text {
  color: #333333;
  font-weight: 500;
}

/* line 722, app/assets/stylesheets/components/_form.scss */
.file-upload-container .file-upload-label .upload-hint {
  color: #6c757d;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

/* line 729, app/assets/stylesheets/components/_form.scss */
.file-upload-container input[type="file"] {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}

/* line 738, app/assets/stylesheets/components/_form.scss */
.file-upload-container .file-preview {
  margin-top: 1rem;
  text-align: center;
}

/* line 742, app/assets/stylesheets/components/_form.scss */
.file-upload-container .file-preview img {
  max-width: 100%;
  max-height: 200px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  /* line 753, app/assets/stylesheets/components/_form.scss */
  .login-form {
    padding: 1.5rem;
  }
  /* line 757, app/assets/stylesheets/components/_form.scss */
  .profile-onboarding {
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(17, 47, 103, 0.12);
  }
  /* line 761, app/assets/stylesheets/components/_form.scss */
  .profile-onboarding .profile-onboarding__title {
    font-size: clamp(1.45rem, 6vw, 1.85rem);
  }
  /* line 765, app/assets/stylesheets/components/_form.scss */
  .profile-onboarding .step-header h2, .profile-onboarding .step-header .h2 {
    font-size: 1.15rem;
  }
  /* line 768, app/assets/stylesheets/components/_form.scss */
  .profile-onboarding .step-header h2 i, .profile-onboarding .step-header .h2 i {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
  }
  /* line 775, app/assets/stylesheets/components/_form.scss */
  .profile-onboarding .step-content {
    border-radius: 12px;
  }
  /* line 779, app/assets/stylesheets/components/_form.scss */
  .profile-onboarding .step-indicators .step-indicator {
    width: 38px;
    height: 38px;
    margin: 0 0.25rem;
  }
  /* line 786, app/assets/stylesheets/components/_form.scss */
  .category-checkboxes {
    padding: 1rem;
  }
  /* line 789, app/assets/stylesheets/components/_form.scss */
  .category-checkboxes .form-check {
    width: 100%;
  }
  /* line 795, app/assets/stylesheets/components/_form.scss */
  .step-indicators .step-indicator {
    width: 35px;
    height: 35px;
    font-size: 0.875rem;
  }
  /* line 800, app/assets/stylesheets/components/_form.scss */
  .step-indicators .step-indicator:not(:last-child):after {
    width: calc(100% - 10px);
  }
  /* line 806, app/assets/stylesheets/components/_form.scss */
  .form-steps .step-footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  /* line 810, app/assets/stylesheets/components/_form.scss */
  .form-steps .step-footer .btn,
.form-steps .step-footer a.btn {
    width: 100%;
    min-width: 0;
  }
}

/* line 819, app/assets/stylesheets/components/_form.scss */
.description-error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: rgba(220, 53, 69, 0.1);
  border-radius: 4px;
  border-left: 3px solid #dc3545;
}

/* Styles pour Select2 */
/* line 830, app/assets/stylesheets/components/_form.scss */
.select-wrapper {
  position: relative;
  width: 100%;
}

/* line 835, app/assets/stylesheets/components/_form.scss */
.select-wrapper.is-invalid .select2-selection {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15) !important;
}

/* line 842, app/assets/stylesheets/components/_form.scss */
.select2-container {
  width: 100% !important;
}

/* line 846, app/assets/stylesheets/components/_form.scss */
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  min-height: 38px;
  padding: 0.25rem;
}

/* line 853, app/assets/stylesheets/components/_form.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 858, app/assets/stylesheets/components/_form.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  margin: 0.125rem;
}

/* line 866, app/assets/stylesheets/components/_form.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #6c757d;
  margin-right: 0.25rem;
}

/* line 871, app/assets/stylesheets/components/_form.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #212529;
}

/* line 875, app/assets/stylesheets/components/_form.scss */
.select2-dropdown {
  border-color: #ced4da;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* line 881, app/assets/stylesheets/components/_form.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0d6efd;
}

/* line 885, app/assets/stylesheets/components/_form.scss */
.invalid-feedback {
  display: block;
}

/* line 890, app/assets/stylesheets/components/_form.scss */
.required-field {
  border-color: #ced4da;
  box-shadow: 0 0 0 0.25rem rgba(253, 126, 20, 0.1);
}

/* line 894, app/assets/stylesheets/components/_form.scss */
.required-field:focus {
  border-color: #fd7e14;
  box-shadow: 0 0 0 0.25rem rgba(253, 126, 20, 0.25);
}

/* line 900, app/assets/stylesheets/components/_form.scss */
.required-indicator {
  color: #dc3545;
  font-weight: bold;
  margin-left: 3px;
}

/* line 907, app/assets/stylesheets/components/_form.scss */
.text-counter {
  float: right;
  font-weight: 500;
}

/* line 912, app/assets/stylesheets/components/_form.scss */
.text-counter #char-count.valid {
  color: #28a745;
}

/* line 916, app/assets/stylesheets/components/_form.scss */
.text-counter #char-count.warning {
  color: #ffc107;
}

/* line 920, app/assets/stylesheets/components/_form.scss */
.text-counter #char-count.invalid {
  color: #dc3545;
}

/* line 1, app/assets/stylesheets/components/_select2_overrides.scss */
.select2-container--bootstrap-5 .select2-selection--multiple {
  min-height: 42px;
  padding: 4px;
  border-radius: 10px !important;
  border: 1px solid #cfd9ec !important;
}

/* line 8, app/assets/stylesheets/components/_select2_overrides.scss */
.select2-container-custom {
  width: 100% !important;
}

/* line 12, app/assets/stylesheets/components/_select2_overrides.scss */
.select2-selection-custom .select2-selection {
  border-radius: 10px !important;
  border: 1px solid #cfd9ec !important;
}

/* line 17, app/assets/stylesheets/components/_select2_overrides.scss */
.select2-selection-custom .select2-selection--multiple {
  min-height: 42px;
  padding: 4px;
}

/* line 22, app/assets/stylesheets/components/_select2_overrides.scss */
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice {
  background: #edf1ff !important;
  border: 1px solid #d7def5 !important;
  color: #1f2a3d !important;
  border-radius: 20px !important;
  padding: 3px 10px !important;
  margin: 4px 4px 4px 0 !important;
  font-size: 0.84rem !important;
  font-weight: 600 !important;
  max-width: calc(100% - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 37, app/assets/stylesheets/components/_select2_overrides.scss */
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__display,
.select2-selection__choice span,
.select2-selection__choice * {
  color: #1f2a3d !important;
}

/* line 43, app/assets/stylesheets/components/_select2_overrides.scss */
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove {
  color: #5b6c92 !important;
  margin-right: 6px !important;
  border: none !important;
  background: transparent !important;
  font-weight: 700 !important;
}

/* line 51, app/assets/stylesheets/components/_select2_overrides.scss */
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #1f2a3d !important;
  background: rgba(0, 0, 0, 0.07) !important;
}

/* line 56, app/assets/stylesheets/components/_select2_overrides.scss */
.select2-container--bootstrap-5 .select2-dropdown {
  border-color: #ced7ea !important;
  box-shadow: 0 10px 22px rgba(15, 33, 66, 0.12) !important;
  border-radius: 10px !important;
}

/* line 62, app/assets/stylesheets/components/_select2_overrides.scss */
.select2-results__option {
  font-size: 0.9rem;
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
}

/* line 69, app/assets/stylesheets/components/_select2_overrides.scss */
.select2-option-text {
  font-size: 0.9rem;
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
}

/* line 76, app/assets/stylesheets/components/_select2_overrides.scss */
.select2-results__option--highlighted[aria-selected],
.select2-results__option--highlighted {
  background-color: #0b2b82 !important;
  color: #fff !important;
}

/* Category picker modern styling */
/* line 83, app/assets/stylesheets/components/_select2_overrides.scss */
.profile-onboarding .category-picker {
  border: 1px solid #d9e6fb;
  border-radius: 16px;
  background: linear-gradient(175deg, #f9fbff 0%, #f2f7ff 100%);
  padding: clamp(0.95rem, 2vw, 1.2rem);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

/* line 91, app/assets/stylesheets/components/_select2_overrides.scss */
.profile-onboarding .category-picker__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

/* line 99, app/assets/stylesheets/components/_select2_overrides.scss */
.profile-onboarding .category-picker__hint {
  margin: 0;
  color: #355587 !important;
  font-size: 0.9rem;
}

/* line 105, app/assets/stylesheets/components/_select2_overrides.scss */
.profile-onboarding .category-picker__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
  padding: 0.25rem 0.58rem;
  border-radius: 999px;
  border: 1px solid #c8d9f6;
  background: #eaf2ff;
  color: #224a89;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1;
}

/* line 120, app/assets/stylesheets/components/_select2_overrides.scss */
.profile-onboarding .category-picker__count.is-empty {
  background: #edf2fa;
  border-color: #d4ddea;
  color: #5b6f90;
}

/* line 126, app/assets/stylesheets/components/_select2_overrides.scss */
.profile-onboarding .category-picker__count.is-full {
  background: #dff6ea;
  border-color: #b9e5cc;
  color: #1f6a45;
}

/* line 132, app/assets/stylesheets/components/_select2_overrides.scss */
.profile-onboarding .category-picker__label {
  color: #17386d;
  letter-spacing: 0.01em;
}

/* line 137, app/assets/stylesheets/components/_select2_overrides.scss */
.profile-onboarding .category-picker__help {
  color: #5b7297 !important;
}

/* line 141, app/assets/stylesheets/components/_select2_overrides.scss */
.profile-onboarding .category-picker .select-wrapper {
  width: 100%;
  max-width: 100%;
}

/* line 146, app/assets/stylesheets/components/_select2_overrides.scss */
.profile-onboarding .category-picker .select2-container--bootstrap-5 {
  width: 100% !important;
  max-width: 100%;
}

/* line 151, app/assets/stylesheets/components/_select2_overrides.scss */
.profile-onboarding .category-picker .select2-container--bootstrap-5 .select2-selection--multiple {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 58px;
  max-width: 100%;
  border-radius: 14px !important;
  border: 1px solid #c9daf8 !important;
  background: #ffffff !important;
  padding: 0.45rem 0.52rem !important;
  box-shadow: 0 4px 16px rgba(20, 62, 132, 0.08);
  overflow: hidden;
}

/* line 165, app/assets/stylesheets/components/_select2_overrides.scss */
.profile-onboarding .category-picker .select2-container--bootstrap-5.select2-container--focus .select2-selection--multiple {
  border-color: #1d63dd !important;
  box-shadow: 0 0 0 0.22rem rgba(29, 99, 221, 0.16) !important;
}

/* line 170, app/assets/stylesheets/components/_select2_overrides.scss */
.profile-onboarding .category-picker .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.42rem;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

/* line 183, app/assets/stylesheets/components/_select2_overrides.scss */
.profile-onboarding .category-picker .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice {
  display: inline-flex !important;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  margin: 0 !important;
  padding: 0.34rem 0.62rem !important;
  border-radius: 999px !important;
  border: 1px solid #cadbfb !important;
  background: linear-gradient(145deg, #e9f1ff 0%, #dce9ff 100%) !important;
  color: #21437b !important;
  font-size: 0.79rem !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  transform: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 204, app/assets/stylesheets/components/_select2_overrides.scss */
.profile-onboarding .category-picker .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__display {
  display: block;
  min-width: 0;
  max-width: 19ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: inherit !important;
  line-height: inherit !important;
}

/* line 215, app/assets/stylesheets/components/_select2_overrides.scss */
.profile-onboarding .category-picker .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice * {
  font-size: inherit !important;
  line-height: inherit !important;
}

/* line 220, app/assets/stylesheets/components/_select2_overrides.scss */
.profile-onboarding .category-picker .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove {
  color: #2c548f !important;
  margin-right: 0.4rem !important;
  line-height: 1 !important;
}

/* line 226, app/assets/stylesheets/components/_select2_overrides.scss */
.profile-onboarding .category-picker .select2-container--bootstrap-5 .select2-search--inline {
  flex: 1 1 11rem;
  min-width: 8rem;
  max-width: 100%;
  margin: 0 !important;
}

/* line 233, app/assets/stylesheets/components/_select2_overrides.scss */
.profile-onboarding .category-picker .select2-container--bootstrap-5 .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
  line-height: 1.25 !important;
  font-size: 0.87rem !important;
  color: #1f365f !important;
}

/* line 240, app/assets/stylesheets/components/_select2_overrides.scss */
.category-picker-dropdown.select2-dropdown {
  border-radius: 14px !important;
  border-color: #cedcf4 !important;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(15, 33, 66, 0.16) !important;
}

/* line 247, app/assets/stylesheets/components/_select2_overrides.scss */
.category-picker-dropdown .select2-results__option {
  padding: 0.55rem 0.75rem;
  font-size: 0.88rem;
  line-height: 1.25;
}

@media (max-width: 768px) {
  /* line 254, app/assets/stylesheets/components/_select2_overrides.scss */
  .profile-onboarding .category-picker {
    border-radius: 14px;
    padding: 0.9rem;
  }
  /* line 259, app/assets/stylesheets/components/_select2_overrides.scss */
  .profile-onboarding .category-picker__header {
    align-items: flex-start;
    flex-direction: column;
  }
  /* line 264, app/assets/stylesheets/components/_select2_overrides.scss */
  .profile-onboarding .category-picker__count {
    align-self: flex-start;
  }
  /* line 268, app/assets/stylesheets/components/_select2_overrides.scss */
  .profile-onboarding .category-picker .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice {
    font-size: 0.78rem !important;
    max-width: 100%;
  }
  /* line 273, app/assets/stylesheets/components/_select2_overrides.scss */
  .profile-onboarding .category-picker .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__display {
    max-width: 12rem;
  }
  /* line 277, app/assets/stylesheets/components/_select2_overrides.scss */
  .profile-onboarding .category-picker .select2-container--bootstrap-5 .select2-search--inline {
    min-width: 7rem;
  }
  /* line 281, app/assets/stylesheets/components/_select2_overrides.scss */
  .profile-onboarding .category-picker .select2-container--bootstrap-5 .select2-search--inline .select2-search__field {
    font-size: 16px !important;
  }
}

/* line 4, app/assets/stylesheets/components/_notifications.scss */
.notification-container {
  position: relative;
  margin-right: 10px;
}

/* line 10, app/assets/stylesheets/components/_notifications.scss */
#notification-bell {
  position: relative;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

/* line 17, app/assets/stylesheets/components/_notifications.scss */
#notification-bell:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 21, app/assets/stylesheets/components/_notifications.scss */
#notification-bell .bell {
  font-size: 1.2rem;
  color: #555;
}

/* line 26, app/assets/stylesheets/components/_notifications.scss */
#notification-bell.has-notifications .bell {
  color: #7b66ff;
}

/* line 32, app/assets/stylesheets/components/_notifications.scss */
.bell-animation {
  animation: bell-ring 0.8s ease;
}

@keyframes bell-ring {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(7deg);
  }
  80% {
    transform: rotate(-7deg);
  }
  100% {
    transform: rotate(0);
  }
}

/* line 46, app/assets/stylesheets/components/_notifications.scss */
.notification-dot {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 8px;
  height: 8px;
  background-color: #ff4757;
  border-radius: 50%;
  border: 1px solid white;
}

/* line 58, app/assets/stylesheets/components/_notifications.scss */
#notification-bell .badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff4757;
  color: white;
  font-size: 0.7rem;
  padding: 2px 5px;
  border-radius: 10px;
  border: 1px solid white;
  min-width: 18px;
  text-align: center;
}

/* line 73, app/assets/stylesheets/components/_notifications.scss */
.notifications-menu {
  width: 350px;
  max-height: 500px;
  overflow-y: auto;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 83, app/assets/stylesheets/components/_notifications.scss */
.notifications-menu .notifications-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

/* line 90, app/assets/stylesheets/components/_notifications.scss */
.notifications-menu .notifications-header h6, .notifications-menu .notifications-header .h6 {
  margin: 0;
  font-weight: 600;
}

/* line 95, app/assets/stylesheets/components/_notifications.scss */
.notifications-menu .notifications-header .mark-all-read {
  font-size: 0.8rem;
  padding: 2px 5px;
}

/* line 99, app/assets/stylesheets/components/_notifications.scss */
.notifications-menu .notifications-header .mark-all-read:hover {
  text-decoration: underline;
}

/* line 106, app/assets/stylesheets/components/_notifications.scss */
.notifications-menu .notification-item {
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.3s ease;
}

/* line 110, app/assets/stylesheets/components/_notifications.scss */
.notifications-menu .notification-item:last-child {
  border-bottom: none;
}

/* line 114, app/assets/stylesheets/components/_notifications.scss */
.notifications-menu .notification-item.unread {
  background-color: rgba(123, 102, 255, 0.05);
}

/* line 118, app/assets/stylesheets/components/_notifications.scss */
.notifications-menu .notification-item:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

/* line 123, app/assets/stylesheets/components/_notifications.scss */
.notifications-menu .notification-item.animate-in {
  animation: fadeInDown 0.3s ease forwards;
}

/* line 127, app/assets/stylesheets/components/_notifications.scss */
.notifications-menu .notification-item .dropdown-item {
  padding: 12px 15px;
  white-space: normal;
}

/* line 131, app/assets/stylesheets/components/_notifications.scss */
.notifications-menu .notification-item .dropdown-item:active, .notifications-menu .notification-item .dropdown-item:focus {
  background-color: rgba(123, 102, 255, 0.1);
  color: inherit;
}

/* line 138, app/assets/stylesheets/components/_notifications.scss */
.notifications-menu .notification-item .notification-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 147, app/assets/stylesheets/components/_notifications.scss */
.notifications-menu .notification-item .notification-icon i {
  font-size: 1rem;
}

/* line 154, app/assets/stylesheets/components/_notifications.scss */
.notifications-menu .notification-item .notification-content h5, .notifications-menu .notification-item .notification-content .h5 {
  font-size: 0.9rem;
  margin-bottom: 3px;
  color: #333;
}

/* line 160, app/assets/stylesheets/components/_notifications.scss */
.notifications-menu .notification-item .notification-content p {
  font-size: 0.8rem;
  margin-bottom: 5px;
  color: #666;
}

/* line 166, app/assets/stylesheets/components/_notifications.scss */
.notifications-menu .notification-item .notification-content small, .notifications-menu .notification-item .notification-content .small {
  font-size: 0.75rem;
  color: #999;
}

/* line 174, app/assets/stylesheets/components/_notifications.scss */
.notifications-menu .no-notifications {
  padding: 20px;
  text-align: center;
  color: #999;
}

/* line 179, app/assets/stylesheets/components/_notifications.scss */
.notifications-menu .no-notifications i {
  font-size: 2rem;
  margin-bottom: 10px;
  opacity: 0.5;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 576px) {
  /* line 201, app/assets/stylesheets/components/_notifications.scss */
  .notifications-menu {
    width: 300px;
  }
  /* line 204, app/assets/stylesheets/components/_notifications.scss */
  .notifications-menu .notification-item .notification-content h5, .notifications-menu .notification-item .notification-content .h5 {
    font-size: 0.85rem;
  }
}

/* line 211, app/assets/stylesheets/components/_notifications.scss */
.notifications-container {
  margin-top: 120px;
  margin-bottom: 50px;
}

/* line 217, app/assets/stylesheets/components/_notifications.scss */
.notification-list {
  max-height: 700px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(123, 102, 255, 0.3) transparent;
}

/* line 223, app/assets/stylesheets/components/_notifications.scss */
.notification-list::-webkit-scrollbar {
  width: 8px;
}

/* line 227, app/assets/stylesheets/components/_notifications.scss */
.notification-list::-webkit-scrollbar-track {
  background: transparent;
}

/* line 231, app/assets/stylesheets/components/_notifications.scss */
.notification-list::-webkit-scrollbar-thumb {
  background-color: rgba(123, 102, 255, 0.3);
  border-radius: 20px;
}

/* line 235, app/assets/stylesheets/components/_notifications.scss */
.notification-list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(123, 102, 255, 0.5);
}

/* line 242, app/assets/stylesheets/components/_notifications.scss */
.notifications-card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 2rem;
}

/* line 250, app/assets/stylesheets/components/_notifications.scss */
.notifications-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* line 254, app/assets/stylesheets/components/_notifications.scss */
.notifications-card .card-header {
  background: linear-gradient(135deg, #7b66ff, #6a56e8);
  color: white;
  border-bottom: none;
  padding: 1.5rem;
}

/* line 260, app/assets/stylesheets/components/_notifications.scss */
.notifications-card .card-header h3, .notifications-card .card-header .h3 {
  font-weight: 700;
  margin: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}

/* line 267, app/assets/stylesheets/components/_notifications.scss */
.notifications-card .card-header h3 i, .notifications-card .card-header .h3 i {
  margin-right: 0.75rem;
}

/* line 271, app/assets/stylesheets/components/_notifications.scss */
.notifications-card .card-header h3 .notification-badge, .notifications-card .card-header .h3 .notification-badge {
  margin-left: 0.75rem;
}

/* line 276, app/assets/stylesheets/components/_notifications.scss */
.notifications-card .card-header .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}

/* line 280, app/assets/stylesheets/components/_notifications.scss */
.notifications-card .card-header .btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* line 286, app/assets/stylesheets/components/_notifications.scss */
.notifications-card .card-header .btn-outline-light i {
  margin-right: 0.5rem;
}

/* line 291, app/assets/stylesheets/components/_notifications.scss */
.notifications-card .card-header .dropdown-toggle {
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}

/* line 295, app/assets/stylesheets/components/_notifications.scss */
.notifications-card .card-header .dropdown-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* line 303, app/assets/stylesheets/components/_notifications.scss */
.notifications-card .card-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #f1f1f1;
  padding: 1rem 1.5rem;
}

/* line 311, app/assets/stylesheets/components/_notifications.scss */
.notification-item {
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  padding: 0;
}

/* line 318, app/assets/stylesheets/components/_notifications.scss */
.notification-item.animate-in {
  animation: fadeInUp 0.5s ease forwards;
}

/* line 322, app/assets/stylesheets/components/_notifications.scss */
.notification-item:last-child {
  border-bottom: none;
}

/* line 326, app/assets/stylesheets/components/_notifications.scss */
.notification-item:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  z-index: 1;
  position: relative;
}

/* line 334, app/assets/stylesheets/components/_notifications.scss */
.notification-item.unread {
  background-color: #f0f4ff;
  position: relative;
}

/* line 338, app/assets/stylesheets/components/_notifications.scss */
.notification-item.unread::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(to bottom, #7b66ff, #6a56e8);
}

/* line 349, app/assets/stylesheets/components/_notifications.scss */
.notification-item .notification-content-wrapper {
  padding: 2rem;
  display: flex;
  align-items: flex-start;
}

/* line 357, app/assets/stylesheets/components/_notifications.scss */
.notification-icon {
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-right: 1.75rem;
  transition: all 0.3s ease;
}

/* line 368, app/assets/stylesheets/components/_notifications.scss */
.notification-icon.bg-primary {
  background: linear-gradient(135deg, #7b66ff, #6a56e8);
}

/* line 372, app/assets/stylesheets/components/_notifications.scss */
.notification-icon.bg-success {
  background: linear-gradient(135deg, #28a745, #20c997);
}

/* line 376, app/assets/stylesheets/components/_notifications.scss */
.notification-icon.bg-danger {
  background: linear-gradient(135deg, #dc3545, #e74c3c);
}

/* line 380, app/assets/stylesheets/components/_notifications.scss */
.notification-icon.bg-info {
  background: linear-gradient(135deg, #17a2b8, #0dcaf0);
}

/* line 384, app/assets/stylesheets/components/_notifications.scss */
.notification-icon.bg-secondary {
  background: linear-gradient(135deg, #6c757d, #495057);
}

/* line 388, app/assets/stylesheets/components/_notifications.scss */
.notification-icon i {
  font-size: 1.4rem;
}

/* line 392, app/assets/stylesheets/components/_notifications.scss */
.notification-item:hover .notification-icon {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* line 399, app/assets/stylesheets/components/_notifications.scss */
.notification-content {
  flex-grow: 1;
}

/* line 402, app/assets/stylesheets/components/_notifications.scss */
.notification-content h5, .notification-content .h5 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.4;
  transition: all 0.3s ease;
}

/* line 410, app/assets/stylesheets/components/_notifications.scss */
.notification-item:hover .notification-content h5, .notification-item:hover .notification-content .h5 {
  color: #7b66ff;
}

/* line 414, app/assets/stylesheets/components/_notifications.scss */
.notification-content h5 .ms-2, .notification-content .h5 .ms-2 {
  margin-left: 0.75rem !important;
}

/* line 419, app/assets/stylesheets/components/_notifications.scss */
.notification-content p {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 1.25rem;
}

/* line 424, app/assets/stylesheets/components/_notifications.scss */
.notification-content p .badge {
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  transition: all 0.3s ease;
  margin-right: 0.75rem;
}

/* line 431, app/assets/stylesheets/components/_notifications.scss */
.notification-content p .badge:last-child {
  margin-right: 0;
}

/* line 435, app/assets/stylesheets/components/_notifications.scss */
.notification-item:hover .notification-content p .badge {
  transform: translateY(-2px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 442, app/assets/stylesheets/components/_notifications.scss */
.notification-content .notification-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}

/* line 448, app/assets/stylesheets/components/_notifications.scss */
.notification-content .notification-meta .notification-time {
  font-size: 0.9rem;
  color: #adb5bd;
  display: flex;
  align-items: center;
}

/* line 454, app/assets/stylesheets/components/_notifications.scss */
.notification-content .notification-meta .notification-time i {
  margin-right: 0.5rem;
}

/* line 459, app/assets/stylesheets/components/_notifications.scss */
.notification-content .notification-meta .btn-view {
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
  border-radius: 50px;
  background: linear-gradient(135deg, #7b66ff, #6a56e8);
  border: none;
  color: white;
  transition: all 0.3s ease;
  margin-left: 1rem;
}

/* line 469, app/assets/stylesheets/components/_notifications.scss */
.notification-content .notification-meta .btn-view:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(123, 102, 255, 0.3);
}

/* line 474, app/assets/stylesheets/components/_notifications.scss */
.notification-content .notification-meta .btn-view i {
  margin-right: 0.5rem;
}

/* line 482, app/assets/stylesheets/components/_notifications.scss */
.notification-actions {
  margin-left: 1rem;
}

/* line 485, app/assets/stylesheets/components/_notifications.scss */
.notification-actions .btn-action {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adb5bd;
  background-color: transparent;
  border: none;
  transition: all 0.2s ease;
}

/* line 497, app/assets/stylesheets/components/_notifications.scss */
.notification-actions .btn-action:hover {
  background-color: #f1f1f1;
  color: #495057;
}

/* line 503, app/assets/stylesheets/components/_notifications.scss */
.notification-actions .dropdown-menu {
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  min-width: 180px;
}

/* line 510, app/assets/stylesheets/components/_notifications.scss */
.notification-actions .dropdown-menu .dropdown-item {
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}

/* line 517, app/assets/stylesheets/components/_notifications.scss */
.notification-actions .dropdown-menu .dropdown-item i {
  margin-right: 0.5rem;
  width: 16px;
  text-align: center;
}

/* line 523, app/assets/stylesheets/components/_notifications.scss */
.notification-actions .dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
}

/* line 527, app/assets/stylesheets/components/_notifications.scss */
.notification-actions .dropdown-menu .dropdown-item.text-danger:hover {
  background-color: #fff5f5;
}

/* line 535, app/assets/stylesheets/components/_notifications.scss */
.empty-state {
  padding: 3rem 1.5rem;
  text-align: center;
}

/* line 539, app/assets/stylesheets/components/_notifications.scss */
.empty-state i {
  font-size: 3.5rem;
  color: #dee2e6;
  margin-bottom: 1.5rem;
}

/* line 545, app/assets/stylesheets/components/_notifications.scss */
.empty-state h4, .empty-state .h4 {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.5rem;
}

/* line 551, app/assets/stylesheets/components/_notifications.scss */
.empty-state p {
  color: #adb5bd;
  max-width: 300px;
  margin: 0 auto;
}

/* line 560, app/assets/stylesheets/components/_notifications.scss */
.notification-filters .dropdown-menu {
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* line 565, app/assets/stylesheets/components/_notifications.scss */
.notification-filters .dropdown-menu .dropdown-item {
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
}

/* line 569, app/assets/stylesheets/components/_notifications.scss */
.notification-filters .dropdown-menu .dropdown-item.active {
  background-color: #f0f4ff;
  color: #7b66ff;
  font-weight: 500;
}

/* line 575, app/assets/stylesheets/components/_notifications.scss */
.notification-filters .dropdown-menu .dropdown-item:hover:not(.active) {
  background-color: #f8f9fa;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  /* line 596, app/assets/stylesheets/components/_notifications.scss */
  .notifications-container {
    margin-top: 100px;
  }
  /* line 600, app/assets/stylesheets/components/_notifications.scss */
  .notification-icon {
    min-width: 50px;
    height: 50px;
    margin-right: 1.25rem;
  }
  /* line 606, app/assets/stylesheets/components/_notifications.scss */
  .notification-content h5, .notification-content .h5 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  /* line 611, app/assets/stylesheets/components/_notifications.scss */
  .notification-content p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
  /* line 615, app/assets/stylesheets/components/_notifications.scss */
  .notification-content p .badge {
    padding: 0.4rem 0.85rem;
    margin-right: 0.5rem;
  }
  /* line 621, app/assets/stylesheets/components/_notifications.scss */
  .notifications-card .card-header {
    padding: 1rem;
  }
  /* line 624, app/assets/stylesheets/components/_notifications.scss */
  .notifications-card .card-header h3, .notifications-card .card-header .h3 {
    font-size: 1.25rem;
  }
  /* line 629, app/assets/stylesheets/components/_notifications.scss */
  .notification-item .notification-content-wrapper {
    padding: 1.5rem;
  }
  /* line 633, app/assets/stylesheets/components/_notifications.scss */
  .notification-content .notification-meta {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.25rem;
  }
  /* line 638, app/assets/stylesheets/components/_notifications.scss */
  .notification-content .notification-meta .notification-time {
    margin-bottom: 0.75rem;
  }
  /* line 642, app/assets/stylesheets/components/_notifications.scss */
  .notification-content .notification-meta .btn-view {
    margin-left: 0;
  }
  /* line 647, app/assets/stylesheets/components/_notifications.scss */
  .notification-actions {
    margin-left: 0.75rem;
  }
  /* line 650, app/assets/stylesheets/components/_notifications.scss */
  .notification-actions .btn-action {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 576px) {
  /* line 658, app/assets/stylesheets/components/_notifications.scss */
  .notifications-container {
    margin-top: 80px;
    margin-bottom: 30px;
  }
  /* line 663, app/assets/stylesheets/components/_notifications.scss */
  .notification-icon {
    min-width: 45px;
    height: 45px;
    margin-right: 1rem;
  }
  /* line 668, app/assets/stylesheets/components/_notifications.scss */
  .notification-icon i {
    font-size: 1.1rem;
  }
  /* line 673, app/assets/stylesheets/components/_notifications.scss */
  .notification-item .notification-content-wrapper {
    padding: 1.25rem;
  }
  /* line 677, app/assets/stylesheets/components/_notifications.scss */
  .notification-content h5, .notification-content .h5 {
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
  }
  /* line 681, app/assets/stylesheets/components/_notifications.scss */
  .notification-content h5 .ms-2, .notification-content .h5 .ms-2 {
    margin-left: 0.5rem !important;
  }
  /* line 686, app/assets/stylesheets/components/_notifications.scss */
  .notification-content p {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
  }
  /* line 690, app/assets/stylesheets/components/_notifications.scss */
  .notification-content p .badge {
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    margin-right: 0.5rem;
  }
  /* line 697, app/assets/stylesheets/components/_notifications.scss */
  .notification-content .notification-meta {
    margin-top: 1rem;
  }
  /* line 700, app/assets/stylesheets/components/_notifications.scss */
  .notification-content .notification-meta .notification-time {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
  }
  /* line 706, app/assets/stylesheets/components/_notifications.scss */
  .notification-content .btn-view {
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
  }
  /* line 711, app/assets/stylesheets/components/_notifications.scss */
  .notifications-card .card-header {
    padding: 0.75rem;
  }
  /* line 714, app/assets/stylesheets/components/_notifications.scss */
  .notifications-card .card-header h3, .notifications-card .card-header .h3 {
    font-size: 1.1rem;
  }
  /* line 718, app/assets/stylesheets/components/_notifications.scss */
  .notifications-card .card-header .btn-outline-light {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
  }
  /* line 724, app/assets/stylesheets/components/_notifications.scss */
  .notifications-card .card-footer {
    padding: 0.75rem;
    font-size: 0.8rem;
  }
  /* line 729, app/assets/stylesheets/components/_notifications.scss */
  .notification-actions {
    margin-left: 0.5rem;
  }
  /* line 732, app/assets/stylesheets/components/_notifications.scss */
  .notification-actions .btn-action {
    width: 30px;
    height: 30px;
  }
  /* line 737, app/assets/stylesheets/components/_notifications.scss */
  .notification-actions .dropdown-menu {
    min-width: 160px;
  }
  /* line 740, app/assets/stylesheets/components/_notifications.scss */
  .notification-actions .dropdown-menu .dropdown-item {
    font-size: 0.85rem;
    padding: 0.4rem 0.6rem;
  }
}

/* Styles pour les notifications du tableau de bord */
/* line 749, app/assets/stylesheets/components/_notifications.scss */
.notifications {
  margin-top: 1.5rem;
}

/* line 752, app/assets/stylesheets/components/_notifications.scss */
.notifications .notification {
  background: white;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  border-left: 4px solid #007bff;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}

/* line 764, app/assets/stylesheets/components/_notifications.scss */
.notifications .notification.show {
  opacity: 1;
  transform: translateY(0);
}

/* line 769, app/assets/stylesheets/components/_notifications.scss */
.notifications .notification.hiding {
  opacity: 0;
  transform: translateY(-20px);
}

/* line 774, app/assets/stylesheets/components/_notifications.scss */
.notifications .notification.new-notification {
  background: rgba(0, 123, 255, 0.05);
  animation: pulse 2s infinite;
}

/* line 779, app/assets/stylesheets/components/_notifications.scss */
.notifications .notification p {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  padding-right: 20px;
}

/* line 785, app/assets/stylesheets/components/_notifications.scss */
.notifications .notification .timestamp {
  display: block;
  font-size: 0.8rem;
  color: #6c757d;
}

/* line 791, app/assets/stylesheets/components/_notifications.scss */
.notifications .notification .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 1rem;
  color: #999;
  cursor: pointer;
  transition: color 0.2s;
  padding: 2px 6px;
}

/* line 803, app/assets/stylesheets/components/_notifications.scss */
.notifications .notification .btn-close:hover {
  color: #dc3545;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

/* line 823, app/assets/stylesheets/components/_notifications.scss */
.notifications-container {
  padding: 2rem 0;
}

/* line 826, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card {
  border-radius: 15px;
  overflow: hidden;
  border: none;
}

/* line 831, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card .card-header {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  padding: 1.2rem 1.5rem;
}

/* line 836, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card .card-header h3, .notifications-container .notifications-card .card-header .h3 {
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

/* line 842, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card .card-header h3 i, .notifications-container .notifications-card .card-header .h3 i {
  margin-right: 0.5rem;
}

/* line 847, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card .card-header .btn-outline-light {
  border-radius: 30px;
  font-size: 0.85rem;
  padding: 0.4rem 1rem;
}

/* line 852, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card .card-header .btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}

/* line 859, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card .notification-list {
  max-height: 70vh;
  overflow-y: auto;
}

/* line 863, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card .notification-list::-webkit-scrollbar {
  width: 6px;
}

/* line 867, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card .notification-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* line 871, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card .notification-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

/* line 876, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card .notification-list::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* line 881, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card .notification-item {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #f2f2f2;
  transition: all 0.3s ease;
}

/* line 886, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card .notification-item:hover {
  background-color: #f8f9fa;
}

/* line 890, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card .notification-item.unread {
  background-color: rgba(0, 123, 255, 0.05);
}

/* line 894, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card .notification-item h5, .notifications-container .notifications-card .notification-item .h5 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

/* line 899, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card .notification-item .notification-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}

/* line 905, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card .notification-item .notification-meta .notification-time {
  color: #6c757d;
}

/* line 909, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card .notification-item .notification-meta .btn-view {
  font-size: 0.85rem;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  color: #007bff;
  background: rgba(0, 123, 255, 0.1);
  transition: all 0.2s;
}

/* line 917, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card .notification-item .notification-meta .btn-view:hover {
  background: rgba(0, 123, 255, 0.2);
  transform: translateY(-2px);
}

/* line 925, app/assets/stylesheets/components/_notifications.scss */
.notifications-container .notifications-card .card-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #f2f2f2;
  padding: 1rem 1.5rem;
}

/* line 1, app/assets/stylesheets/components/_notification_badge.scss */
.notification-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  color: #fff;
  position: relative;
  animation: notification-badge-pulse 2s infinite;
}

/* line 12, app/assets/stylesheets/components/_notification_badge.scss */
.notification-badge-sm {
  width: 18px;
  height: 18px;
  font-size: 10px;
}

/* line 18, app/assets/stylesheets/components/_notification_badge.scss */
.notification-badge-md {
  width: 22px;
  height: 22px;
  font-size: 12px;
}

/* line 24, app/assets/stylesheets/components/_notification_badge.scss */
.notification-badge-lg {
  width: 28px;
  height: 28px;
  font-size: 14px;
}

/* line 30, app/assets/stylesheets/components/_notification_badge.scss */
.notification-badge-primary {
  background: linear-gradient(135deg, #7b66ff, #6a56e8);
  box-shadow: 0 2px 6px rgba(123, 102, 255, 0.4);
}

/* line 35, app/assets/stylesheets/components/_notification_badge.scss */
.notification-badge-danger {
  background: linear-gradient(135deg, #dc3545, #e74c3c);
  box-shadow: 0 2px 6px rgba(220, 53, 69, 0.4);
}

/* line 40, app/assets/stylesheets/components/_notification_badge.scss */
.notification-badge-success {
  background: linear-gradient(135deg, #28a745, #20c997);
  box-shadow: 0 2px 6px rgba(40, 167, 69, 0.4);
}

/* line 45, app/assets/stylesheets/components/_notification_badge.scss */
.notification-badge-warning {
  background: linear-gradient(135deg, #ffc107, #fd7e14);
  box-shadow: 0 2px 6px rgba(255, 193, 7, 0.4);
}

/* line 50, app/assets/stylesheets/components/_notification_badge.scss */
.notification-badge-info {
  background: linear-gradient(135deg, #17a2b8, #0dcaf0);
  box-shadow: 0 2px 6px rgba(23, 162, 184, 0.4);
}

@keyframes notification-badge-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(123, 102, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(123, 102, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(123, 102, 255, 0);
  }
}

/* line 1, app/assets/stylesheets/components/_cookie_banner.scss */
#cookie-banner-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1210;
  pointer-events: none;
}

/* line 10, app/assets/stylesheets/components/_cookie_banner.scss */
#cookie-banner-container > * {
  pointer-events: auto;
}

/* line 14, app/assets/stylesheets/components/_cookie_banner.scss */
.cookie-banner {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  z-index: 1211;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 29, app/assets/stylesheets/components/_cookie_banner.scss */
.cookie-content {
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

/* line 37, app/assets/stylesheets/components/_cookie_banner.scss */
.cookie-text {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* line 43, app/assets/stylesheets/components/_cookie_banner.scss */
.cookie-icon {
  font-size: 1.8rem;
  color: #6366f1;
}

/* line 48, app/assets/stylesheets/components/_cookie_banner.scss */
.cookie-message h6, .cookie-message .h6 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

/* line 56, app/assets/stylesheets/components/_cookie_banner.scss */
.cookie-message p {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: #6b7280;
  margin: 0;
}

/* line 63, app/assets/stylesheets/components/_cookie_banner.scss */
.cookie-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* line 69, app/assets/stylesheets/components/_cookie_banner.scss */
.cookie-btn {
  padding: 0.7rem 1.5rem;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
}

/* line 79, app/assets/stylesheets/components/_cookie_banner.scss */
.info-btn {
  background: #f3f4f6;
  color: #4b5563;
}

/* line 84, app/assets/stylesheets/components/_cookie_banner.scss */
.info-btn:hover {
  background: #e5e7eb;
}

/* line 88, app/assets/stylesheets/components/_cookie_banner.scss */
.refuse-btn {
  background: #f3f4f6;
  color: #4b5563;
}

/* line 93, app/assets/stylesheets/components/_cookie_banner.scss */
.refuse-btn:hover {
  background: #e5e7eb;
}

/* line 97, app/assets/stylesheets/components/_cookie_banner.scss */
.accept-btn {
  background: #6366f1;
  color: white;
}

/* line 102, app/assets/stylesheets/components/_cookie_banner.scss */
.accept-btn:hover {
  background: #4f46e5;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  /* line 108, app/assets/stylesheets/components/_cookie_banner.scss */
  .cookie-banner {
    bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
    width: 95%;
  }
  /* line 113, app/assets/stylesheets/components/_cookie_banner.scss */
  .cookie-content {
    flex-direction: column;
    padding: 1.5rem;
    text-align: center;
  }
  /* line 119, app/assets/stylesheets/components/_cookie_banner.scss */
  .cookie-text {
    flex-direction: column;
  }
  /* line 123, app/assets/stylesheets/components/_cookie_banner.scss */
  .cookie-actions {
    width: 100%;
    justify-content: center;
  }
}

/* line 129, app/assets/stylesheets/components/_cookie_banner.scss */
body.cookie-banner-active {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  /* line 129, app/assets/stylesheets/components/_cookie_banner.scss */
  body.cookie-banner-active {
    padding-bottom: 170px;
  }
}

/* line 137, app/assets/stylesheets/components/_cookie_banner.scss */
body.cookie-banner-active .assistant-bot,
body.cookie-banner-active .mobile-sticky-cta,
body.cookie-banner-active .home-mobile-sticky-cta {
  display: none !important;
}

/* line 1, app/assets/stylesheets/components/_banner_cropper_modal.scss */
#bannerCropperModal .modal-content {
  border-radius: 12px;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/components/_banner_cropper_modal.scss */
#bannerCropperModal .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

/* line 11, app/assets/stylesheets/components/_banner_cropper_modal.scss */
#bannerCropperModal .modal-title {
  color: #0b2b82;
  font-weight: 600;
}

/* line 16, app/assets/stylesheets/components/_banner_cropper_modal.scss */
#bannerCropperModal .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 70vh;
  background-color: #f8f9fa;
  position: relative;
}

/* line 26, app/assets/stylesheets/components/_banner_cropper_modal.scss */
#bannerCropperModal .img-container img {
  max-width: 100%;
  max-height: 100%;
}

/* line 31, app/assets/stylesheets/components/_banner_cropper_modal.scss */
.cropper-controls {
  border-top: 1px solid #e9ecef;
}

/* line 35, app/assets/stylesheets/components/_banner_cropper_modal.scss */
.cropper-view-box {
  outline: 2px solid #7b66ff !important;
  outline-color: rgba(123, 102, 255, 0.75) !important;
}

/* line 40, app/assets/stylesheets/components/_banner_cropper_modal.scss */
.cropper-point,
.cropper-line {
  background-color: #7b66ff !important;
}

/* line 45, app/assets/stylesheets/components/_banner_cropper_modal.scss */
.cropper-ready .cropper-view-box {
  box-shadow: 0 0 0 1px #7b66ff;
}

/* line 49, app/assets/stylesheets/components/_banner_cropper_modal.scss */
.img-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 3px solid #f8f9fa;
  border-top-color: #7b66ff;
  animation: cropper-loading 1s infinite linear;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}

/* line 68, app/assets/stylesheets/components/_banner_cropper_modal.scss */
.img-container.loading::before {
  opacity: 1;
}

@keyframes cropper-loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Styles pour les cartes de candidature */
/* line 4, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .card {
  transition: all 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  border: none;
  margin-bottom: 1.5rem;
}

/* line 11, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

/* line 16, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .card .card-header {
  background: linear-gradient(to right, #f8f9fa, #e9ecef);
  border-bottom: 2px solid #e9ecef;
  font-family: 'Plus Jakarta Sans', sans-serif;
  padding: 1rem 1.25rem;
}

/* line 23, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .card .badge {
  font-size: 0.75rem;
  padding: 0.5em 0.75em;
  border-radius: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* line 30, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .card .badge.bg-warning {
  background-color: #ffc107 !important;
}

/* line 34, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .card .badge.bg-success {
  background-color: #28a745 !important;
}

/* line 38, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .card .badge.bg-danger {
  background-color: #dc3545 !important;
}

/* line 42, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .card .badge.bg-secondary {
  background-color: #6c757d !important;
}

/* line 49, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .candidate-categories .badge, .applications-list .hunter-categories .badge {
  transition: all 0.2s;
}

/* line 52, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .candidate-categories .badge:hover, .applications-list .hunter-categories .badge:hover {
  transform: scale(1.05);
}

/* line 58, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .message-preview {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 0.8rem !important;
  border-left: 3px solid #007bff;
  font-size: 0.9rem;
  color: #495057;
  overflow-y: auto;
  max-height: 120px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}

/* line 70, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .card-body {
  padding: 1.5rem;
}

/* line 74, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .rounded-circle {
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* line 80, app/assets/stylesheets/components/_application_cards.scss */
.applications-list h5.card-title, .applications-list .card-title.h5 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.5rem;
}

/* line 86, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .btn-sm, .applications-list .btn-group-sm > .btn {
  border-radius: 20px;
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.2s;
}

/* line 93, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .btn-sm:hover, .applications-list .btn-group-sm > .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* line 99, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .text-muted {
  font-size: 0.85rem;
}

/* Styles pour la section de filtres */
/* line 106, app/assets/stylesheets/components/_application_cards.scss */
.filter-section .card {
  border-radius: 12px;
  border: none;
}

/* line 110, app/assets/stylesheets/components/_application_cards.scss */
.filter-section .card .card-body {
  padding: 1.25rem;
}

/* line 114, app/assets/stylesheets/components/_application_cards.scss */
.filter-section .card .card-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 122, app/assets/stylesheets/components/_application_cards.scss */
.filter-section .btn {
  border-radius: 30px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s;
}

/* line 129, app/assets/stylesheets/components/_application_cards.scss */
.filter-section .btn:hover {
  transform: translateY(-2px);
}

/* line 133, app/assets/stylesheets/components/_application_cards.scss */
.filter-section .btn.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
}

/* line 139, app/assets/stylesheets/components/_application_cards.scss */
.filter-section .btn.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

/* line 143, app/assets/stylesheets/components/_application_cards.scss */
.filter-section .btn.btn-outline-primary:hover {
  background-color: #007bff;
  color: white;
}

/* Styles pour le formulaire de candidature */
/* line 153, app/assets/stylesheets/components/_application_cards.scss */
.candidate-application-form .card {
  border-radius: 15px;
  overflow: hidden;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* line 159, app/assets/stylesheets/components/_application_cards.scss */
.candidate-application-form .card .card-header {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  padding: 1.5rem;
  border-bottom: none;
}

/* line 165, app/assets/stylesheets/components/_application_cards.scss */
.candidate-application-form .card .card-header h1, .candidate-application-form .card .card-header .h1 {
  font-weight: 600;
  margin-bottom: 0;
}

/* line 171, app/assets/stylesheets/components/_application_cards.scss */
.candidate-application-form .card .hunter-info {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}

/* line 178, app/assets/stylesheets/components/_application_cards.scss */
.candidate-application-form .card textarea.form-control {
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 0.8rem;
  transition: all 0.2s;
}

/* line 184, app/assets/stylesheets/components/_application_cards.scss */
.candidate-application-form .card textarea.form-control:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 190, app/assets/stylesheets/components/_application_cards.scss */
.candidate-application-form .card .text-counter {
  float: right;
  font-weight: 500;
}

/* line 195, app/assets/stylesheets/components/_application_cards.scss */
.candidate-application-form .card .btn-primary {
  background: linear-gradient(135deg, #007bff, #0056b3);
  border: none;
  border-radius: 30px;
  padding: 0.6rem 1.5rem;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
  transition: all 0.3s;
}

/* line 204, app/assets/stylesheets/components/_application_cards.scss */
.candidate-application-form .card .btn-primary:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
}

/* line 209, app/assets/stylesheets/components/_application_cards.scss */
.candidate-application-form .card .btn-primary:disabled {
  background: #6c757d;
  opacity: 0.65;
}

/* Animation pour les nouveaux éléments */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 229, app/assets/stylesheets/components/_application_cards.scss */
.new-application-animation {
  animation: fadeInUp 0.5s ease-out forwards;
}

/* Styles pour la section d'informations supplémentaires */
/* line 234, app/assets/stylesheets/components/_application_cards.scss */
.additional-info {
  background-color: #f8f9fa;
  border-radius: 10px;
  border-left: 3px solid #007bff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

/* line 241, app/assets/stylesheets/components/_application_cards.scss */
.additional-info:hover {
  background-color: #f0f4ff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* line 246, app/assets/stylesheets/components/_application_cards.scss */
.additional-info p {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

/* line 250, app/assets/stylesheets/components/_application_cards.scss */
.additional-info p:last-child {
  margin-bottom: 0;
}

/* line 254, app/assets/stylesheets/components/_application_cards.scss */
.additional-info p.small {
  font-size: 0.85rem;
  color: #495057;
}

/* line 259, app/assets/stylesheets/components/_application_cards.scss */
.additional-info p i {
  color: #6c757d;
  width: 16px;
  text-align: center;
}

/* line 265, app/assets/stylesheets/components/_application_cards.scss */
.additional-info p strong {
  font-weight: 600;
  color: #343a40;
}

/* line 271, app/assets/stylesheets/components/_application_cards.scss */
.additional-info .btn-sm, .additional-info .btn-group-sm > .btn {
  font-size: 0.75rem;
  padding: 0.25rem 0.6rem;
}

/* line 275, app/assets/stylesheets/components/_application_cards.scss */
.additional-info .btn-sm i, .additional-info .btn-group-sm > .btn i {
  font-size: 0.8rem;
}

/* Ajustements pour les boutons d'action */
/* line 283, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .btn-outline-success,
.applications-list .btn-outline-info,
.applications-list .btn-outline-dark,
.applications-list .btn-outline-primary {
  border-width: 1px;
  background-color: white;
}

/* line 290, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .btn-outline-success:hover,
.applications-list .btn-outline-info:hover,
.applications-list .btn-outline-dark:hover,
.applications-list .btn-outline-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* line 296, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 300, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .btn-outline-success:hover {
  background-color: #28a745;
  color: white;
}

/* line 306, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 310, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .btn-outline-info:hover {
  background-color: #17a2b8;
  color: white;
}

/* line 316, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 320, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .btn-outline-dark:hover {
  background-color: #343a40;
  color: white;
}

/* line 327, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .d-flex.flex-column.gap-2 .btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
}

/* line 333, app/assets/stylesheets/components/_application_cards.scss */
.applications-list .d-flex.flex-column.gap-2 .btn i {
  margin-right: 0.5rem;
  width: 16px;
  text-align: center;
}

/* Styles pour la vue détaillée de candidature */
/* line 343, app/assets/stylesheets/components/_application_cards.scss */
.message-content {
  background-color: #f8f9fa;
  border-radius: 10px;
  border-left: 3px solid #007bff;
  padding: 1.25rem !important;
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}

/* line 355, app/assets/stylesheets/components/_application_cards.scss */
.message-section h5, .message-section .h5 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #343a40;
}

/* line 362, app/assets/stylesheets/components/_application_cards.scss */
.card-header.bg-primary {
  background: linear-gradient(135deg, #007bff, #0056b3) !important;
  border-bottom: none;
}

/* line 366, app/assets/stylesheets/components/_application_cards.scss */
.card-header.bg-primary h1, .card-header.bg-primary .h1 {
  font-weight: 600;
}

/* line 371, app/assets/stylesheets/components/_application_cards.scss */
.actions {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 1.25rem;
  margin-top: 1.5rem;
}

/* line 377, app/assets/stylesheets/components/_application_cards.scss */
.actions h5, .actions .h5 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #343a40;
}

/* Améliorations pour les cartes d'informations */
/* line 386, app/assets/stylesheets/components/_application_cards.scss */
.candidate-categories .badge, .hunter-categories .badge {
  background-color: #6c757d;
  color: white;
  border-radius: 20px;
  padding: 0.5em 1em;
  font-weight: 500;
  font-size: 0.8rem;
  transition: all 0.2s;
}

/* line 395, app/assets/stylesheets/components/_application_cards.scss */
.candidate-categories .badge:hover, .hunter-categories .badge:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* line 1, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot {
  --assistant-primary: #0c3b8f;
  --assistant-primary-strong: #092a67;
  --assistant-primary-soft: #e8f0ff;
  --assistant-accent: #0d9f9a;
  --assistant-accent-strong: #097872;
  --assistant-surface: #ffffff;
  --assistant-surface-soft: #f7faff;
  --assistant-border: #d8e3f5;
  --assistant-text: #163465;
  --assistant-text-muted: #5a6f95;
  --assistant-shadow: 0 18px 40px rgba(7, 35, 86, 0.24);
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1100;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* line 20, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__teaser {
  position: absolute;
  right: 0;
  bottom: 4.55rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  animation: assistant-bot-fade-up 0.28s ease;
}

/* line 30, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__teaser-main {
  border: 1px solid #c9d9f5;
  background: #fff;
  color: var(--assistant-text);
  font-weight: 700;
  font-size: 0.8rem;
  border-radius: 999px;
  padding: 0.54rem 0.86rem;
  box-shadow: 0 10px 22px rgba(11, 38, 88, 0.18);
  white-space: nowrap;
  line-height: 1.2;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

/* line 47, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__teaser-main::before {
  content: "•";
  color: #19a468;
  font-size: 1.1rem;
  line-height: 0.8;
}

/* line 54, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__teaser-close {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 999px;
  background: rgba(9, 42, 103, 0.12);
  color: var(--assistant-primary-strong);
  font-size: 0.95rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

/* line 70, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__launcher {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: linear-gradient(145deg, var(--assistant-primary) 0%, var(--assistant-primary-strong) 100%);
  color: #fff;
  padding: 0.5rem 0.95rem 0.5rem 0.48rem;
  font-weight: 600;
  box-shadow: var(--assistant-shadow);
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  min-height: 62px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  cursor: pointer;
}

/* line 86, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__launcher:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 34px rgba(8, 34, 84, 0.3);
  filter: saturate(1.05);
}

/* line 92, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot.is-open .assistant-bot__launcher {
  box-shadow: 0 10px 20px rgba(8, 34, 84, 0.2);
  transform: translateY(0);
}

/* line 97, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, #ffffff 0%, #e8f2ff 58%, #d8e7ff 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  box-shadow: inset 0 -5px 10px rgba(12, 59, 143, 0.16), 0 0 0 0 rgba(255, 255, 255, 0.55);
  animation: assistant-bot-pulse 2.6s ease-out infinite;
}

/* line 111, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__avatar::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  border: 1px solid rgba(9, 42, 103, 0.15);
}

/* line 119, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__avatar-face {
  position: relative;
  width: 24px;
  height: 24px;
}

/* line 125, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__avatar-eye {
  position: absolute;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #11326a;
}

/* line 134, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__avatar-eye--left {
  left: 5px;
}

/* line 138, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__avatar-eye--right {
  right: 5px;
}

/* line 142, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__avatar-smile {
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 12px;
  height: 6px;
  transform: translateX(-50%);
  border-bottom: 2px solid #11326a;
  border-radius: 0 0 99px 99px;
}

/* line 153, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__status-dot {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #17c06f;
  border: 2px solid #fff;
}

/* line 164, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__launcher-text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
}

/* line 171, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__launcher-text strong {
  font-size: 0.88rem;
  letter-spacing: 0.01em;
}

/* line 176, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__launcher-text small, .assistant-bot__launcher-text .small {
  font-size: 0.72rem;
  opacity: 0.96;
}

/* line 181, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__panel {
  position: absolute;
  right: 0;
  bottom: 3.75rem;
  width: calc(100vw - 2rem);
  max-width: 406px;
  max-height: 78vh;
  display: flex;
  flex-direction: column;
  border: 1px solid #cfddf4;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 22px 50px rgba(8, 35, 84, 0.27);
  animation: assistant-bot-panel-in 0.25s ease;
}

/* line 198, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.88rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(140deg, #0c3b8f 0%, #0a2b6b 100%);
  color: #fff;
}

/* line 209, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__header-main h3, .assistant-bot__header-main .h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* line 216, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__header-main p {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  opacity: 0.9;
}

/* line 222, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__header-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 228, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__live {
  display: inline-flex;
  align-items: center;
  gap: 0.26rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: #e9fff7;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0.22rem 0.45rem;
  white-space: nowrap;
}

/* line 242, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__live::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3dff9f;
  box-shadow: 0 0 0 4px rgba(61, 255, 159, 0.2);
}

/* line 251, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__close {
  border: 0;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  font-size: 1rem;
  line-height: 1;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}

/* line 268, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__close:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.03);
}

/* line 273, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__body {
  padding: 0.9rem 1rem 0.85rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  scrollbar-width: thin;
}

/* line 282, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__intro {
  margin: 0;
  font-size: 0.88rem;
  color: var(--assistant-text);
  font-weight: 600;
}

/* line 289, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__roles {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* line 295, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__roles button {
  border: 1px solid var(--assistant-border);
  background: var(--assistant-surface);
  border-radius: 12px;
  padding: 0.5rem 0.4rem;
  font-size: 0.8rem;
  color: var(--assistant-text);
  font-weight: 700;
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
  cursor: pointer;
}

/* line 307, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__roles button:hover {
  transform: translateY(-1px);
  border-color: #bcd0f2;
}

/* line 312, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__roles button.is-selected {
  border-color: var(--assistant-primary);
  background: var(--assistant-primary-soft);
  color: var(--assistant-primary-strong);
  box-shadow: inset 0 0 0 1px rgba(12, 59, 143, 0.18);
}

/* line 319, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__journey {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.36rem;
}

/* line 325, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__journey span {
  border: 1px solid #d8e4f7;
  border-radius: 999px;
  background: #f5f9ff;
  color: #38547f;
  font-size: 0.69rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.2rem 0.36rem;
  text-align: center;
}

/* line 337, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__journey strong {
  color: #13366c;
  font-weight: 800;
}

/* line 342, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__nudge {
  margin: 0;
  border: 1px dashed #c7d8f3;
  border-radius: 10px;
  background: #f4f8ff;
  color: #2d4f84;
  font-size: 0.74rem;
  line-height: 1.35;
  font-weight: 700;
  padding: 0.46rem 0.56rem;
}

/* line 354, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__goal-suggestions {
  border: 1px solid #d9e5f8;
  border-radius: 11px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  padding: 0.54rem;
  display: grid;
  gap: 0.42rem;
}

/* line 363, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__goal-heading {
  margin: 0;
  color: #324d79;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

/* line 371, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__goal-grid {
  display: grid;
  gap: 0.38rem;
}

/* line 376, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__goal-chip {
  border: 1px solid #cfdff7;
  border-radius: 10px;
  background: #fff;
  color: #173b70;
  text-align: left;
  padding: 0.44rem 0.5rem;
  display: grid;
  gap: 0.12rem;
  cursor: pointer;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

/* line 389, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__goal-chip:hover {
  border-color: #89a8e6;
  box-shadow: 0 8px 14px rgba(10, 42, 93, 0.11);
  transform: translateY(-1px);
}

/* line 395, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__goal-title {
  font-size: 0.77rem;
  font-weight: 800;
  line-height: 1.28;
}

/* line 401, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__goal-hint {
  font-size: 0.7rem;
  color: #60769c;
  line-height: 1.3;
  font-weight: 600;
}

/* line 408, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__smart-suggestions {
  border: 1px solid #d9e5f8;
  border-radius: 11px;
  background: linear-gradient(180deg, #fbfdff 0%, #f3f8ff 100%);
  padding: 0.54rem;
  display: grid;
  gap: 0.38rem;
}

/* line 417, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__smart-title {
  margin: 0;
  color: #3a4f77;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* line 425, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__smart-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.33rem;
}

/* line 431, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__smart-chip {
  border: 1px solid #cfdef6;
  border-radius: 999px;
  background: #ffffff;
  color: #22406e;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.28rem 0.54rem;
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

/* line 444, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__smart-chip:hover {
  border-color: #7ea4ea;
  background: #ecf4ff;
  transform: translateY(-1px);
}

/* line 450, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__search {
  display: grid;
  gap: 0.56rem;
}

/* line 455, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__search p {
  margin: 0;
  font-size: 0.83rem;
  color: var(--assistant-primary-strong);
  font-weight: 700;
}

/* line 462, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__search label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.76rem;
  color: var(--assistant-text-muted);
  font-weight: 600;
}

/* line 470, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__search input,
.assistant-bot__search select,
.assistant-bot__search textarea {
  border: 1px solid var(--assistant-border);
  border-radius: 10px;
  padding: 0.5rem 0.62rem;
  font-size: 0.84rem;
  color: #17386d;
  background: #fff;
  resize: vertical;
  min-height: 2.24rem;
  line-height: 1.35;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

/* line 485, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__search textarea {
  min-height: 2.95rem;
}

/* line 489, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__search input:focus,
.assistant-bot__search select:focus,
.assistant-bot__search textarea:focus {
  border-color: #7ea4ea;
  box-shadow: 0 0 0 3px rgba(20, 70, 170, 0.15);
  outline: none;
  background: #fff;
}

/* line 498, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__ai-button,
.assistant-bot__qa-button,
.assistant-bot__search-button {
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.56rem 0.7rem;
  cursor: pointer;
  transition: transform 0.17s ease, filter 0.17s ease, box-shadow 0.17s ease;
}

/* line 511, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__ai-button {
  background: linear-gradient(140deg, #0c9b72 0%, #0a7f60 100%);
}

/* line 515, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__qa-button {
  background: linear-gradient(140deg, var(--assistant-accent) 0%, var(--assistant-accent-strong) 100%);
}

/* line 519, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__search-button {
  background: linear-gradient(140deg, var(--assistant-primary) 0%, var(--assistant-primary-strong) 100%);
}

/* line 523, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__ai-button:hover,
.assistant-bot__qa-button:hover,
.assistant-bot__search-button:hover {
  transform: translateY(-1px);
  filter: saturate(1.05);
  box-shadow: 0 8px 18px rgba(9, 42, 103, 0.17);
}

/* line 531, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__ai-button[disabled],
.assistant-bot__qa-button[disabled] {
  opacity: 0.68;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

/* line 539, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__ai-feedback {
  margin: 0;
  font-size: 0.75rem;
  color: #146648;
  line-height: 1.35;
  font-weight: 600;
}

/* line 547, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__ai-feedback.is-error {
  color: #972d2d;
}

/* line 551, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__qa {
  border-top: 1px dashed var(--assistant-border);
  padding-top: 0.58rem;
  display: grid;
  gap: 0.44rem;
}

/* line 558, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__qa-hint {
  color: var(--assistant-text-muted);
  font-size: 0.71rem;
  line-height: 1.35;
  font-weight: 500;
}

/* line 565, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__qa-answer {
  margin: 0;
  border: 1px solid #cfe0f8;
  border-radius: 10px;
  background: #f5f9ff;
  color: #193a6f;
  font-size: 0.79rem;
  line-height: 1.48;
  padding: 0.58rem 0.65rem;
}

/* line 576, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__qa-answer.is-error {
  border-color: #efd4d4;
  background: #fff7f7;
  color: #8c2c2c;
}

/* line 582, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__qa-source {
  display: block;
  margin-top: 0.45rem;
  color: #4f6286;
  font-size: 0.72rem;
  font-weight: 700;
}

/* line 590, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__quick-prompts {
  display: grid;
  gap: 0.35rem;
}

/* line 595, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__quick-title {
  margin: 0;
  color: #3f557f;
  font-size: 0.72rem;
  font-weight: 700;
}

/* line 602, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__quick-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

/* line 608, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__quick-question {
  border: 1px solid #d5e1f6;
  border-radius: 999px;
  background: #fff;
  color: #304b79;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.26rem 0.56rem;
  cursor: pointer;
  transition: border-color 0.16s ease, color 0.16s ease, background 0.16s ease;
}

/* line 621, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__quick-question:hover {
  border-color: #8f7ef2;
  background: #f5f2ff;
  color: #4f3ec4;
}

/* line 627, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__loading {
  padding: 0.67rem;
  border-radius: 10px;
  background: #f0f6ff;
  border: 1px solid #d8e4f8;
  color: #264e8e;
  font-size: 0.83rem;
  font-weight: 600;
}

/* line 637, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__results-title {
  margin: 0;
  color: #173866;
  font-size: 0.83rem;
  font-weight: 700;
}

/* line 644, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__cards {
  display: grid;
  gap: 0.52rem;
}

/* line 649, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__comparison {
  border: 1px solid #d8e4f5;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  padding: 0.62rem;
  display: grid;
  gap: 0.5rem;
}

/* line 658, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__comparison-title {
  margin: 0;
  font-size: 0.76rem;
  color: #173866;
  font-weight: 800;
}

/* line 665, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__comparison-table {
  display: grid;
  grid-template-columns: minmax(68px, 0.8fr) minmax(0, 1fr) minmax(0, 1fr);
  border: 1px solid #dbe6f8;
  border-radius: 10px;
  overflow: hidden;
}

/* line 673, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__comparison-cell {
  padding: 0.38rem 0.44rem;
  border-right: 1px solid #e4ecfa;
  border-bottom: 1px solid #e4ecfa;
  font-size: 0.72rem;
  color: #24416c;
  line-height: 1.35;
  word-break: break-word;
}

/* line 683, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__comparison-cell:nth-child(3n) {
  border-right: 0;
}

/* line 687, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__comparison-cell--label {
  background: #f2f7ff;
  font-weight: 700;
  color: #36547f;
}

/* line 693, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__card {
  border: 1px solid #d9e4f5;
  border-radius: 12px;
  padding: 0.68rem;
  background: #fff;
  box-shadow: 0 6px 14px rgba(11, 35, 79, 0.08);
}

/* line 701, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__card h4, .assistant-bot__card .h4 {
  margin: 0 0 0.32rem;
  font-size: 0.84rem;
  line-height: 1.35;
  color: #143162;
  font-weight: 700;
}

/* line 709, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__meta {
  margin: 0;
  color: #5a6f95;
  font-size: 0.75rem;
  line-height: 1.35;
}

/* line 716, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__rating {
  display: inline-block;
  margin-top: 0.36rem;
  font-size: 0.74rem;
  color: #8c6400;
  background: #fff6d4;
  padding: 0.14rem 0.42rem;
  border-radius: 999px;
  font-weight: 700;
}

/* line 727, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__card-actions {
  margin-top: 0.52rem;
  display: flex;
  gap: 0.46rem;
}

/* line 733, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__card-actions a {
  text-decoration: none;
  border: 1px solid #ccdaf4;
  border-radius: 8px;
  padding: 0.3rem 0.52rem;
  font-size: 0.74rem;
  color: #1a3a6c;
  font-weight: 700;
  transition: transform 0.14s ease, box-shadow 0.14s ease, background 0.14s ease;
}

/* line 744, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__card-actions a:hover {
  transform: translateY(-1px);
}

/* line 748, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__card-actions a:last-child {
  border-color: var(--assistant-primary);
  background: var(--assistant-primary);
  color: #fff;
}

/* line 754, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__empty {
  border-radius: 10px;
  padding: 0.72rem;
  background: #f4f8ff;
  border: 1px solid #d6e3f8;
}

/* line 761, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__empty p {
  margin: 0;
  color: #355382;
  font-size: 0.81rem;
  line-height: 1.4;
}

/* line 768, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__link {
  margin-top: 0.38rem;
  display: inline-block;
  color: var(--assistant-primary);
  font-size: 0.79rem;
  font-weight: 700;
}

/* line 776, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__actions {
  display: grid;
  gap: 0.42rem;
}

/* line 781, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__actions a {
  text-decoration: none;
  border: 1px solid #d2def3;
  border-radius: 10px;
  padding: 0.48rem 0.58rem;
  font-size: 0.77rem;
  font-weight: 700;
  color: #1e3d70;
  background: #fff;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

/* line 793, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__actions a:hover {
  border-color: #bbcff2;
  box-shadow: 0 6px 14px rgba(11, 35, 79, 0.1);
  transform: translateY(-1px);
}

/* line 799, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__secondary-cta {
  border: 1px solid #bcd1f2;
  background: #eef4ff;
  color: #113d84;
  border-radius: 10px;
  padding: 0.5rem 0.62rem;
  font-size: 0.76rem;
  line-height: 1.2;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.17s ease, border-color 0.17s ease, transform 0.17s ease;
}

/* line 812, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__secondary-cta:hover {
  background: #e4edff;
  border-color: #a8c1eb;
  transform: translateY(-1px);
}

/* line 818, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__footer {
  padding: 0.72rem 1rem;
  border-top: 1px solid #e2e9f6;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.76rem;
}

/* line 828, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__footer button,
.assistant-bot__footer a {
  border: 0;
  background: none;
  padding: 0;
  font-size: 0.74rem;
  color: #4f6388;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

/* line 840, app/assets/stylesheets/components/_assistant_bot.scss */
.assistant-bot__footer a {
  color: var(--assistant-primary);
}

@keyframes assistant-bot-pulse {
  0% {
    box-shadow: inset 0 -5px 10px rgba(12, 59, 143, 0.16), 0 0 0 0 rgba(255, 255, 255, 0.55);
  }
  70% {
    box-shadow: inset 0 -5px 10px rgba(12, 59, 143, 0.16), 0 0 0 11px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: inset 0 -5px 10px rgba(12, 59, 143, 0.16), 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes assistant-bot-fade-up {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes assistant-bot-panel-in {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 900px) {
  /* line 879, app/assets/stylesheets/components/_assistant_bot.scss */
  .assistant-bot {
    right: 0.8rem;
    bottom: 0.8rem;
  }
  /* line 884, app/assets/stylesheets/components/_assistant_bot.scss */
  .assistant-bot__panel {
    max-width: 382px;
  }
}

@media (max-width: 576px) {
  /* line 890, app/assets/stylesheets/components/_assistant_bot.scss */
  .assistant-bot {
    right: 0.58rem;
    bottom: 4.7rem;
  }
  /* line 895, app/assets/stylesheets/components/_assistant_bot.scss */
  .assistant-bot__teaser {
    bottom: 4.1rem;
  }
  /* line 899, app/assets/stylesheets/components/_assistant_bot.scss */
  .assistant-bot__teaser-main {
    font-size: 0.74rem;
    padding: 0.45rem 0.66rem;
  }
  /* line 904, app/assets/stylesheets/components/_assistant_bot.scss */
  .assistant-bot__launcher {
    min-height: 58px;
    padding-right: 0.5rem;
  }
  /* line 909, app/assets/stylesheets/components/_assistant_bot.scss */
  .assistant-bot__launcher-text small, .assistant-bot__launcher-text .small {
    display: none;
  }
  /* line 913, app/assets/stylesheets/components/_assistant_bot.scss */
  .assistant-bot__panel {
    width: calc(100vw - 1.2rem);
    max-height: 70vh;
    right: 0;
    bottom: 3.45rem;
  }
  /* line 920, app/assets/stylesheets/components/_assistant_bot.scss */
  .assistant-bot__header {
    padding: 0.76rem 0.84rem;
  }
  /* line 924, app/assets/stylesheets/components/_assistant_bot.scss */
  .assistant-bot__body {
    padding: 0.8rem 0.84rem;
  }
  /* line 928, app/assets/stylesheets/components/_assistant_bot.scss */
  .assistant-bot__roles {
    grid-template-columns: 1fr;
  }
  /* line 932, app/assets/stylesheets/components/_assistant_bot.scss */
  .assistant-bot__journey {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 938, app/assets/stylesheets/components/_assistant_bot.scss */
  .assistant-bot *,
.assistant-bot *::before,
.assistant-bot *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* line 1, app/assets/stylesheets/components/_mobile_sticky_cta.scss */
.mobile-sticky-cta {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: calc(0.7rem + env(safe-area-inset-bottom, 0px));
  z-index: 1080;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.44rem;
  border-radius: 14px;
  border: 1px solid rgba(197, 213, 239, 0.9);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(10, 37, 89, 0.16);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

/* line 19, app/assets/stylesheets/components/_mobile_sticky_cta.scss */
.mobile-sticky-cta__item {
  flex: 1 1 0;
  min-width: 0;
  border: 1px solid #d7e1f5;
  border-radius: 10px;
  background: #ffffff;
  color: #24406f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  min-height: 2.45rem;
  padding: 0.35rem 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
}

/* line 38, app/assets/stylesheets/components/_mobile_sticky_cta.scss */
.mobile-sticky-cta__item i {
  font-size: 0.76rem;
}

/* line 42, app/assets/stylesheets/components/_mobile_sticky_cta.scss */
.mobile-sticky-cta__item.is-primary {
  border-color: #2d6dd8;
  background: linear-gradient(140deg, #1b5fd5 0%, #2d79e5 100%);
  color: #ffffff;
}

@media (max-width: 991px) {
  /* line 49, app/assets/stylesheets/components/_mobile_sticky_cta.scss */
  .mobile-sticky-cta {
    display: flex;
  }
  /* line 53, app/assets/stylesheets/components/_mobile_sticky_cta.scss */
  .assistant-bot {
    bottom: calc(4.9rem + env(safe-area-inset-bottom, 0px));
  }
}

/* line 1, app/assets/stylesheets/components/_oauth_buttons.scss */
.oauth-divider {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 1rem 0 0.85rem;
  color: #5e7196;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 13, app/assets/stylesheets/components/_oauth_buttons.scss */
.oauth-divider::before,
.oauth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #dbe3f2;
}

/* line 21, app/assets/stylesheets/components/_oauth_buttons.scss */
.oauth-buttons {
  display: grid;
  gap: 0.55rem;
}

/* line 26, app/assets/stylesheets/components/_oauth_buttons.scss */
.oauth-buttons .button_to {
  margin: 0;
}

/* line 30, app/assets/stylesheets/components/_oauth_buttons.scss */
.oauth-button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid #d3deef;
  border-radius: 10px;
  background: #fff;
  color: #193668;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.72rem 0.8rem;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

/* line 47, app/assets/stylesheets/components/_oauth_buttons.scss */
.oauth-button:hover {
  border-color: #bccde8;
  background: #f8fbff;
  transform: translateY(-1px);
}

/* line 53, app/assets/stylesheets/components/_oauth_buttons.scss */
.oauth-button i {
  font-size: 0.95rem;
}

/* line 57, app/assets/stylesheets/components/_oauth_buttons.scss */
.oauth-button--google-oauth2 i {
  color: #de5246;
}

/* line 61, app/assets/stylesheets/components/_oauth_buttons.scss */
.oauth-button--linkedin-openid i {
  color: #0a66c2;
}

/* line 2, app/assets/stylesheets/pages/_home.scss */
.category-row {
  display: none;
}

/* line 6, app/assets/stylesheets/pages/_home.scss */
.category-item .category-row:nth-child(1) {
  display: flex;
}

/* line 10, app/assets/stylesheets/pages/_home.scss */
.category-item.expanded .category-row {
  display: flex;
}

/* line 14, app/assets/stylesheets/pages/_home.scss */
.home-banner {
  overflow: hidden;
  background-color: #e1ddd8bd;
}

/* line 19, app/assets/stylesheets/pages/_home.scss */
.home-title {
  padding-left: clamp(1rem, 5vw, 5.5rem);
  padding-right: clamp(1rem, 5vw, 5.5rem);
  white-space: normal;
}

/* line 24, app/assets/stylesheets/pages/_home.scss */
.category-section {
  padding-left: clamp(1rem, 5vw, 5.5rem);
  padding-right: clamp(1rem, 5vw, 5.5rem);
}

/* line 29, app/assets/stylesheets/pages/_home.scss */
.home-category-strip {
  background-color: #fff;
  width: 100%;
  padding: 30px 0;
}

@media (max-width: 720px) {
  /* line 37, app/assets/stylesheets/pages/_home.scss */
  .container {
    overflow: hidden;
  }
  /* line 41, app/assets/stylesheets/pages/_home.scss */
  .home-title {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 46, app/assets/stylesheets/pages/_home.scss */
  .category-section {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 54, app/assets/stylesheets/pages/_home.scss */
.font-text {
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #0b2b82;
}

/* line 59, app/assets/stylesheets/pages/_home.scss */
.title {
  font-size: 32px;
  font-family: var(--font-primary);
  font-weight: 600;
  color: #25324b;
  line-height: 38.4px;
}

@media (max-width: 768px) {
  /* line 59, app/assets/stylesheets/pages/_home.scss */
  .title {
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
  }
}

@media (max-width: 576px) {
  /* line 59, app/assets/stylesheets/pages/_home.scss */
  .title {
    font-size: 24px;
  }
}

/* line 76, app/assets/stylesheets/pages/_home.scss */
.title .span0, .title .span1 {
  display: inline-block;
}

@media (max-width: 576px) {
  /* line 76, app/assets/stylesheets/pages/_home.scss */
  .title .span0, .title .span1 {
    display: block;
    text-align: center;
  }
}

/* line 85, app/assets/stylesheets/pages/_home.scss */
.category-section-hunter {
  display: flex;
  background-color: white;
  margin-bottom: 30px;
  font-size: 10px;
  color: #feb835;
}

/* line 92, app/assets/stylesheets/pages/_home.scss */
.lien-catégorie {
  color: #7b66ff;
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* line 97, app/assets/stylesheets/pages/_home.scss */
.baijamjuree-semi-bold-catalina-blue-24px {
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  color: #0b2b82;
  font-size: clamp(0.9rem, 2vw, 18px);
  margin-bottom: 0.5rem;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

@media (max-width: 768px) {
  /* line 97, app/assets/stylesheets/pages/_home.scss */
  .baijamjuree-semi-bold-catalina-blue-24px {
    font-size: clamp(0.85rem, 3vw, 1.1rem);
  }
}

@media (max-width: 576px) {
  /* line 97, app/assets/stylesheets/pages/_home.scss */
  .baijamjuree-semi-bold-catalina-blue-24px {
    font-size: clamp(0.8rem, 4vw, 1rem);
  }
}

/* line 115, app/assets/stylesheets/pages/_home.scss */
.title-categories {
  font-size: clamp(1.85rem, 3.1vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
}

/* line 121, app/assets/stylesheets/pages/_home.scss */
.title-primary {
  color: var(--catalina-blue);
}

/* line 125, app/assets/stylesheets/pages/_home.scss */
.blog-subtitle {
  color: var(--catalina-blue);
}

/* line 129, app/assets/stylesheets/pages/_home.scss */
.title-annonce {
  font-size: clamp(1.2rem, 2.2vw, 1.4rem) !important;
  color: var(--catalina-blue);
  width: 100%;
}

@media (max-width: 768px) {
  /* line 135, app/assets/stylesheets/pages/_home.scss */
  .title-annonce span {
    display: block !important;
    margin: 5px 0 !important;
  }
}

@media (max-width: 768px) {
  /* line 142, app/assets/stylesheets/pages/_home.scss */
  .text-small,
div.text-small,
p.text-small {
    font-size: 1rem;
  }
}

/* line 153, app/assets/stylesheets/pages/_home.scss */
.font-article {
  font-family: var(--font-primary);
  font-size: 13px;
  color: #000000;
}

@media (max-width: 720px) {
  /* line 161, app/assets/stylesheets/pages/_home.scss */
  .font-article {
    font-size: 10px;
  }
}

/* line 168, app/assets/stylesheets/pages/_home.scss */
.titre-article {
  font-family: var(--font-primary);
  font-size: 16px;
  color: #0b2b82;
}

@media (max-width: 720px) {
  /* line 175, app/assets/stylesheets/pages/_home.scss */
  .titre-article {
    font-size: 13px;
  }
}

/* line 187, app/assets/stylesheets/pages/_home.scss */
.blog-section {
  padding: 4rem 0;
}

/* line 191, app/assets/stylesheets/pages/_home.scss */
.blog-title-primary {
  color: #0b2b82;
  font-weight: 700;
}

/* line 196, app/assets/stylesheets/pages/_home.scss */
.blog-title-secondary {
  color: #0b2b82;
  font-weight: 700;
}

/* line 201, app/assets/stylesheets/pages/_home.scss */
.blog-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin: 0;
}

/* line 207, app/assets/stylesheets/pages/_home.scss */
.view-all-link {
  color: #0b2b82;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
  transition: color 0.3s ease;
}

/* line 216, app/assets/stylesheets/pages/_home.scss */
.view-all-link:hover {
  color: #091f5c;
}

/* line 220, app/assets/stylesheets/pages/_home.scss */
.home-blog-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.1rem;
  margin-bottom: 1.25rem;
}

/* line 228, app/assets/stylesheets/pages/_home.scss */
.home-blog-header__intro {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

/* line 234, app/assets/stylesheets/pages/_home.scss */
.home-blog-header__cta {
  white-space: nowrap;
}

/* line 238, app/assets/stylesheets/pages/_home.scss */
.home-blog-grid {
  align-items: stretch;
}

/* line 242, app/assets/stylesheets/pages/_home.scss */
.blog-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d9e4f4;
  box-shadow: 0 8px 24px rgba(11, 36, 82, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  height: 100%;
}

/* line 255, app/assets/stylesheets/pages/_home.scss */
.blog-card--press {
  border-color: #d2def5;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

/* line 260, app/assets/stylesheets/pages/_home.scss */
.blog-card:hover {
  transform: translateY(-4px);
  border-color: #c2d3f0;
  box-shadow: 0 14px 30px rgba(11, 36, 82, 0.14);
}

/* line 266, app/assets/stylesheets/pages/_home.scss */
.blog-card-image-wrapper {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}

/* line 272, app/assets/stylesheets/pages/_home.scss */
.blog-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

/* line 282, app/assets/stylesheets/pages/_home.scss */
.blog-card-image-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.45rem;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(140deg, var(--press-color-start, #1f4ea3) 0%, var(--press-color-end, #2f77cf) 100%);
}

/* line 299, app/assets/stylesheets/pages/_home.scss */
.blog-card-image-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 42%);
}

/* line 306, app/assets/stylesheets/pages/_home.scss */
.blog-card-image-placeholder i,
.blog-card-image-placeholder__label {
  position: relative;
  z-index: 1;
}

/* line 312, app/assets/stylesheets/pages/_home.scss */
.blog-card-image-placeholder i {
  font-size: 1.1rem;
  opacity: 0.95;
}

/* line 317, app/assets/stylesheets/pages/_home.scss */
.blog-card-image-placeholder__label {
  font-size: 0.76rem;
  line-height: 1.35;
  font-weight: 700;
  max-width: 100%;
  text-wrap: balance;
}

/* line 325, app/assets/stylesheets/pages/_home.scss */
.blog-card-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(11, 43, 130, 0.92);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 0.24rem 0.6rem;
  letter-spacing: 0.02em;
  z-index: 2;
}

/* line 341, app/assets/stylesheets/pages/_home.scss */
.blog-card-badge--press {
  background: rgba(34, 79, 158, 0.92);
}

/* line 345, app/assets/stylesheets/pages/_home.scss */
.blog-card:hover .blog-card-image {
  transform: scale(1.05);
}

/* line 349, app/assets/stylesheets/pages/_home.scss */
.blog-card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

/* line 356, app/assets/stylesheets/pages/_home.scss */
.blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  font-size: 0.8rem;
  color: #5a6d92;
  margin-bottom: 0;
}

/* line 365, app/assets/stylesheets/pages/_home.scss */
.blog-date,
.blog-read-time,
.blog-source {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

/* line 373, app/assets/stylesheets/pages/_home.scss */
.blog-source {
  font-weight: 600;
}

/* line 377, app/assets/stylesheets/pages/_home.scss */
.blog-card-title {
  font-size: 1.18rem;
  font-weight: 600;
  color: #0b2b82;
  margin-bottom: 0;
  line-height: 1.4;
}

/* line 385, app/assets/stylesheets/pages/_home.scss */
.blog-card-excerpt {
  color: #666;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* line 392, app/assets/stylesheets/pages/_home.scss */
.blog-card-link {
  color: #0b2b82;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap 0.24s ease, color 0.24s ease;
}

/* line 402, app/assets/stylesheets/pages/_home.scss */
.blog-card:hover .blog-card-link {
  gap: 0.8rem;
  color: #091f5c;
}

/* line 407, app/assets/stylesheets/pages/_home.scss */
.home-blog-empty {
  padding: 1.15rem;
  border: 1px dashed #cedaf1;
  border-radius: 14px;
  background: #f8fbff;
  color: #4c6188;
}

/* line 415, app/assets/stylesheets/pages/_home.scss */
.home-blog-empty p {
  margin: 0 0 0.45rem;
}

@media (max-width: 768px) {
  /* line 420, app/assets/stylesheets/pages/_home.scss */
  .home-blog-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.95rem;
  }
  /* line 426, app/assets/stylesheets/pages/_home.scss */
  .blog-section {
    padding: 2rem 0;
  }
  /* line 430, app/assets/stylesheets/pages/_home.scss */
  .blog-card {
    margin-bottom: 1.5rem;
  }
  /* line 434, app/assets/stylesheets/pages/_home.scss */
  .blog-card-content {
    padding: 1.25rem;
  }
}

/* line 441, app/assets/stylesheets/pages/_home.scss */
.registration-section {
  background-color: #e1ddd8bd;
  padding: 4rem 0;
  position: relative;
}

/* line 447, app/assets/stylesheets/pages/_home.scss */
.registration-title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: var(--ui-title-font);
  letter-spacing: 0.01em;
}

/* line 456, app/assets/stylesheets/pages/_home.scss */
.title-primary {
  color: #0b2b82;
  margin-right: 0.5rem;
}

/* line 461, app/assets/stylesheets/pages/_home.scss */
.title-secondary {
  color: #0b2b82;
}

/* line 465, app/assets/stylesheets/pages/_home.scss */
.registration-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(11, 36, 82, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  transform: translateZ(0);
  will-change: transform;
}

/* line 476, app/assets/stylesheets/pages/_home.scss */
.registration-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(11, 36, 82, 0.14);
}

/* line 481, app/assets/stylesheets/pages/_home.scss */
.card-image-wrapper {
  position: relative;
  padding-top: 66%;
  overflow: hidden;
}

/* line 487, app/assets/stylesheets/pages/_home.scss */
.card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.32s ease;
  transform: translateZ(0);
  will-change: transform;
}

/* line 499, app/assets/stylesheets/pages/_home.scss */
.registration-card:hover .card-image {
  transform: scale(1.02);
}

/* line 503, app/assets/stylesheets/pages/_home.scss */
.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
}

/* line 512, app/assets/stylesheets/pages/_home.scss */
.card-content {
  padding: 2rem;
  text-align: center;
}

/* line 517, app/assets/stylesheets/pages/_home.scss */
.card-title-link {
  text-decoration: none;
}

/* line 521, app/assets/stylesheets/pages/_home.scss */
.card-title {
  color: #0b2b82;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

/* line 529, app/assets/stylesheets/pages/_home.scss */
.registration-card:hover .card-title {
  color: #0b2b82;
}

/* line 533, app/assets/stylesheets/pages/_home.scss */
.card-description {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  min-height: 3.2rem;
}

/* line 541, app/assets/stylesheets/pages/_home.scss */
.registration-button {
  display: inline-block;
  padding: 0.8rem 2rem;
  background: #0b2b82;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 2px solid #0b2b82;
}

/* line 553, app/assets/stylesheets/pages/_home.scss */
.registration-button:hover {
  background: transparent;
  color: #0b2b82;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  /* line 560, app/assets/stylesheets/pages/_home.scss */
  .registration-section {
    padding: 3rem 0;
  }
  /* line 564, app/assets/stylesheets/pages/_home.scss */
  .registration-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  /* line 569, app/assets/stylesheets/pages/_home.scss */
  .card-content {
    padding: 1.5rem;
  }
  /* line 573, app/assets/stylesheets/pages/_home.scss */
  .registration-card {
    margin-bottom: 2rem;
  }
}

/* line 578, app/assets/stylesheets/pages/_home.scss */
.home-hero {
  position: relative;
  overflow: hidden;
  margin-top: 90px;
  padding: clamp(88px, 12vw, 130px) 0 clamp(56px, 8vw, 86px);
  background-color: #e1ddd8bd;
}

/* line 586, app/assets/stylesheets/pages/_home.scss */
.home-hero::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -5%;
  width: 52%;
  max-width: 620px;
  height: 70%;
  background: rgba(123, 102, 255, 0.05);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  z-index: 0;
}

/* line 599, app/assets/stylesheets/pages/_home.scss */
.home-hero::after {
  content: '';
  position: absolute;
  bottom: -12%;
  left: -6%;
  width: 42%;
  max-width: 480px;
  height: 60%;
  background: rgba(123, 102, 255, 0.035);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  z-index: 0;
}

/* line 612, app/assets/stylesheets/pages/_home.scss */
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  padding-inline: clamp(0.25rem, 1.8vw, 1rem);
}

/* line 621, app/assets/stylesheets/pages/_home.scss */
.hero-title {
  max-width: 820px;
  margin: 0 auto 1rem;
  font-size: clamp(2rem, 5vw, 3.55rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #2c3e50;
  font-family: var(--ui-title-font);
  text-wrap: balance;
}

/* line 633, app/assets/stylesheets/pages/_home.scss */
.hero-title span {
  display: inline-block;
}

/* line 637, app/assets/stylesheets/pages/_home.scss */
.couleur {
  color: #0b2b82;
}

/* line 641, app/assets/stylesheets/pages/_home.scss */
.lavande {
  color: #7b66ff;
  position: relative;
}

/* line 646, app/assets/stylesheets/pages/_home.scss */
.hero-description {
  max-width: 760px;
  margin: 0 auto 2.1rem;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.65;
  color: #0b2b82;
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* line 655, app/assets/stylesheets/pages/_home.scss */
.search-wrapper {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 1.4rem;
  border-radius: 18px;
}

/* line 662, app/assets/stylesheets/pages/_home.scss */
.popular-terms {
  margin-top: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #0b2b82;
}

/* line 673, app/assets/stylesheets/pages/_home.scss */
.popular-terms-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

/* line 680, app/assets/stylesheets/pages/_home.scss */
.popular-term {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
  background-color: rgba(123, 102, 255, 0.1);
  color: #7b66ff;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

/* line 691, app/assets/stylesheets/pages/_home.scss */
.popular-term:hover {
  background-color: rgba(123, 102, 255, 0.2);
  transform: translateY(-1px);
  color: #7b66ff;
}

/* line 698, app/assets/stylesheets/pages/_home.scss */
.home-proof-strip {
  margin: 1.35rem auto 0;
  max-width: 980px;
  border: 1px solid #d2def2;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(10, 36, 84, 0.12);
  padding: 0.95rem;
  display: grid;
  gap: 0.75rem;
}

/* line 710, app/assets/stylesheets/pages/_home.scss */
.home-proof-strip__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

/* line 716, app/assets/stylesheets/pages/_home.scss */
.home-proof-strip__item {
  border: 1px solid #dbe5f8;
  border-radius: 12px;
  padding: 0.55rem;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  display: grid;
  gap: 0.14rem;
}

/* line 726, app/assets/stylesheets/pages/_home.scss */
.home-proof-strip__item strong {
  color: #0b2b82;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.1;
  font-weight: 800;
}

/* line 733, app/assets/stylesheets/pages/_home.scss */
.home-proof-strip__item span {
  color: #4a628a;
  font-size: 0.76rem;
  line-height: 1.25;
  font-weight: 600;
}

/* line 740, app/assets/stylesheets/pages/_home.scss */
.home-proof-strip__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

/* line 748, app/assets/stylesheets/pages/_home.scss */
.home-proof-strip__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.45rem 0.78rem;
  background: #0b2b82;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  transition: transform 0.17s ease, box-shadow 0.17s ease, background 0.17s ease;
}

/* line 763, app/assets/stylesheets/pages/_home.scss */
.home-proof-strip__cta:hover {
  color: #fff;
  background: #09256d;
  transform: translateY(-1px);
}

/* line 769, app/assets/stylesheets/pages/_home.scss */
.home-proof-strip__cta--ghost {
  border-color: #c3d3ee;
  background: #f4f8ff;
  color: #14408d;
}

/* line 775, app/assets/stylesheets/pages/_home.scss */
.home-proof-strip__cta--ghost:hover {
  color: #103677;
  background: #e9f1ff;
}

@media (max-width: 768px) {
  /* line 781, app/assets/stylesheets/pages/_home.scss */
  .home-hero {
    margin-top: 80px;
    padding: 96px 0 62px;
  }
  /* line 786, app/assets/stylesheets/pages/_home.scss */
  .hero-content {
    max-width: 100%;
    padding-inline: 0;
  }
  /* line 791, app/assets/stylesheets/pages/_home.scss */
  .hero-title {
    max-width: 100%;
    margin-bottom: 0.9rem;
    line-height: 1.15;
  }
  /* line 797, app/assets/stylesheets/pages/_home.scss */
  .hero-description {
    margin-bottom: 1.5rem;
    line-height: 1.58;
  }
  /* line 802, app/assets/stylesheets/pages/_home.scss */
  .popular-terms {
    justify-content: flex-start;
    align-items: flex-start;
  }
  /* line 807, app/assets/stylesheets/pages/_home.scss */
  .popular-terms-links {
    justify-content: flex-start;
  }
  /* line 811, app/assets/stylesheets/pages/_home.scss */
  .home-proof-strip {
    padding: 0.78rem;
    margin-top: 1rem;
  }
  /* line 816, app/assets/stylesheets/pages/_home.scss */
  .home-proof-strip__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.42rem;
  }
  /* line 821, app/assets/stylesheets/pages/_home.scss */
  .home-proof-strip__item {
    padding: 0.5rem;
  }
}

/* line 827, app/assets/stylesheets/pages/_home.scss */
.mobile-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* line 833, app/assets/stylesheets/pages/_home.scss */
.mobile-title-wrapper .span0, .mobile-title-wrapper .span1 {
  display: inline-block;
}

@media (max-width: 576px) {
  /* line 827, app/assets/stylesheets/pages/_home.scss */
  .mobile-title-wrapper {
    gap: 4px;
  }
}

/* Flux externe d'actualités emplois */
/* line 843, app/assets/stylesheets/pages/_home.scss */
.home-api-news {
  margin-top: 2rem;
}

/* line 847, app/assets/stylesheets/pages/_home.scss */
.home-api-news__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.9rem;
}

/* line 855, app/assets/stylesheets/pages/_home.scss */
.home-api-news__title {
  margin: 0;
  color: #0b2b82;
  font-family: var(--ui-title-font);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 700;
}

/* line 863, app/assets/stylesheets/pages/_home.scss */
.home-api-news__subtitle {
  margin: 0;
  color: #5d7095;
  font-size: 0.88rem;
}

/* line 869, app/assets/stylesheets/pages/_home.scss */
.home-api-news__topic-title {
  margin: 0 0 0.65rem;
  color: #0f326d;
  font-family: var(--ui-title-font);
  font-size: clamp(1rem, 1.7vw, 1.15rem);
  font-weight: 700;
}

/* line 877, app/assets/stylesheets/pages/_home.scss */
.home-api-news__card {
  display: block;
  height: 100%;
  text-decoration: none;
  border: 1px solid #d9e3f2;
  border-radius: 14px;
  background: #fff;
  padding: 0.9rem;
  box-shadow: 0 8px 18px rgba(11, 36, 82, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* line 889, app/assets/stylesheets/pages/_home.scss */
.home-api-news__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(11, 36, 82, 0.12);
}

/* line 894, app/assets/stylesheets/pages/_home.scss */
.home-api-news__source {
  margin: 0 0 0.45rem;
  color: #5a6d91;
  font-size: 0.78rem;
  font-weight: 600;
}

/* line 901, app/assets/stylesheets/pages/_home.scss */
.home-api-news__card h4, .home-api-news__card .h4 {
  margin: 0 0 0.45rem;
  color: #142f63;
  font-family: var(--ui-title-font);
  font-size: 0.98rem;
  line-height: 1.3;
}

/* line 909, app/assets/stylesheets/pages/_home.scss */
.home-api-news__card p {
  margin: 0;
  color: #4e6288;
  font-size: 0.86rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  /* line 917, app/assets/stylesheets/pages/_home.scss */
  .home-api-news__header {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 923, app/assets/stylesheets/pages/_home.scss */
.popular-listings-text {
  font-size: 1.1rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  /* line 923, app/assets/stylesheets/pages/_home.scss */
  .popular-listings-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  /* line 923, app/assets/stylesheets/pages/_home.scss */
  .popular-listings-text {
    font-size: 0.95rem;
  }
  /* line 936, app/assets/stylesheets/pages/_home.scss */
  .popular-listings-text span {
    margin-top: 0.3rem;
  }
}

/* line 941, app/assets/stylesheets/pages/_home.scss */
.popular-listings-text u {
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* line 948, app/assets/stylesheets/pages/_home.scss */
.hunter-card {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* line 958, app/assets/stylesheets/pages/_home.scss */
.hunter-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
  /* line 948, app/assets/stylesheets/pages/_home.scss */
  .hunter-card {
    padding: 1.25rem;
  }
}

/* line 968, app/assets/stylesheets/pages/_home.scss */
.top-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

/* line 974, app/assets/stylesheets/pages/_home.scss */
.top-card h6, .top-card .h6 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  /* line 974, app/assets/stylesheets/pages/_home.scss */
  .top-card h6, .top-card .h6 {
    font-size: 1rem;
  }
}

/* line 983, app/assets/stylesheets/pages/_home.scss */
.top-card p {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #666;
}

@media (max-width: 768px) {
  /* line 983, app/assets/stylesheets/pages/_home.scss */
  .top-card p {
    font-size: 0.85rem;
  }
}

/* line 993, app/assets/stylesheets/pages/_home.scss */
.top-card .logo {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* line 1000, app/assets/stylesheets/pages/_home.scss */
.category-section-hunter {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  background-color: rgba(254, 184, 53, 0.1);
  color: #feb835;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  /* line 1000, app/assets/stylesheets/pages/_home.scss */
  .category-section-hunter {
    font-size: 0.75rem;
    padding: 0.25rem 0.7rem;
  }
}

/* line 1016, app/assets/stylesheets/pages/_home.scss */
.description-section {
  flex-grow: 1;
  margin-bottom: 1.5rem;
}

/* line 1020, app/assets/stylesheets/pages/_home.scss */
.description-section p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

@media (max-width: 768px) {
  /* line 1020, app/assets/stylesheets/pages/_home.scss */
  .description-section p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

/* line 1032, app/assets/stylesheets/pages/_home.scss */
.action-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1038, app/assets/stylesheets/pages/_home.scss */
.btn-orange {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background-color: #feb835;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* line 1048, app/assets/stylesheets/pages/_home.scss */
.btn-orange:hover {
  background-color: #feaf1c;
  transform: translateY(-2px);
  color: white;
}

@media (max-width: 768px) {
  /* line 1038, app/assets/stylesheets/pages/_home.scss */
  .btn-orange {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}

/* line 1060, app/assets/stylesheets/pages/_home.scss */
.btn-bookmarke {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(123, 102, 255, 0.1);
  transition: all 0.3s ease;
}

/* line 1070, app/assets/stylesheets/pages/_home.scss */
.btn-bookmarke:hover {
  background-color: rgba(123, 102, 255, 0.2);
  transform: scale(1.1);
}

/* line 1075, app/assets/stylesheets/pages/_home.scss */
.btn-bookmarke i {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  /* line 1060, app/assets/stylesheets/pages/_home.scss */
  .btn-bookmarke {
    width: 36px;
    height: 36px;
  }
  /* line 1083, app/assets/stylesheets/pages/_home.scss */
  .btn-bookmarke i {
    font-size: 1.1rem;
  }
}

/* line 1090, app/assets/stylesheets/pages/_home.scss */
.swiper-container {
  padding: 1rem 0 3rem;
}

@media (max-width: 768px) {
  /* line 1090, app/assets/stylesheets/pages/_home.scss */
  .swiper-container {
    padding: 0.5rem 0 3rem;
  }
}

/* line 1098, app/assets/stylesheets/pages/_home.scss */
.swiper-slide {
  height: auto;
  padding: 0.5rem;
}

@media (max-width: 768px) {
  /* line 1098, app/assets/stylesheets/pages/_home.scss */
  .swiper-slide {
    padding: 0.25rem;
  }
}

/* line 1107, app/assets/stylesheets/pages/_home.scss */
.swiper-button-next,
.swiper-button-prev {
  color: #7b66ff;
}

/* line 1111, app/assets/stylesheets/pages/_home.scss */
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.5rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 1117, app/assets/stylesheets/pages/_home.scss */
  .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.2rem;
  }
}

/* line 1123, app/assets/stylesheets/pages/_home.scss */
.swiper-pagination-bullet-active {
  background-color: #7b66ff;
}

/* line 1127, app/assets/stylesheets/pages/_home.scss */
.hunter-info {
  flex: 1;
  padding-right: 1rem;
}

/* line 1132, app/assets/stylesheets/pages/_home.scss */
.hunter-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 1138, app/assets/stylesheets/pages/_home.scss */
.hunter-logo {
  flex-shrink: 0;
}

@media (max-width: 576px) {
  /* line 1142, app/assets/stylesheets/pages/_home.scss */
  .hunter-logo .logo {
    width: 60px;
    height: 60px;
  }
}

/* line 1150, app/assets/stylesheets/pages/_home.scss */
.category.screen {
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  /* line 1150, app/assets/stylesheets/pages/_home.scss */
  .category.screen {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  /* line 1158, app/assets/stylesheets/pages/_home.scss */
  .frame-38.frame {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

/* line 1166, app/assets/stylesheets/pages/_home.scss */
.frame-3.frame {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  /* line 1166, app/assets/stylesheets/pages/_home.scss */
  .frame-3.frame {
    margin-bottom: 0;
    gap: 1rem;
  }
}

@media (max-width: 576px) {
  /* line 1166, app/assets/stylesheets/pages/_home.scss */
  .frame-3.frame {
    flex-direction: column;
    align-items: center;
  }
}

/* line 1183, app/assets/stylesheets/pages/_home.scss */
.frame-3-1 {
  flex: 1;
  min-width: 200px;
  border: 1px solid #d8e1f0;
  border-radius: 14px;
  background: #fff;
  padding: 0.9rem 1rem;
  box-shadow: 0 8px 22px rgba(12, 33, 78, 0.07);
  transition: transform 0.3s ease;
}

/* line 1193, app/assets/stylesheets/pages/_home.scss */
.frame-3-1:hover {
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  /* line 1183, app/assets/stylesheets/pages/_home.scss */
  .frame-3-1 {
    min-width: 150px;
  }
}

@media (max-width: 576px) {
  /* line 1183, app/assets/stylesheets/pages/_home.scss */
  .frame-3-1 {
    width: 100%;
    max-width: 300px;
  }
}

/* line 1207, app/assets/stylesheets/pages/_home.scss */
.category.screen .frame-link {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
  color: inherit;
}

/* line 1216, app/assets/stylesheets/pages/_home.scss */
.category.screen .mask-group {
  width: 52px;
  height: 52px;
  min-width: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  background: #f5f8ff;
  padding: 0.4rem;
  box-shadow: none;
  margin-bottom: 0;
}

/* line 1228, app/assets/stylesheets/pages/_home.scss */
.frame-33.frame {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

@media (max-width: 768px) {
  /* line 1228, app/assets/stylesheets/pages/_home.scss */
  .frame-33.frame {
    padding: 0.25rem;
  }
}

/* line 1239, app/assets/stylesheets/pages/_home.scss */
.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 1245, app/assets/stylesheets/pages/_home.scss */
.baijamjuree-semi-bold-catalina-blue-24px {
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  color: #0b2b82;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  /* line 1245, app/assets/stylesheets/pages/_home.scss */
  .baijamjuree-semi-bold-catalina-blue-24px {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  /* line 1245, app/assets/stylesheets/pages/_home.scss */
  .baijamjuree-semi-bold-catalina-blue-24px {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  /* line 1262, app/assets/stylesheets/pages/_home.scss */
  .category.screen .mask-group {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }
}

/* line 1269, app/assets/stylesheets/pages/_home.scss */
.baijamjuree-normal-st-tropaz-16px {
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #2C3E50;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  /* line 1269, app/assets/stylesheets/pages/_home.scss */
  .baijamjuree-normal-st-tropaz-16px {
    font-size: 0.85rem;
  }
}

/* line 1279, app/assets/stylesheets/pages/_home.scss */
.lien-catégorie {
  display: inline-block;
  margin-bottom: 2rem;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@media (max-width: 768px) {
  /* line 1279, app/assets/stylesheets/pages/_home.scss */
  .lien-catégorie {
    margin-bottom: 1.5rem;
    display: block;
    text-align: center;
  }
}

/* line 1291, app/assets/stylesheets/pages/_home.scss */
.lien-catégorie:hover {
  text-decoration: underline;
  color: #4f33ff;
}

/* Coherence typo + centrage section blog */
/* line 1298, app/assets/stylesheets/pages/_home.scss */
.home-category-strip .blog-section {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1305, app/assets/stylesheets/pages/_home.scss */
.home-category-strip .blog-section .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 1310, app/assets/stylesheets/pages/_home.scss */
.home-category-strip .blog-section .col-12 {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 1315, app/assets/stylesheets/pages/_home.scss */
.registration-section .registration-title,
.registration-section .card-title,
.home-category-strip .title-categories,
.home-category-strip .blog-title-primary,
.home-category-strip .blog-title-secondary,
.home-category-strip .blog-card-title {
  font-family: var(--ui-title-font);
  letter-spacing: 0.01em;
}

/* line 1325, app/assets/stylesheets/pages/_home.scss */
.registration-section .card-description,
.registration-section .registration-button,
.home-category-strip .blog-subtitle,
.home-category-strip .view-all-link,
.home-category-strip .blog-card-excerpt,
.home-category-strip .blog-card-meta,
.home-category-strip .blog-card-link {
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Home: offres en vedette (flux API jobs) */
/* line 1336, app/assets/stylesheets/pages/_home.scss */
.home-featured-jobs {
  margin-top: clamp(2rem, 4vw, 3.1rem);
  margin-bottom: clamp(1.3rem, 2.4vw, 2.1rem);
}

/* line 1341, app/assets/stylesheets/pages/_home.scss */
.home-featured-jobs__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.95rem;
}

/* line 1349, app/assets/stylesheets/pages/_home.scss */
.home-featured-jobs__subtitle {
  margin: 0;
  color: #50638a;
  font-size: 0.98rem;
  line-height: 1.55;
}

/* line 1356, app/assets/stylesheets/pages/_home.scss */
.home-featured-jobs__cta {
  white-space: nowrap;
}

/* line 1360, app/assets/stylesheets/pages/_home.scss */
.home-jobs-swiper.swiper-container {
  padding: 0.7rem 0 3rem;
}

/* line 1364, app/assets/stylesheets/pages/_home.scss */
.home-jobs-swiper .swiper-button-next,
.home-jobs-swiper .swiper-button-prev,
.home-jobs-swiper .swiper-pagination {
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* line 1371, app/assets/stylesheets/pages/_home.scss */
.home-jobs-swiper.is-ready .swiper-button-next,
.home-jobs-swiper.is-ready .swiper-button-prev,
.home-jobs-swiper.is-ready .swiper-pagination {
  opacity: 1;
}

/* line 1377, app/assets/stylesheets/pages/_home.scss */
.home-job-card {
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #d6e2f5;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(10, 34, 78, 0.11);
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

/* line 1390, app/assets/stylesheets/pages/_home.scss */
.home-job-card:hover {
  transform: translateY(-4px);
  border-color: #bfcff1;
  box-shadow: 0 14px 32px rgba(10, 34, 78, 0.16);
}

/* line 1396, app/assets/stylesheets/pages/_home.scss */
.home-job-card__top {
  display: flex;
  flex-direction: column;
  gap: 0.58rem;
}

/* line 1402, app/assets/stylesheets/pages/_home.scss */
.home-job-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

/* line 1408, app/assets/stylesheets/pages/_home.scss */
.home-job-card__chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #d2ddf3;
  background: #f5f9ff;
  color: #123b7d;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  padding: 0.35rem 0.62rem;
}

/* line 1422, app/assets/stylesheets/pages/_home.scss */
.home-job-card__chip:hover {
  border-color: #bccded;
  color: #0b2b82;
}

/* line 1427, app/assets/stylesheets/pages/_home.scss */
.home-job-card__chip--soft {
  border-color: #dfd5ff;
  background: #f4f0ff;
  color: #5b46d0;
}

/* line 1433, app/assets/stylesheets/pages/_home.scss */
.home-job-card__chip--new {
  border-color: #f8d48b;
  background: #fff4db;
  color: #8b5e00;
}

/* line 1439, app/assets/stylesheets/pages/_home.scss */
.home-job-card__title {
  margin: 0;
  font-family: var(--ui-title-font);
  font-size: clamp(1.03rem, 1.7vw, 1.16rem);
  line-height: 1.32;
  font-weight: 700;
}

/* line 1447, app/assets/stylesheets/pages/_home.scss */
.home-job-card__title a {
  color: #0b2b82;
  text-decoration: none;
}

/* line 1452, app/assets/stylesheets/pages/_home.scss */
.home-job-card__title a:hover {
  color: #0a2a74;
}

/* line 1456, app/assets/stylesheets/pages/_home.scss */
.home-job-card__company {
  margin: 0;
  color: #52658b;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

/* line 1465, app/assets/stylesheets/pages/_home.scss */
.home-job-card__company i {
  color: #6b57e7;
}

/* line 1469, app/assets/stylesheets/pages/_home.scss */
.home-job-card__salary {
  margin: 0;
  color: #355987;
  font-size: 0.82rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
}

/* line 1479, app/assets/stylesheets/pages/_home.scss */
.home-job-card__salary i {
  color: #15926f;
}

/* line 1483, app/assets/stylesheets/pages/_home.scss */
.home-job-card__excerpt {
  margin: 0;
  color: #4d6188;
  font-size: 0.91rem;
  line-height: 1.58;
  min-height: 4.4rem;
}

/* line 1491, app/assets/stylesheets/pages/_home.scss */
.home-job-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  flex-wrap: wrap;
}

/* line 1500, app/assets/stylesheets/pages/_home.scss */
.home-job-card__date {
  color: #5b7097;
  font-size: 0.78rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* line 1509, app/assets/stylesheets/pages/_home.scss */
.home-job-card__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.46rem;
}

/* line 1515, app/assets/stylesheets/pages/_home.scss */
.home-job-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 0.85rem;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

/* line 1529, app/assets/stylesheets/pages/_home.scss */
.home-job-card__btn--primary {
  background: #0b2b82;
  color: #fff;
  box-shadow: 0 6px 14px rgba(11, 43, 130, 0.24);
}

/* line 1535, app/assets/stylesheets/pages/_home.scss */
.home-job-card__btn--primary:hover {
  color: #fff;
  background: #0a256f;
  transform: translateY(-1px);
}

/* line 1541, app/assets/stylesheets/pages/_home.scss */
.home-job-card__btn--ghost {
  border-color: #c9d7ef;
  background: #fff;
  color: #11418e;
}

/* line 1547, app/assets/stylesheets/pages/_home.scss */
.home-job-card__btn--ghost:hover {
  border-color: #b5c8e9;
  background: #f2f7ff;
  color: #0f3777;
  transform: translateY(-1px);
}

/* line 1554, app/assets/stylesheets/pages/_home.scss */
.home-featured-jobs__empty {
  border: 1px dashed #d0dcf2;
  background: #f8fbff;
  border-radius: 14px;
  padding: 1.05rem;
  color: #4e638b;
}

/* line 1562, app/assets/stylesheets/pages/_home.scss */
.home-featured-jobs__empty p {
  margin-bottom: 0.45rem;
}

/* line 1566, app/assets/stylesheets/pages/_home.scss */
.home-use-cases {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: clamp(1.5rem, 3vw, 2.6rem);
}

/* line 1571, app/assets/stylesheets/pages/_home.scss */
.home-use-cases__header {
  margin-bottom: 0.95rem;
}

/* line 1575, app/assets/stylesheets/pages/_home.scss */
.home-use-cases__subtitle {
  margin: 0;
  color: #52678f;
  font-size: 0.94rem;
  line-height: 1.55;
}

/* line 1582, app/assets/stylesheets/pages/_home.scss */
.home-use-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

/* line 1588, app/assets/stylesheets/pages/_home.scss */
.home-use-cases__card {
  border: 1px solid #d7e2f4;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 24px rgba(11, 36, 82, 0.1);
  padding: 1rem;
  display: grid;
  gap: 0.55rem;
}

/* line 1598, app/assets/stylesheets/pages/_home.scss */
.home-use-cases__badge {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  background: #edf3ff;
  border: 1px solid #c8d7f2;
  color: #1a4287;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.28rem 0.58rem;
}

/* line 1612, app/assets/stylesheets/pages/_home.scss */
.home-use-cases__card h3, .home-use-cases__card .h3 {
  margin: 0;
  font-family: var(--ui-title-font);
  color: #0f336e;
  font-size: clamp(1.02rem, 1.7vw, 1.16rem);
  line-height: 1.32;
}

/* line 1620, app/assets/stylesheets/pages/_home.scss */
.home-use-cases__card p {
  margin: 0;
  color: #4f668f;
  font-size: 0.9rem;
  line-height: 1.55;
}

/* line 1627, app/assets/stylesheets/pages/_home.scss */
.home-use-cases__actions {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 1634, app/assets/stylesheets/pages/_home.scss */
.home-use-cases__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  background: #0b2b82;
  color: #fff;
  font-size: 0.76rem;
  line-height: 1;
  font-weight: 700;
  padding: 0.45rem 0.74rem;
  transition: transform 0.17s ease, background 0.17s ease, border-color 0.17s ease;
}

/* line 1650, app/assets/stylesheets/pages/_home.scss */
.home-use-cases__btn:hover {
  color: #fff;
  background: #0a256f;
  transform: translateY(-1px);
}

/* line 1656, app/assets/stylesheets/pages/_home.scss */
.home-use-cases__btn--ghost {
  border-color: #c4d5ef;
  background: #f4f8ff;
  color: #113d84;
}

/* line 1662, app/assets/stylesheets/pages/_home.scss */
.home-use-cases__btn--ghost:hover {
  color: #103473;
  background: #e9f1ff;
}

/* line 1667, app/assets/stylesheets/pages/_home.scss */
.home-onboarding {
  position: fixed;
  inset: 0;
  z-index: 1160;
  display: grid;
  place-items: center;
}

/* line 1675, app/assets/stylesheets/pages/_home.scss */
.home-onboarding__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 22, 53, 0.46);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}

/* line 1682, app/assets/stylesheets/pages/_home.scss */
.home-onboarding__dialog {
  position: relative;
  width: 92vw;
  max-width: 520px;
  border: 1px solid #d1def3;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 26px 54px rgba(7, 26, 63, 0.27);
  padding: 1.25rem 1.15rem 1rem;
  z-index: 1;
}

/* line 1694, app/assets/stylesheets/pages/_home.scss */
.home-onboarding__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: rgba(12, 44, 97, 0.1);
  color: #113569;
  font-size: 1rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 1711, app/assets/stylesheets/pages/_home.scss */
.home-onboarding__eyebrow {
  margin: 0;
  color: #345280;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* line 1720, app/assets/stylesheets/pages/_home.scss */
.home-onboarding__step h2, .home-onboarding__step .h2 {
  margin: 0.35rem 0 0.45rem;
  color: #0f326c;
  font-family: var(--ui-title-font);
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  line-height: 1.28;
}

/* line 1728, app/assets/stylesheets/pages/_home.scss */
.home-onboarding__copy {
  margin: 0;
  color: #52688f;
  font-size: 0.92rem;
  line-height: 1.55;
}

/* line 1735, app/assets/stylesheets/pages/_home.scss */
.home-onboarding__choices {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.5rem;
}

/* line 1741, app/assets/stylesheets/pages/_home.scss */
.home-onboarding__choices button {
  border: 1px solid #c8d8f3;
  border-radius: 12px;
  background: #fff;
  color: #123f84;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  padding: 0.65rem 0.72rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

/* line 1754, app/assets/stylesheets/pages/_home.scss */
.home-onboarding__choices button:hover {
  border-color: #95b2e8;
  box-shadow: 0 8px 18px rgba(13, 45, 97, 0.12);
  transform: translateY(-1px);
}

/* line 1760, app/assets/stylesheets/pages/_home.scss */
.home-onboarding__skip {
  margin-top: 0.72rem;
  border: 0;
  background: none;
  color: #4f668f;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0;
}

/* line 1770, app/assets/stylesheets/pages/_home.scss */
.home-onboarding__actions {
  margin-top: 0.95rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

/* line 1777, app/assets/stylesheets/pages/_home.scss */
.home-onboarding__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  background: #0b2b82;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 0.82rem;
}

/* line 1792, app/assets/stylesheets/pages/_home.scss */
.home-onboarding__btn:hover {
  color: #fff;
  background: #0a246c;
}

/* line 1797, app/assets/stylesheets/pages/_home.scss */
.home-onboarding__btn--ghost {
  border-color: #c4d5ef;
  background: #f4f8ff;
  color: #113d84;
}

/* line 1803, app/assets/stylesheets/pages/_home.scss */
.home-onboarding__btn--ghost:hover {
  color: #103473;
  background: #e9f1ff;
}

/* Home: CTA mobile sticky */
/* line 1809, app/assets/stylesheets/pages/_home.scss */
.home-mobile-sticky-cta {
  position: fixed;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 0.62rem;
  z-index: 1088;
  border: 1px solid #d4dff2;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 10px 24px rgba(11, 36, 82, 0.17);
  padding: 0.44rem;
  gap: 0.42rem;
}

/* line 1824, app/assets/stylesheets/pages/_home.scss */
.home-mobile-sticky-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.82rem;
  line-height: 1.1;
  min-height: 40px;
  padding: 0.42rem 0.58rem;
  border: 1px solid transparent;
}

/* line 1838, app/assets/stylesheets/pages/_home.scss */
.home-mobile-sticky-cta__btn--primary {
  color: #fff;
  background: linear-gradient(140deg, #0b2b82 0%, #123d98 100%);
}

/* line 1843, app/assets/stylesheets/pages/_home.scss */
.home-mobile-sticky-cta__btn--primary:hover {
  color: #fff;
  background: linear-gradient(140deg, #09256f 0%, #113583 100%);
}

/* line 1848, app/assets/stylesheets/pages/_home.scss */
.home-mobile-sticky-cta__btn--secondary {
  color: #113a86;
  border-color: #bfd0ec;
  background: #f3f8ff;
}

/* line 1854, app/assets/stylesheets/pages/_home.scss */
.home-mobile-sticky-cta__btn--secondary:hover {
  color: #0e3272;
  border-color: #aac2ea;
  background: #eaf2ff;
}

@media (min-width: 768px) {
  /* line 1861, app/assets/stylesheets/pages/_home.scss */
  .home-mobile-sticky-cta {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  /* line 1867, app/assets/stylesheets/pages/_home.scss */
  body[data-controller="pages"][data-action="home"] .flex-grow-1 {
    padding-bottom: 5.5rem;
  }
  /* line 1871, app/assets/stylesheets/pages/_home.scss */
  body[data-controller="pages"][data-action="home"] .assistant-bot {
    bottom: 4.8rem;
  }
  /* line 1875, app/assets/stylesheets/pages/_home.scss */
  .home-mobile-sticky-cta {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 1880, app/assets/stylesheets/pages/_home.scss */
  .home-featured-jobs__header {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 1885, app/assets/stylesheets/pages/_home.scss */
  .home-featured-jobs__subtitle {
    font-size: 0.91rem;
  }
  /* line 1889, app/assets/stylesheets/pages/_home.scss */
  .home-use-cases__grid {
    grid-template-columns: 1fr;
  }
  /* line 1893, app/assets/stylesheets/pages/_home.scss */
  .home-onboarding__dialog {
    width: 94vw;
    max-width: 520px;
    padding: 1rem 0.9rem 0.9rem;
  }
  /* line 1899, app/assets/stylesheets/pages/_home.scss */
  .home-onboarding__actions {
    flex-direction: column;
  }
  /* line 1903, app/assets/stylesheets/pages/_home.scss */
  .home-onboarding__btn {
    width: 100%;
  }
  /* line 1907, app/assets/stylesheets/pages/_home.scss */
  .home-job-card {
    padding: 1rem;
  }
  /* line 1911, app/assets/stylesheets/pages/_home.scss */
  .home-job-card__excerpt {
    min-height: 0;
  }
  /* line 1915, app/assets/stylesheets/pages/_home.scss */
  .home-job-card__actions {
    width: 100%;
  }
  /* line 1919, app/assets/stylesheets/pages/_home.scss */
  .home-job-card__btn {
    flex: 1;
  }
}

@supports (content-visibility: auto) {
  /* line 1925, app/assets/stylesheets/pages/_home.scss */
  body[data-controller="pages"][data-action="home"] .category.screen,
body[data-controller="pages"][data-action="home"] .home-featured-jobs,
body[data-controller="pages"][data-action="home"] .swiper-container.swiper-no-gap,
body[data-controller="pages"][data-action="home"] .registration-section,
body[data-controller="pages"][data-action="home"] .home-category-strip {
    content-visibility: auto;
    contain-intrinsic-size: 1px 780px;
  }
}

/* line 1, app/assets/stylesheets/pages/_subscription-new.scss */
.pricing-container {
  max-width: 1200px;
  margin: 12rem auto 4rem;
  padding: 0 2rem;
}

/* line 7, app/assets/stylesheets/pages/_subscription-new.scss */
.pricing-header {
  text-align: center;
  margin-bottom: 4rem;
}

/* line 12, app/assets/stylesheets/pages/_subscription-new.scss */
.pricing-header h1, .pricing-header .h1 {
  color: #0b2b82;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* line 19, app/assets/stylesheets/pages/_subscription-new.scss */
.pricing-header p {
  color: #6b7280;
  font-size: 1.1rem;
}

/* line 24, app/assets/stylesheets/pages/_subscription-new.scss */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

/* line 32, app/assets/stylesheets/pages/_subscription-new.scss */
.pricing-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  min-width: 320px;
}

/* line 42, app/assets/stylesheets/pages/_subscription-new.scss */
.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* line 47, app/assets/stylesheets/pages/_subscription-new.scss */
.pricing-card.premium {
  border: 2px solid #0b2b82;
}

/* line 51, app/assets/stylesheets/pages/_subscription-new.scss */
.card-badge {
  background: #0b2b82;
  color: white;
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
}

/* line 60, app/assets/stylesheets/pages/_subscription-new.scss */
.card-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 67, app/assets/stylesheets/pages/_subscription-new.scss */
.price-section {
  text-align: center;
  margin-bottom: 2rem;
}

/* line 72, app/assets/stylesheets/pages/_subscription-new.scss */
.currency {
  font-size: 1.5rem;
  color: #0b2b82;
  vertical-align: top;
  font-weight: 600;
  margin-right: 0.25rem;
}

/* line 80, app/assets/stylesheets/pages/_subscription-new.scss */
.amount {
  font-size: 4rem;
  font-weight: 700;
  color: #0b2b82;
  line-height: 1;
}

/* line 87, app/assets/stylesheets/pages/_subscription-new.scss */
.period {
  color: #6b7280;
  font-size: 1.1rem;
}

/* line 92, app/assets/stylesheets/pages/_subscription-new.scss */
.features-list {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  text-align: center;
  max-width: 100%;
}

/* line 101, app/assets/stylesheets/pages/_subscription-new.scss */
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: all 0.3s ease;
  min-height: 120px;
  justify-content: center;
}

/* line 114, app/assets/stylesheets/pages/_subscription-new.scss */
.feature-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

/* line 119, app/assets/stylesheets/pages/_subscription-new.scss */
.feature-item i {
  font-size: 1.5rem;
  color: #0b2b82;
  margin-bottom: 0.5rem;
}

/* line 125, app/assets/stylesheets/pages/_subscription-new.scss */
.feature-item span {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #374151;
  text-align: center;
  max-width: 100%;
  padding: 0 0.5rem;
  display: block;
}

/* line 135, app/assets/stylesheets/pages/_subscription-new.scss */
.feature-item.disabled {
  background-color: #f9fafb;
  border-color: #e5e7eb;
}

/* line 140, app/assets/stylesheets/pages/_subscription-new.scss */
.feature-item.disabled i {
  color: #9ca3af;
}

/* line 144, app/assets/stylesheets/pages/_subscription-new.scss */
.feature-item.disabled span {
  color: #9ca3af;
}

/* line 148, app/assets/stylesheets/pages/_subscription-new.scss */
.subscribe-btn {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* line 159, app/assets/stylesheets/pages/_subscription-new.scss */
.subscribe-btn.standard {
  background: #f3f4f6;
  color: #0b2b82;
}

/* line 164, app/assets/stylesheets/pages/_subscription-new.scss */
.subscribe-btn.standard:hover {
  background: #e5e7eb;
}

/* line 168, app/assets/stylesheets/pages/_subscription-new.scss */
.subscribe-btn.premium {
  background: #0b2b82;
  color: white;
}

/* line 173, app/assets/stylesheets/pages/_subscription-new.scss */
.subscribe-btn.premium:hover {
  background: #091f5c;
}

@media (max-width: 768px) {
  /* line 178, app/assets/stylesheets/pages/_subscription-new.scss */
  .pricing-container {
    margin-top: 8rem;
  }
  /* line 182, app/assets/stylesheets/pages/_subscription-new.scss */
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  /* line 186, app/assets/stylesheets/pages/_subscription-new.scss */
  .pricing-header h1, .pricing-header .h1 {
    font-size: 2rem;
  }
}

/* line 1, app/assets/stylesheets/pages/session-new.scss */
.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

/* line 10, app/assets/stylesheets/pages/session-new.scss */
.login-box {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
}

/* line 19, app/assets/stylesheets/pages/session-new.scss */
.login-box h1, .login-box .h1 {
  color: #0b2b82;
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}

/* line 27, app/assets/stylesheets/pages/session-new.scss */
.login-input {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

/* line 37, app/assets/stylesheets/pages/session-new.scss */
.login-input:focus {
  border-color: #0b2b82;
  outline: none;
}

/* line 42, app/assets/stylesheets/pages/session-new.scss */
.login-btn {
  width: 100%;
  padding: 12px;
  background-color: #7b66ff;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* line 54, app/assets/stylesheets/pages/session-new.scss */
.login-btn:hover {
  background: #9130a9;
  color: white;
}

/* line 59, app/assets/stylesheets/pages/session-new.scss */
.login-links {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

/* line 66, app/assets/stylesheets/pages/session-new.scss */
.forgot-link {
  color: #666;
  text-decoration: none;
  font-size: 14px;
}

/* line 72, app/assets/stylesheets/pages/session-new.scss */
.forgot-link:hover {
  color: #0b2b82;
}

/* line 76, app/assets/stylesheets/pages/session-new.scss */
.signup-link {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}

/* line 83, app/assets/stylesheets/pages/session-new.scss */
.signup-link a {
  color: #0b2b82;
  text-decoration: none;
  font-weight: 500;
}

/* line 89, app/assets/stylesheets/pages/session-new.scss */
.signup-link a:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  /* line 94, app/assets/stylesheets/pages/session-new.scss */
  .login-box {
    padding: 30px 20px;
  }
  /* line 98, app/assets/stylesheets/pages/session-new.scss */
  .login-btn {
    padding: 10px;
  }
}

/* line 1, app/assets/stylesheets/pages/registration-new.scss */
.signup-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

/* line 10, app/assets/stylesheets/pages/registration-new.scss */
.signup-box {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 460px;
}

/* line 19, app/assets/stylesheets/pages/registration-new.scss */
.signup-box h1, .signup-box .h1 {
  color: #0b2b82;
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}

/* line 27, app/assets/stylesheets/pages/registration-new.scss */
.error-box {
  background: #fff2f2;
  border-left: 4px solid #ff4444;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
}

/* line 35, app/assets/stylesheets/pages/registration-new.scss */
.error-box p {
  color: #cc0000;
  margin: 5px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 44, app/assets/stylesheets/pages/registration-new.scss */
.signup-input {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
}

/* line 55, app/assets/stylesheets/pages/registration-new.scss */
.signup-input:focus {
  border-color: #0b2b82;
  outline: none;
  box-shadow: 0 0 0 3px rgba(11, 43, 130, 0.1);
  background-color: white;
}

/* line 62, app/assets/stylesheets/pages/registration-new.scss */
.signup-btn {
  width: 100%;
  padding: 14px;
  background: #7b66ff;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

/* line 76, app/assets/stylesheets/pages/registration-new.scss */
.signup-btn:hover {
  background: #9130a9;
  transform: translateY(-1px);
  color: white;
}

/* line 82, app/assets/stylesheets/pages/registration-new.scss */
.login-link {
  text-align: center;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  color: #666;
  font-size: 14px;
}

/* line 91, app/assets/stylesheets/pages/registration-new.scss */
.login-link a {
  color: #0b2b82;
  text-decoration: none;
  font-weight: 500;
}

/* line 97, app/assets/stylesheets/pages/registration-new.scss */
.login-link a:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  /* line 102, app/assets/stylesheets/pages/registration-new.scss */
  .signup-box {
    padding: 30px 20px;
  }
  /* line 106, app/assets/stylesheets/pages/registration-new.scss */
  .signup-input,
.signup-btn {
    padding: 12px;
  }
  /* line 111, app/assets/stylesheets/pages/registration-new.scss */
  .signup-box h1, .signup-box .h1 {
    font-size: 24px;
  }
}

/* line 115, app/assets/stylesheets/pages/registration-new.scss */
.error-box {
  background: #fef2f2;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}

/* line 122, app/assets/stylesheets/pages/registration-new.scss */
.error-message {
  color: #dc2626;
  font-size: 14px;
  margin: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 131, app/assets/stylesheets/pages/registration-new.scss */
.error-message i {
  color: #dc2626;
}

/* line 135, app/assets/stylesheets/pages/registration-new.scss */
.is-invalid {
  border-color: #dc2626 !important;
  background-color: #fff5f5 !important;
}

/* line 140, app/assets/stylesheets/pages/registration-new.scss */
.is-invalid:focus {
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1) !important;
}

/* line 144, app/assets/stylesheets/pages/registration-new.scss */
.role-selection-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f2a3d;
  text-align: center;
}

/* line 152, app/assets/stylesheets/pages/registration-new.scss */
.role-cards {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 25px;
}

/* line 159, app/assets/stylesheets/pages/registration-new.scss */
.role-card {
  flex: 1;
  background: #f8faff;
  border: 2px solid #e3e9f7;
  border-radius: 12px;
  padding: 15px 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* line 170, app/assets/stylesheets/pages/registration-new.scss */
.role-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(15, 33, 66, 0.12);
  border-color: #cfd9f1;
}

/* line 176, app/assets/stylesheets/pages/registration-new.scss */
.role-card.selected {
  background: rgba(123, 102, 255, 0.12);
  border-color: #7b66ff;
  box-shadow: 0 5px 15px rgba(123, 102, 255, 0.2);
}

/* line 182, app/assets/stylesheets/pages/registration-new.scss */
.role-icon {
  font-size: 24px;
  color: #7b66ff;
  margin-bottom: 10px;
}

/* line 188, app/assets/stylesheets/pages/registration-new.scss */
.role-name {
  font-weight: 700;
  margin-bottom: 5px;
  color: #1f2a3d;
}

/* line 194, app/assets/stylesheets/pages/registration-new.scss */
.role-description {
  font-size: 12px;
  color: #617190;
  line-height: 1.35;
}

/* line 200, app/assets/stylesheets/pages/registration-new.scss */
.signup-btn.disabled {
  background: #b8b8b8;
  cursor: not-allowed;
  transform: none;
}

@keyframes role-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* line 212, app/assets/stylesheets/pages/registration-new.scss */
.role-card.pulse {
  animation: role-pulse 0.5s ease;
}

@keyframes role-highlight {
  0% {
    box-shadow: 0 0 0 rgba(220, 53, 69, 0);
  }
  50% {
    box-shadow: 0 0 20px rgba(220, 53, 69, 0.4);
  }
  100% {
    box-shadow: 0 0 0 rgba(220, 53, 69, 0);
  }
}

/* line 222, app/assets/stylesheets/pages/registration-new.scss */
.role-cards.highlight {
  animation: role-highlight 1.5s ease;
}

@media (max-width: 480px) {
  /* line 227, app/assets/stylesheets/pages/registration-new.scss */
  .role-cards {
    flex-direction: column;
    gap: 15px;
  }
  /* line 232, app/assets/stylesheets/pages/registration-new.scss */
  .role-card {
    padding: 15px;
  }
}

/* line 1, app/assets/stylesheets/pages/password-new.scss */
.rectangless {
  width: 600px;
  height: 375px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow: 0px 9px 24px rgba(0, 0, 0, 0.2);
  padding-top: 20px;
}

/* line 11, app/assets/stylesheets/pages/password-new.scss */
.btns {
  background-color: #0062FF;
  color: #ffffff;
  font-weight: bold;
  width: 408px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 834px) {
  /* line 22, app/assets/stylesheets/pages/password-new.scss */
  .rectangless {
    width: 80%;
    height: 400px;
  }
  /* line 27, app/assets/stylesheets/pages/password-new.scss */
  .btns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 470px) {
  /* line 35, app/assets/stylesheets/pages/password-new.scss */
  .rectangless {
    width: 90%;
    height: auto;
    padding: 15px;
  }
  /* line 41, app/assets/stylesheets/pages/password-new.scss */
  .btns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 1, app/assets/stylesheets/pages/_messages-index.scss */
.body-messages {
  padding: 5%;
  background-color: #F5F5F5;
}

/* line 6, app/assets/stylesheets/pages/_messages-index.scss */
.message-container {
  padding: 0;
  background-color: #FFF;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  height: 600px;
}

/* ===== MENU ===== */
/* === CONVERSATIONS === */
/* line 55, app/assets/stylesheets/pages/_messages-index.scss */
.discussions {
  width: 35%;
  height: 600px;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background-color: #87a3ec;
  display: inline-block;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

/* line 67, app/assets/stylesheets/pages/_messages-index.scss */
.discussions::-webkit-scrollbar {
  display: none;
}

/* line 72, app/assets/stylesheets/pages/_messages-index.scss */
.discussions {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 77, app/assets/stylesheets/pages/_messages-index.scss */
.discussions .discussion {
  width: 100%;
  height: 90px;
  background-color: #FAFAFA;
  border-bottom: solid 1px #E0E0E0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* line 87, app/assets/stylesheets/pages/_messages-index.scss */
.discussions .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* line 94, app/assets/stylesheets/pages/_messages-index.scss */
.discussions .message-active {
  width: 98.5%;
  height: 90px;
  background-color: #FFF;
  border-bottom: solid 1px #E0E0E0;
}

/* line 125, app/assets/stylesheets/pages/_messages-index.scss */
.desc-contact {
  height: -moz-fit-content;
  height: fit-content;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: "…";
}

/* line 133, app/assets/stylesheets/pages/_messages-index.scss */
.discussions .discussion .name {
  margin: 0 0 0 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11pt;
  color: #515151;
}

/* line 140, app/assets/stylesheets/pages/_messages-index.scss */
.discussions .discussion .message {
  margin: 6px 0 0 20px;
  padding-bottom: 2px;
  font-family: 'Montserrat', sans-serif;
  font-size: 9pt;
  color: #515151;
}

/* line 148, app/assets/stylesheets/pages/_messages-index.scss */
.bubble {
  margin-left: 15%;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  padding: 3px 8px;
  color: #BBB;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 15px;
}

/* line 159, app/assets/stylesheets/pages/_messages-index.scss */
.chat {
  width: calc(65% - 85px);
  position: relative;
}

/* line 164, app/assets/stylesheets/pages/_messages-index.scss */
.header-chat {
  background-color: #FFF;
  height: 90px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

/* line 172, app/assets/stylesheets/pages/_messages-index.scss */
.chat .header-chat .icon {
  margin-left: 30px;
  color: #515151;
  font-size: 14pt;
}

/* line 178, app/assets/stylesheets/pages/_messages-index.scss */
.chat .header-chat .name {
  margin: 0 0 0 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 13pt;
  color: #515151;
}

/* line 186, app/assets/stylesheets/pages/_messages-index.scss */
.chat .header-chat .right {
  position: absolute;
  right: 40px;
}

/* line 191, app/assets/stylesheets/pages/_messages-index.scss */
.chat .messages-chat {
  padding: 5px 35px;
}

/* line 195, app/assets/stylesheets/pages/_messages-index.scss */
.chat .messages-chat .message {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

/* line 213, app/assets/stylesheets/pages/_messages-index.scss */
.chat .messages-chat .text {
  margin: 0 35px;
  background-color: #f6f6f6;
  padding: 15px;
  border-radius: 12px;
}

/* line 220, app/assets/stylesheets/pages/_messages-index.scss */
.time {
  font-size: 10px;
  color: lightgrey;
  margin-bottom: 10px;
  margin-left: 85px;
  float: left;
}

/* line 228, app/assets/stylesheets/pages/_messages-index.scss */
.response-time {
  float: right;
  margin-right: 40px !important;
}

/* line 233, app/assets/stylesheets/pages/_messages-index.scss */
.response {
  float: right;
  margin-right: 0px !important;
  margin-left: auto;
  /* flexbox alignment rule */
}

/* line 239, app/assets/stylesheets/pages/_messages-index.scss */
.response .text {
  background-color: #e3effd !important;
}

/* line 243, app/assets/stylesheets/pages/_messages-index.scss */
.footer-chat {
  width: 40em;
  height: 80px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  background-color: transparent;
  border-top: 2px solid #EEE;
}

/* line 254, app/assets/stylesheets/pages/_messages-index.scss */
.chat .footer-chat .bubble {
  margin-left: 30px;
  color: #C0C0C0;
  font-size: 14pt;
}

/* line 260, app/assets/stylesheets/pages/_messages-index.scss */
.chat .footer-chat .send {
  color: #fff;
  background-color: #4f6ebd;
  right: 50px;
  padding: 12px 12px 12px 12px;
  border-radius: 50px;
  font-size: 14pt;
}

/* line 269, app/assets/stylesheets/pages/_messages-index.scss */
.chat .footer-chat .name {
  margin: 0 0 0 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 13pt;
  color: #515151;
}

/* line 277, app/assets/stylesheets/pages/_messages-index.scss */
.chat .footer-chat .right {
  position: absolute;
  right: 40px;
}

/* line 282, app/assets/stylesheets/pages/_messages-index.scss */
.write-message {
  border: none !important;
  width: 25em;
  height: 50px;
  padding: 10px;
  margin-right: 2em;
}

/* line 290, app/assets/stylesheets/pages/_messages-index.scss */
.footer-chat *::-webkit-input-placeholder {
  color: #C0C0C0;
  font-size: 13pt;
}

/* line 294, app/assets/stylesheets/pages/_messages-index.scss */
.footer-chat input *:-moz-placeholder {
  color: #C0C0C0;
  font-size: 13pt;
}

/* line 298, app/assets/stylesheets/pages/_messages-index.scss */
.footer-chat input *::-moz-placeholder {
  color: #C0C0C0;
  font-size: 13pt;
  margin-left: 5px;
}

/* line 303, app/assets/stylesheets/pages/_messages-index.scss */
.footer-chat input *:-ms-input-placeholder {
  color: #C0C0C0;
  font-size: 13pt;
}

/* line 308, app/assets/stylesheets/pages/_messages-index.scss */
.clickable {
  cursor: pointer;
}

/* line 312, app/assets/stylesheets/pages/_messages-index.scss */
.scrollable-div {
  height: 400px;
  /* Ajustez la hauteur selon vos besoins */
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  border: none;
}

/* line 322, app/assets/stylesheets/pages/_messages-index.scss */
.scrollable-div::-webkit-scrollbar {
  display: none;
}

/* line 327, app/assets/stylesheets/pages/_messages-index.scss */
.scrollable-div {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 1, app/assets/stylesheets/pages/hunter-index.scss */
.ban {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  margin: 97px auto;
  padding: 0 15px;
}

/* line 13, app/assets/stylesheets/pages/hunter-index.scss */
.main-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  margin: 52px auto;
  padding: 0 15px;
  box-sizing: border-box;
  top: 25px;
}

/* line 26, app/assets/stylesheets/pages/hunter-index.scss */
.titless {
  font-family: var(--ui-title-font);
  font-size: 22px;
  font-weight: 700;
  color: #0e0b33;
}

/* line 33, app/assets/stylesheets/pages/hunter-index.scss */
.recherche {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 52px auto;
  padding: 0 15px;
  box-sizing: border-box;
  top: 25px;
  justify-content: space-between;
}

/* line 46, app/assets/stylesheets/pages/hunter-index.scss */
.recherche .title {
  font-size: 32px;
  font-family: var(--ui-title-font);
  font-weight: 600;
  color: #25324b;
  line-height: 38.4px;
}

/* line 53, app/assets/stylesheets/pages/hunter-index.scss */
.title-result {
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  color: #7c8493;
  font-size: 16px;
  line-height: 25.6px;
  white-space: nowrap;
}

/* line 61, app/assets/stylesheets/pages/hunter-index.scss */
.titre-trier {
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  color: #25324b;
  font-size: 16px;
  line-height: 25.6px;
  white-space: nowrap;
}

/* line 69, app/assets/stylesheets/pages/hunter-index.scss */
.city {
  font-size: 11px;
  font-weight: 600;
  color: black;
}

/* line 75, app/assets/stylesheets/pages/hunter-index.scss */
.categories .checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  color: #0e0b33;
}

/* line 82, app/assets/stylesheets/pages/hunter-index.scss */
.texte-cat {
  color: #ffb320;
  position: relative;
  top: 0;
  left: 0;
  font-family: var(--font-primary);
  font-weight: 400;
  color: #515b6f;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 25.6px;
  white-space: nowrap;
  padding: 0 5px;
}

/* line 97, app/assets/stylesheets/pages/hunter-index.scss */
.hidden {
  display: none;
}

/* line 101, app/assets/stylesheets/pages/hunter-index.scss */
.toggle-button {
  margin-top: 10px;
  background-color: #7b66ff;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
}

/* line 111, app/assets/stylesheets/pages/hunter-index.scss */
.toggle-button:hover {
  transform: scale(1.1);
}

/* line 115, app/assets/stylesheets/pages/hunter-index.scss */
.hunters {
  flex: 1;
  top: 20px;
}

/* line 121, app/assets/stylesheets/pages/hunter-index.scss */
.hunters .hunter-card {
  display: flex;
  width: 100%;
  padding: 24px;
  border: none;
  margin-bottom: 20px;
  position: relative;
  height: 235px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-weight: 600;
  border-radius: 8px;
  background-color: #fff;
}

/* line 143, app/assets/stylesheets/pages/hunter-index.scss */
.logo {
  margin-right: 20px;
  margin-bottom: 4px;
  border-radius: 3px;
  width: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* line 151, app/assets/stylesheets/pages/hunter-index.scss */
.info {
  flex: 1;
}

/* line 155, app/assets/stylesheets/pages/hunter-index.scss */
.actions {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
}

/* line 165, app/assets/stylesheets/pages/hunter-index.scss */
.favorite-button {
  margin: 20px 40px;
}

/* line 169, app/assets/stylesheets/pages/hunter-index.scss */
.consulter-button {
  margin: 20px 40px;
}

/* line 175, app/assets/stylesheets/pages/hunter-index.scss */
.label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 3px 3px;
  position: relative;
  border-radius: 80px;
  border: 1px solid;
  color: #7b66ff;
  margin: auto 1px;
  white-space: nowrap;
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400px;
  text-align: center;
}

/* line 192, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-link {
  text-decoration: none;
  color: #0b2b82;
  font-weight: 600;
  font-size: 20px;
}

/* line 198, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-link:hover {
  font-size: larger;
  text-decoration: underline;
}

/* line 203, app/assets/stylesheets/pages/hunter-index.scss */
.categories {
  display: flex;
  flex-direction: column;
  width: 30%;
  background-color: #f9f9fd;
  border-radius: 12px;
  padding: 20px;
  margin-right: 25px;
  box-shadow: 0 4px 12px rgba(123, 102, 255, 0.08);
}

/* line 213, app/assets/stylesheets/pages/hunter-index.scss */
.categories h1, .categories .h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #7b66ff;
  border-bottom: 2px solid #7b66ff;
  padding-bottom: 10px;
}

/* line 222, app/assets/stylesheets/pages/hunter-index.scss */
.categories .checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  transition: all 0.2s ease;
  border-radius: 8px;
  padding: 8px 10px;
}

/* line 230, app/assets/stylesheets/pages/hunter-index.scss */
.categories .checkbox:hover {
  background-color: rgba(123, 102, 255, 0.05);
}

/* line 234, app/assets/stylesheets/pages/hunter-index.scss */
.categories .checkbox input[type="checkbox"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #7b66ff;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 246, app/assets/stylesheets/pages/hunter-index.scss */
.categories .checkbox input[type="checkbox"]:checked {
  background-color: #7b66ff;
}

/* line 249, app/assets/stylesheets/pages/hunter-index.scss */
.categories .checkbox input[type="checkbox"]:checked:after {
  content: '✓';
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}

/* line 262, app/assets/stylesheets/pages/hunter-index.scss */
.categories .checkbox-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
}

/* line 268, app/assets/stylesheets/pages/hunter-index.scss */
.categories .checkbox-link:hover .texte-cat {
  color: #7b66ff;
}

/* line 273, app/assets/stylesheets/pages/hunter-index.scss */
.categories .texte-cat {
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  color: #2C3E50;
  font-size: 15px;
  transition: color 0.2s ease;
  margin: 0;
}

/* line 282, app/assets/stylesheets/pages/hunter-index.scss */
.categories .toggle-button {
  margin-top: 15px;
  background-color: #7b66ff;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(123, 102, 255, 0.2);
}

/* line 295, app/assets/stylesheets/pages/hunter-index.scss */
.categories .toggle-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(123, 102, 255, 0.3);
  background-color: #6a57e0;
}

/* line 301, app/assets/stylesheets/pages/hunter-index.scss */
.categories .toggle-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(123, 102, 255, 0.2);
}

/* line 309, app/assets/stylesheets/pages/hunter-index.scss */
.checkbox.active {
  background-color: rgba(123, 102, 255, 0.1);
}

/* line 312, app/assets/stylesheets/pages/hunter-index.scss */
.checkbox.active .texte-cat {
  color: #2C3E50;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  /* line 320, app/assets/stylesheets/pages/hunter-index.scss */
  .categories {
    width: 35%;
    margin-right: 15px;
    padding: 15px;
  }
  /* line 325, app/assets/stylesheets/pages/hunter-index.scss */
  .categories h1, .categories .h1 {
    font-size: 20px;
  }
  /* line 329, app/assets/stylesheets/pages/hunter-index.scss */
  .categories .texte-cat {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  /* line 336, app/assets/stylesheets/pages/hunter-index.scss */
  .main-content {
    flex-direction: column;
  }
  /* line 340, app/assets/stylesheets/pages/hunter-index.scss */
  .categories {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    order: 1;
  }
  /* line 346, app/assets/stylesheets/pages/hunter-index.scss */
  .categories .checkbox {
    padding: 6px 8px;
  }
  /* line 351, app/assets/stylesheets/pages/hunter-index.scss */
  .hunters {
    order: 2;
  }
}

/* line 357, app/assets/stylesheets/pages/hunter-index.scss */
.more-categories {
  background-color: rgba(44, 62, 80, 0.1);
  color: #2C3E50;
  font-weight: 600;
  cursor: pointer;
}

/* line 363, app/assets/stylesheets/pages/hunter-index.scss */
.more-categories:hover {
  background-color: rgba(44, 62, 80, 0.2);
}

/* line 369, app/assets/stylesheets/pages/hunter-index.scss */
.category-section-hunter {
  background-color: rgba(123, 102, 255, 0.1);
  color: #7b66ff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

/* line 382, app/assets/stylesheets/pages/hunter-index.scss */
.category-section-hunter i {
  margin-right: 4px;
  font-size: 11px;
}

/* line 387, app/assets/stylesheets/pages/hunter-index.scss */
.category-section-hunter:hover {
  background-color: rgba(123, 102, 255, 0.2);
  border-color: rgba(123, 102, 255, 0.3);
  transform: translateY(-2px);
}

/* line 395, app/assets/stylesheets/pages/hunter-index.scss */
.titre-index {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  color: #7b66ff;
}

/* line 401, app/assets/stylesheets/pages/hunter-index.scss */
.titre-index:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #7b66ff, #9f92ff);
  border-radius: 3px;
}

@media screen and (max-width: 680px) {
  /* line 415, app/assets/stylesheets/pages/hunter-index.scss */
  .mapbox {
    width: 100%;
  }
  /* line 418, app/assets/stylesheets/pages/hunter-index.scss */
  .recherche {
    margin: 0px auto;
  }
  /* line 421, app/assets/stylesheets/pages/hunter-index.scss */
  .recherche .title {
    font-size: 21px;
  }
  /* line 424, app/assets/stylesheets/pages/hunter-index.scss */
  .main-content {
    margin: 0px auto;
  }
  /* line 427, app/assets/stylesheets/pages/hunter-index.scss */
  .hunters .hunter-card {
    padding: 20px;
  }
  /* line 430, app/assets/stylesheets/pages/hunter-index.scss */
  .categories {
    display: none;
  }
  /* line 433, app/assets/stylesheets/pages/hunter-index.scss */
  .categoriess {
    width: 30%;
  }
  /* line 436, app/assets/stylesheets/pages/hunter-index.scss */
  .text-cat {
    font-size: 11px;
    color: #7b66ff;
  }
  /* line 440, app/assets/stylesheets/pages/hunter-index.scss */
  .espace .button-search {
    width: 100%;
    background-color: #e67e22;
  }
  /* line 445, app/assets/stylesheets/pages/hunter-index.scss */
  .actions {
    position: absolute;
    top: 10;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
  }
  /* line 456, app/assets/stylesheets/pages/hunter-index.scss */
  .button-search {
    width: 100% !important;
  }
  /* line 459, app/assets/stylesheets/pages/hunter-index.scss */
  .favorite-button {
    margin-top: 15px;
  }
  /* line 463, app/assets/stylesheets/pages/hunter-index.scss */
  .consulter-button {
    padding-top: 10px !important;
  }
  /* line 466, app/assets/stylesheets/pages/hunter-index.scss */
  .titless {
    font-size: calc(1.375rem + 1.5vw);
  }
  /* line 469, app/assets/stylesheets/pages/hunter-index.scss */
  .button {
    width: 100%;
  }
}

@media screen and (max-width: 870px) {
  /* line 476, app/assets/stylesheets/pages/hunter-index.scss */
  .categories .text-cat {
    font-size: 11px !important;
    font-family: var(--font-primary);
  }
}

/* line 481, app/assets/stylesheets/pages/hunter-index.scss */
.index-banner {
  font-weight: bold;
  font-size: 4rem;
}

/* line 486, app/assets/stylesheets/pages/hunter-index.scss */
.titre-index {
  font-weight: 600;
}

/* line 492, app/assets/stylesheets/pages/hunter-index.scss */
.checkbox-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

/* line 499, app/assets/stylesheets/pages/hunter-index.scss */
.checkbox-link input[type="checkbox"] {
  pointer-events: none;
  /* Désactive le clic sur la checkbox pour passer au lien */
}

/* line 502, app/assets/stylesheets/pages/hunter-index.scss */
.checkbox-link input[type="checkbox"] .consulter-button {
  padding-top: 3px !important;
}

/* line 506, app/assets/stylesheets/pages/hunter-index.scss */
.checkbox-link input[type="checkbox"] .card-body .description {
  padding-left: 1px;
  line-height: 25.6px;
}

/* line 515, app/assets/stylesheets/pages/hunter-index.scss */
.card-body .description {
  padding-left: 150px !important;
  margin-right: 0;
}

/* Styles pour les écrans avec largeur minimale de 600px */
@media screen and (min-width: 600px) {
  /* line 522, app/assets/stylesheets/pages/hunter-index.scss */
  .card-body .description {
    padding-left: 1px;
  }
}

/* line 528, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card {
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: auto !important;
  min-height: 270px;
  width: 350px;
  margin: 0;
  display: flex;
  flex-direction: column;
}

/* line 541, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

/* line 546, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .top-card {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: white;
}

/* line 554, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .top-card h6, .hunter-card .top-card .h6 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #2C3E50;
  font-weight: 600;
}

/* line 560, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .top-card h6 a, .hunter-card .top-card .h6 a {
  text-decoration: none;
  color: inherit;
}

/* line 564, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .top-card h6 a:hover, .hunter-card .top-card .h6 a:hover {
  color: #7b66ff;
}

/* line 570, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .top-card p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #7f8c8d;
}

/* line 575, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .top-card p i {
  color: #7b66ff;
  margin-right: 5px;
}

/* line 581, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .top-card .logo {
  border-radius: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  width: 70px;
  height: 70px;
}

/* line 591, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .top-card:hover .logo {
  transform: scale(1.05);
}

/* line 596, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .description-section {
  padding: 15px;
  min-height: 80px;
  flex-grow: 1;
}

/* line 601, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .description-section p {
  font-size: 14px;
  color: #7f8c8d;
  line-height: 1.5;
  margin: 0;
}

/* line 609, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .category-section-hunter {
  background-color: rgba(123, 102, 255, 0.1);
  color: #7b66ff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

/* line 622, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .category-section-hunter i {
  margin-right: 4px;
  font-size: 11px;
}

/* line 627, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .category-section-hunter:hover {
  background-color: rgba(123, 102, 255, 0.2);
  border-color: rgba(123, 102, 255, 0.3);
  transform: translateY(-2px);
}

/* line 634, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .more-categories {
  background-color: rgba(123, 102, 255, 0.05);
  color: #7b66ff;
}

/* line 639, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .action-buttons {
  padding: 15px;
  display: flex;
  align-items: center;
  background-color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: auto;
}

/* line 648, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .btn-purple {
  background-color: #7b66ff;
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
}

/* line 661, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .btn-purple:hover {
  background-color: #6a57e0;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(123, 102, 255, 0.3);
  color: white;
}

/* line 669, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .btn-bookmarke {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(123, 102, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* line 679, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .btn-bookmarke:hover {
  background-color: rgba(123, 102, 255, 0.2);
  transform: translateY(-2px);
}

/* line 684, app/assets/stylesheets/pages/hunter-index.scss */
.hunter-card .btn-bookmarke i {
  font-size: 16px;
}

@media (max-width: 768px) {
  /* line 692, app/assets/stylesheets/pages/hunter-index.scss */
  .hunter-card {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 20px;
  }
  /* line 698, app/assets/stylesheets/pages/hunter-index.scss */
  .hunters .row {
    justify-content: center;
  }
}

/* line 704, app/assets/stylesheets/pages/hunter-index.scss */
#loading-indicator {
  margin: 20px 0;
  padding: 15px;
}

/* line 709, app/assets/stylesheets/pages/hunter-index.scss */
.text-purple {
  color: #7b66ff !important;
}

/* line 713, app/assets/stylesheets/pages/hunter-index.scss */
.spinner-border.text-purple {
  width: 3rem;
  height: 3rem;
  border-width: 0.25em;
}

/* Harmonisation des pages annuaire (index/favoris/catégories/villes) */
/* line 720, app/assets/stylesheets/pages/hunter-index.scss */
.directory-page .hunter-card {
  min-height: 270px;
  height: auto !important;
  display: flex;
  flex-direction: column;
}

/* line 727, app/assets/stylesheets/pages/hunter-index.scss */
.directory-page .recherche .dropdown-toggle {
  background-color: #fff;
  border: 2px solid #f0f0f0;
  color: #2d3748;
  padding: 10px 18px;
  border-radius: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* line 741, app/assets/stylesheets/pages/hunter-index.scss */
.directory-page .recherche .dropdown-toggle:hover {
  border-color: #7b66ff;
  background-color: #fcfcfc;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(123, 102, 255, 0.1);
}

/* line 748, app/assets/stylesheets/pages/hunter-index.scss */
.directory-page .recherche .dropdown-toggle:active {
  transform: translateY(0);
}

/* line 752, app/assets/stylesheets/pages/hunter-index.scss */
.directory-page .recherche .dropdown-toggle::after {
  margin-left: 8px;
  transition: transform 0.2s ease;
}

/* line 757, app/assets/stylesheets/pages/hunter-index.scss */
.directory-page .recherche .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

/* line 761, app/assets/stylesheets/pages/hunter-index.scss */
.directory-page .recherche .dropdown-menu {
  border-radius: 16px;
  border: 2px solid #f0f0f0;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  animation: directory-slide-down 0.2s ease;
  min-width: 200px;
  margin-top: 8px;
}

/* line 772, app/assets/stylesheets/pages/hunter-index.scss */
.directory-page .recherche .dropdown-item {
  padding: 12px 16px;
  color: #2d3748;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.2s ease;
  font-weight: 500;
  margin: 2px 0;
}

/* line 784, app/assets/stylesheets/pages/hunter-index.scss */
.directory-page .recherche .dropdown-item i {
  font-size: 16px;
  color: #7b66ff;
  transition: all 0.2s ease;
}

/* line 790, app/assets/stylesheets/pages/hunter-index.scss */
.directory-page .recherche .dropdown-item:hover {
  background-color: #f8f9ff;
  color: #7b66ff;
  transform: translateX(4px);
}

/* line 796, app/assets/stylesheets/pages/hunter-index.scss */
.directory-page .recherche .dropdown-item.active {
  background-color: #7b66ff;
  color: #fff;
  font-weight: 600;
}

/* line 802, app/assets/stylesheets/pages/hunter-index.scss */
.directory-page .recherche .dropdown-item.active i {
  color: #fff;
}

@keyframes directory-slide-down {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 1, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page {
  --hunters-border: #d7e1f3;
  --hunters-shadow: 0 12px 26px rgba(10, 28, 67, 0.1);
  --hunters-surface-soft: #f8faff;
  --hunters-text-muted: #55698f;
  padding-bottom: clamp(2.2rem, 5vw, 3.8rem);
}

/* line 10, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-hero-wrap {
  max-width: 1240px;
  margin-top: clamp(6.35rem, 9vw, 7.9rem);
}

/* line 15, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .page-banner {
  position: relative;
  overflow: hidden;
}

/* line 20, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .page-banner::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -45px;
  top: -65px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(123, 102, 255, 0.2), rgba(123, 102, 255, 0));
  pointer-events: none;
}

/* line 32, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .page-banner-title {
  max-width: 19ch;
  margin: 0 auto;
  text-wrap: balance;
}

/* line 38, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1rem;
}

/* line 46, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #d7e1f5;
  background: rgba(255, 255, 255, 0.88);
  color: #30456f;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
}

/* line 60, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-pill i {
  color: #6957df;
  font-size: 0.78rem;
}

/* line 65, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-pill--accent {
  border-color: #cbc2ff;
  background: #f4f1ff;
  color: #4d3ec4;
}

/* line 71, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-map.mapbox {
  width: calc(100% - 1.5rem);
  max-width: 1220px;
  margin: clamp(1rem, 2.1vw, 1.75rem) auto 1.1rem;
  border-radius: 18px;
  border: 1px solid var(--hunters-border);
  overflow: hidden;
  box-shadow: var(--hunters-shadow);
}

/* line 81, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-map .app-map-canvas {
  height: clamp(285px, 43vw, 430px);
}

/* line 85, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-search-section {
  max-width: 1220px;
}

/* line 89, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-toolbar.recherche {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto 1rem;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* line 100, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-toolbar-head {
  min-width: 0;
}

/* line 104, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-toolbar .titre-index {
  margin: 0;
  display: inline-block;
  color: #0b2b82;
  font-family: var(--ui-title-font);
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.16;
}

/* line 113, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-toolbar .titre-index::after {
  width: 54px;
  bottom: -10px;
}

/* line 118, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-toolbar .title-result {
  margin: 0.95rem 0 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #4d6086;
  white-space: normal;
}

/* line 126, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-toolbar .btn-purple {
  border: 1px solid #d7e2f3;
  background: #ffffff;
  color: #26416d;
  border-radius: 12px;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(11, 36, 82, 0.07);
}

/* line 135, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-toolbar .btn-purple:hover,
.hunters-directory-page .hunters-directory-toolbar .btn-purple:focus {
  border-color: #b9cae8;
  background: #f6f9ff;
  color: #0a66c2;
}

/* line 142, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-layout.main-content {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 0.75rem;
  display: grid;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

/* line 153, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-filters {
  width: 100%;
  margin: 0;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid var(--hunters-border);
  box-shadow: 0 8px 22px rgba(10, 28, 67, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  position: sticky;
  top: 88px;
}

/* line 165, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-filters form {
  width: 100%;
}

/* line 169, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-filters .titre-index {
  margin-bottom: 1rem;
  font-family: var(--ui-title-font);
  font-size: 1.2rem;
  line-height: 1.2;
  color: #0b2b82;
}

/* line 177, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-filters .checkbox {
  margin-bottom: 0.35rem;
  padding: 0.55rem 0.6rem;
  border-radius: 10px;
}

/* line 183, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-filters .checkbox input[type="checkbox"] {
  margin-right: 0.5rem;
}

/* line 187, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-filters .checkbox.active {
  background: rgba(123, 102, 255, 0.11);
}

/* line 191, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-filters .texte-cat {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
  white-space: normal;
}

/* line 199, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-filters .toggle-button {
  width: 100%;
  margin-top: 0.55rem;
  border-radius: 10px;
  font-size: 0.9rem;
}

/* line 206, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-filters .popular-cities {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid #e1e9f7;
}

/* line 212, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-filters .popular-cities .titre-index {
  margin-bottom: 0.7rem;
}

/* line 216, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-results {
  min-width: 0;
}

/* line 220, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-results .row {
  --bs-gutter-x: 1rem;
}

/* line 224, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-results .hunter-card {
  width: 100%;
  max-width: 356px;
  min-height: 286px;
  position: relative;
  overflow: hidden;
  border: 1px solid #d9e3f4;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0 11px 24px rgba(12, 32, 74, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

/* line 237, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-results .hunter-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0b2b82 0%, #7b66ff 100%);
}

/* line 247, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-results .hunter-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(12, 32, 74, 0.14);
}

/* line 252, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-results .hunter-link {
  color: #0f2f66;
  text-decoration: none;
  font-weight: 700;
}

/* line 258, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-results .hunter-link:hover {
  color: #6e5be5;
  text-decoration: none;
}

/* line 263, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-results .hunter-card .top-card h6, .hunters-directory-page .hunters-directory-results .hunter-card .top-card .h6 {
  margin: 0 0 0.5rem;
  color: #172d58;
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* line 269, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-results .hunter-card .hunter-card__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
  margin-bottom: 0.45rem;
}

/* line 276, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-results .hunter-card .hunter-card__trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid #d9e2f5;
  border-radius: 999px;
  background: #fff;
  color: #3f5378;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
}

/* line 290, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-results .hunter-card .hunter-card__trust-badge i {
  color: #6f80a8;
  font-size: 0.68rem;
}

/* line 295, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-results .hunter-card .hunter-card__trust-badge--verified {
  border-color: #c7dcff;
  background: #eef5ff;
  color: #1a4f9d;
}

/* line 301, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-results .hunter-card .hunter-card__trust-badge--verified i {
  color: #2367c8;
}

/* line 305, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-results .hunter-card .description-section p {
  color: var(--hunters-text-muted);
}

/* line 309, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-results .hunter-card .top-card p {
  color: #4b5f83;
}

/* line 313, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-results .hunter-card .top-card p i {
  color: #6c58e3;
}

/* line 317, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-results .category-section-hunter {
  border: 1px solid #d7cffd;
  background: linear-gradient(180deg, #f8f5ff 0%, #f1edff 100%);
  color: #4f3ec4;
  font-weight: 600;
}

/* line 324, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-results .action-buttons .btn-purple {
  border: 1px solid transparent;
  background: linear-gradient(135deg, #0a66c2 0%, #2f7fd9 100%);
  box-shadow: 0 8px 16px rgba(10, 102, 194, 0.23);
}

/* line 330, app/assets/stylesheets/pages/_hunters-directory.scss */
.hunters-directory-page .hunters-directory-results .action-buttons .btn-purple:hover {
  background: linear-gradient(135deg, #0958a7 0%, #256fbe 100%);
  box-shadow: 0 11px 20px rgba(9, 88, 167, 0.26);
}

@media (max-width: 1100px) {
  /* line 336, app/assets/stylesheets/pages/_hunters-directory.scss */
  .hunters-directory-page .hunters-directory-layout.main-content {
    grid-template-columns: 1fr;
  }
  /* line 340, app/assets/stylesheets/pages/_hunters-directory.scss */
  .hunters-directory-page .hunters-directory-filters {
    display: block;
    position: static;
  }
}

@media (max-width: 768px) {
  /* line 347, app/assets/stylesheets/pages/_hunters-directory.scss */
  .hunters-directory-page .hunters-directory-hero-wrap {
    margin-top: clamp(6rem, 14vw, 7rem);
  }
  /* line 351, app/assets/stylesheets/pages/_hunters-directory.scss */
  .hunters-directory-page .hunters-directory-map.mapbox {
    width: calc(100% - 1rem);
    border-radius: 14px;
  }
  /* line 356, app/assets/stylesheets/pages/_hunters-directory.scss */
  .hunters-directory-page .hunters-directory-meta {
    justify-content: flex-start;
  }
  /* line 360, app/assets/stylesheets/pages/_hunters-directory.scss */
  .hunters-directory-page .hunters-directory-toolbar.recherche {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 365, app/assets/stylesheets/pages/_hunters-directory.scss */
  .hunters-directory-page .hunters-directory-toolbar .dropdown {
    width: 100%;
  }
  /* line 369, app/assets/stylesheets/pages/_hunters-directory.scss */
  .hunters-directory-page .hunters-directory-toolbar .dropdown-toggle {
    justify-content: center;
    width: 100%;
  }
  /* line 374, app/assets/stylesheets/pages/_hunters-directory.scss */
  .hunters-directory-page .hunters-directory-filters {
    display: block;
    padding: 0.85rem;
  }
  /* line 379, app/assets/stylesheets/pages/_hunters-directory.scss */
  .hunters-directory-page .hunters-directory-results .hunter-card {
    max-width: none;
  }
}

/* line 1, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page {
  --city-border: #d7e1f3;
  --city-shadow: 0 12px 26px rgba(10, 28, 67, 0.1);
  --city-surface-soft: #f8faff;
  --city-text-muted: #55698f;
  padding-bottom: clamp(2.2rem, 5vw, 3.8rem);
}

/* line 10, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-hero-wrap {
  max-width: 1240px;
  margin-top: clamp(6.35rem, 9vw, 7.9rem);
}

/* line 15, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .page-banner {
  position: relative;
  overflow: hidden;
}

/* line 20, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .page-banner::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -45px;
  top: -65px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(123, 102, 255, 0.2), rgba(123, 102, 255, 0));
  pointer-events: none;
}

/* line 32, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .page-banner-title {
  max-width: 20ch;
  margin: 0 auto;
  text-wrap: balance;
}

/* line 38, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1rem;
}

/* line 46, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #d7e1f5;
  background: rgba(255, 255, 255, 0.88);
  color: #30456f;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
}

/* line 60, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-pill i {
  color: #6957df;
  font-size: 0.78rem;
}

/* line 65, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-pill--accent {
  border-color: #cbc2ff;
  background: #f4f1ff;
  color: #4d3ec4;
}

/* line 71, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-map.mapbox {
  width: calc(100% - 1.5rem);
  max-width: 1220px;
  margin: clamp(1rem, 2.1vw, 1.75rem) auto 1.8rem;
  border-radius: 18px;
  border: 1px solid var(--city-border);
  overflow: hidden;
  box-shadow: var(--city-shadow);
}

/* line 81, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-map .app-map-canvas {
  height: clamp(285px, 43vw, 430px);
}

/* line 85, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-intro.recherche {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto 1.45rem;
  padding: 0 0.75rem;
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

/* line 96, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-intro-head,
.city-directory-page .city-directory-intro-copy {
  border: 1px solid var(--city-border);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(10, 28, 67, 0.08);
  background: #fff;
}

/* line 104, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-intro-head {
  padding: 1.05rem 1rem;
  background: linear-gradient(175deg, #ffffff 0%, #f6f9ff 100%);
}

/* line 109, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-intro-head .titre-index {
  margin: 0;
  display: block;
  color: #0b2b82;
  font-family: var(--ui-title-font);
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.16;
}

/* line 118, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-intro-head .titre-index::after {
  width: 54px;
  bottom: -10px;
}

/* line 123, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-intro-head .title-result {
  margin: 1.05rem 0 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #4d6086;
  white-space: normal;
}

/* line 131, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-intro-copy {
  padding: 1rem 1.2rem;
  background: var(--city-surface-soft);
}

/* line 136, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-intro-copy .lead {
  margin-bottom: 0.75rem;
}

/* line 140, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-intro-copy .lead:last-child {
  margin-bottom: 0;
}

/* line 144, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-engagement {
  width: 100%;
  max-width: 1220px;
  padding: 0 0.75rem;
  margin: 0 auto 1.2rem;
}

/* line 151, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-engagement-panel {
  border: 1px solid var(--city-border);
  border-radius: 16px;
  background: linear-gradient(140deg, #ffffff 0%, #f5f9ff 56%, #f6f2ff 100%);
  box-shadow: 0 10px 24px rgba(10, 28, 67, 0.1);
  padding: 1rem 1.1rem;
}

/* line 159, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-engagement-panel__head h2, .city-directory-page .city-directory-engagement-panel__head .h2 {
  margin: 0 0 0.35rem;
  color: #0b2b82;
  font-family: var(--ui-title-font);
  font-size: clamp(1.2rem, 1.85vw, 1.5rem);
  line-height: 1.16;
}

/* line 167, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-engagement-panel__head p {
  margin: 0;
  color: #4f638c;
  line-height: 1.58;
}

/* line 173, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-engagement-panel__grid {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

/* line 180, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-engagement-card {
  border: 1px solid #d8e1f3;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(11, 36, 82, 0.07);
  padding: 0.85rem 0.9rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  color: #32486f;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

/* line 194, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-engagement-card:hover {
  transform: translateY(-2px);
  border-color: #c3b7ff;
  box-shadow: 0 12px 22px rgba(95, 73, 222, 0.16);
}

/* line 200, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-engagement-card strong {
  color: #12366e;
  font-size: 0.97rem;
  line-height: 1.35;
}

/* line 206, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-engagement-card span {
  font-size: 0.86rem;
  line-height: 1.5;
}

/* line 211, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-engagement-card__label {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid #d5ccff;
  background: #f5f1ff;
  color: #4c3ec2;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.22rem 0.55rem;
}

/* line 223, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-engagement-panel__nearby {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  color: #50678f;
}

/* line 232, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-engagement-panel__nearby-link {
  color: #0a66c2;
  text-decoration: none;
  font-weight: 600;
}

/* line 238, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-engagement-panel__nearby-link:hover {
  color: #0958a7;
  text-decoration: underline;
}

/* line 243, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-layout.main-content {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 0.75rem;
  display: grid;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

/* line 254, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-filters {
  width: 100%;
  margin: 0;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid var(--city-border);
  box-shadow: 0 8px 22px rgba(10, 28, 67, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  position: sticky;
  top: 88px;
}

/* line 266, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-filters form {
  width: 100%;
}

/* line 270, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-filters .titre-index {
  margin-bottom: 1rem;
  font-family: var(--ui-title-font);
  font-size: 1.2rem;
  line-height: 1.2;
  color: #0b2b82;
}

/* line 278, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-filters .checkbox {
  margin-bottom: 0.35rem;
  padding: 0.55rem 0.6rem;
  border-radius: 10px;
}

/* line 284, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-filters .checkbox input[type="checkbox"] {
  margin-right: 0.5rem;
}

/* line 288, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-filters .checkbox.active {
  background: rgba(123, 102, 255, 0.11);
}

/* line 292, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-filters .texte-cat {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
  white-space: normal;
}

/* line 300, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-filters .toggle-button {
  width: 100%;
  margin-top: 0.55rem;
  border-radius: 10px;
  font-size: 0.9rem;
}

/* line 307, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-results {
  min-width: 0;
}

/* line 311, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-results-title {
  margin: 0 0 1.4rem;
  color: #0b2b82;
  font-family: var(--ui-title-font);
  font-size: clamp(1.45rem, 2.3vw, 2.05rem);
  line-height: 1.12;
  text-wrap: balance;
}

/* line 320, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-results .row {
  --bs-gutter-x: 1rem;
}

/* line 324, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-results .hunter-card {
  width: 100%;
  max-width: 356px;
  min-height: 286px;
}

/* line 330, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-results .hunter-card .top-card h6, .city-directory-page .city-directory-results .hunter-card .top-card .h6 {
  margin: 0 0 0.5rem;
  color: #172d58;
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* line 336, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-results .hunter-card .description-section p {
  color: var(--city-text-muted);
}

/* line 340, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-faq {
  width: 100%;
  max-width: 1220px;
  padding: 0 0.75rem;
}

/* line 346, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-faq-section {
  margin-bottom: 0;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid var(--city-border);
  background: #fff;
  box-shadow: 0 8px 22px rgba(10, 28, 67, 0.08);
}

/* line 355, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-faq-title {
  margin-bottom: 1rem;
  color: #0b2b82;
  font-family: var(--ui-title-font);
  font-size: clamp(1.2rem, 2.1vw, 1.65rem);
  line-height: 1.2;
}

/* line 363, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-faq .accordion-item {
  border: 1px solid #e0e8f7;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.65rem;
}

/* line 370, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-faq .accordion-item:last-child {
  margin-bottom: 0;
}

/* line 374, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-faq .accordion-button {
  color: #203763;
  font-weight: 600;
  background: #fff;
  box-shadow: none;
}

/* line 381, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-faq .accordion-button:not(.collapsed) {
  color: #0b2b82;
  background: #f6f9ff;
}

/* line 386, app/assets/stylesheets/pages/_cities-show.scss */
.city-directory-page .city-directory-faq .accordion-body {
  color: #3f5075;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  /* line 392, app/assets/stylesheets/pages/_cities-show.scss */
  .city-directory-page .city-directory-intro.recherche {
    grid-template-columns: 1fr;
  }
  /* line 396, app/assets/stylesheets/pages/_cities-show.scss */
  .city-directory-page .city-directory-layout.main-content {
    grid-template-columns: 1fr;
  }
  /* line 400, app/assets/stylesheets/pages/_cities-show.scss */
  .city-directory-page .city-directory-engagement-panel__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 404, app/assets/stylesheets/pages/_cities-show.scss */
  .city-directory-page .city-directory-filters {
    display: block;
    position: static;
  }
}

@media (max-width: 768px) {
  /* line 411, app/assets/stylesheets/pages/_cities-show.scss */
  .city-directory-page .city-directory-hero-wrap {
    margin-top: clamp(6rem, 14vw, 7rem);
  }
  /* line 415, app/assets/stylesheets/pages/_cities-show.scss */
  .city-directory-page .city-directory-map.mapbox {
    width: calc(100% - 1rem);
    border-radius: 14px;
  }
  /* line 420, app/assets/stylesheets/pages/_cities-show.scss */
  .city-directory-page .city-directory-meta {
    justify-content: flex-start;
  }
  /* line 424, app/assets/stylesheets/pages/_cities-show.scss */
  .city-directory-page .city-directory-results-title {
    margin-bottom: 1rem;
    text-align: left;
  }
  /* line 429, app/assets/stylesheets/pages/_cities-show.scss */
  .city-directory-page .city-directory-results .hunter-card {
    max-width: none;
  }
  /* line 433, app/assets/stylesheets/pages/_cities-show.scss */
  .city-directory-page .city-directory-engagement-panel {
    padding: 0.85rem;
  }
  /* line 437, app/assets/stylesheets/pages/_cities-show.scss */
  .city-directory-page .city-directory-engagement-panel__grid {
    grid-template-columns: 1fr;
  }
  /* line 441, app/assets/stylesheets/pages/_cities-show.scss */
  .city-directory-page .city-directory-filters {
    display: block;
    padding: 0.85rem;
  }
  /* line 446, app/assets/stylesheets/pages/_cities-show.scss */
  .city-directory-page .city-directory-faq-section {
    padding: 0.8rem;
  }
}

/* line 1, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page {
  --hs-surface: #ffffff;
  --hs-text: #25324b;
  --hs-muted: #64748b;
  --hs-border: #dbe4f2;
  --hs-border-strong: #c8d5ea;
  --hs-bg-soft: #f5f8ff;
  --hs-accent: #7b66ff;
  --hs-accent-strong: #694fe8;
  --hs-title-font: var(--ui-title-font);
  --hs-body-font: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--hs-body-font);
  color: var(--hs-text);
}

/* line 16, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .profile-container {
  max-width: 1200px;
  margin: clamp(5.8rem, 9vw, 7rem) auto 0;
  padding: 0 clamp(0.3rem, 1.5vw, 1rem);
  background: transparent;
}

/* line 23, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .banner-section {
  position: relative;
  margin: 0 0 1.8rem;
}

/* line 28, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .banner-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--hs-border);
  background: #eef3fd;
  box-shadow: 0 14px 30px rgba(14, 30, 68, 0.13);
}

/* line 37, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0b2b82 0%, #7b66ff 100%);
  z-index: 3;
  pointer-events: none;
}

/* line 49, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .profile-banner,
.profile-page .banner-adsense-container {
  width: 100%;
  height: clamp(230px, 33vw, 390px);
}

/* line 55, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .profile-banner {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 60, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .banner-adsense-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  overflow: hidden;
  background: #f8fafd;
}

/* line 70, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .banner-adsense-container .adsense-container {
  width: 100%;
  height: 100%;
  min-width: 300px;
  min-height: 250px;
}

/* line 77, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .profile-header {
  position: relative;
  z-index: 2;
  margin-top: clamp(-108px, -8vw, -80px);
  padding: 0 clamp(0.8rem, 2.5vw, 1.8rem);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

/* line 88, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .profile-photo {
  flex-shrink: 0;
}

/* line 92, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .profile-logo {
  width: clamp(124px, 16vw, 176px);
  height: clamp(124px, 16vw, 176px);
  border-radius: 18px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #fff;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 35, 77, 0.2);
}

/* line 102, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .profile-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.35rem;
}

/* line 111, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .share-button form {
  margin: 0;
  display: inline-block;
}

/* line 116, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 42px;
  padding: 0.58rem 1rem;
  border: 1px solid var(--hs-border-strong);
  border-radius: 999px;
  text-decoration: none;
  font-family: var(--hs-body-font);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  color: #273a5e;
  background: #fff;
  box-shadow: 0 4px 10px rgba(9, 29, 68, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

/* line 136, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .action-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(13, 34, 80, 0.14);
  color: #1c2f53;
}

/* line 142, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .edit-btn {
  background: #f8f9ff;
}

/* line 146, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .application-btn,
.profile-page .mandate-btn {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--hs-accent) 0%, var(--hs-accent-strong) 100%);
}

/* line 153, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .application-btn:hover,
.profile-page .mandate-btn:hover {
  color: #fff;
  filter: brightness(0.98) saturate(1.04);
}

/* line 159, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .message-btn {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #4f8cff 0%, #3269d6 100%);
}

/* line 165, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .message-btn:hover {
  color: #fff;
}

/* line 169, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .share-btn {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border-radius: 50%;
  background: #f5f7fc;
  color: #4b5f86;
}

/* line 180, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .profile-content {
  margin-top: 0.8rem;
}

/* line 184, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .main-info,
.profile-page .section-card {
  background: var(--hs-surface);
  border: 1px solid var(--hs-border);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(10, 28, 67, 0.08);
}

/* line 192, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .main-info {
  padding: clamp(1rem, 2.8vw, 1.8rem);
  margin-bottom: 1.3rem;
  position: relative;
  overflow: hidden;
}

/* line 199, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .main-info::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -96px;
  top: -130px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(123, 102, 255, 0.14), rgba(123, 102, 255, 0));
  pointer-events: none;
}

/* line 211, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .profile-name {
  margin: 0 0 0.9rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  color: #0b2b82;
  font-family: var(--hs-title-font);
  font-size: clamp(1.75rem, 3.3vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

/* line 225, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .profile-name .verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.62rem;
  border-radius: 999px;
  border: 1px solid #b9d4ff;
  background: linear-gradient(135deg, #eef5ff 0%, #dceaff 100%);
  color: #1f5fbf;
  font-family: var(--hs-body-font);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

/* line 241, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .profile-name .verified-badge i {
  font-size: 0.74rem;
}

/* line 245, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .profile-location {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #445578;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  font-weight: 500;
  line-height: 1.45;
}

/* line 256, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .profile-location i {
  color: var(--hs-accent);
}

/* line 260, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .expertise-tags {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

/* line 267, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .expertise-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid #d8e1f3;
  background: linear-gradient(180deg, #f8f9ff 0%, #f1f4ff 100%);
  color: #4d3ec4;
  font-size: 0.84rem;
  font-weight: 600;
}

/* line 279, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(290px, 1fr);
  gap: 1.3rem;
  align-items: start;
}

/* line 286, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .profile-description,
.profile-page .profile-sidebar {
  min-width: 0;
}

/* line 291, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .section-card {
  padding: clamp(0.95rem, 2.6vw, 1.5rem);
  margin-bottom: 1rem;
}

/* line 296, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .section-title {
  margin: 0 0 1rem;
  font-family: var(--hs-title-font);
  font-size: clamp(1.05rem, 1.5vw, 1.32rem);
  font-weight: 700;
  line-height: 1.2;
  color: #0b2b82;
  letter-spacing: 0.01em;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e4ebf7;
}

/* line 308, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .section-title.mb-0 {
  margin-bottom: 0 !important;
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 314, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .description-text {
  color: #354663;
  font-family: var(--hs-body-font);
  font-size: clamp(0.95rem, 1.08vw, 1.04rem);
  line-height: 1.72;
}

/* line 321, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .description-text .trix-content {
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
}

/* line 331, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .description-text .trix-content * {
  max-width: 100%;
}

/* line 335, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .description-text .trix-content img,
.profile-page .description-text .trix-content video,
.profile-page .description-text .trix-content iframe {
  height: auto;
  max-width: 100% !important;
}

/* line 342, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .description-text .trix-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 348, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .google-rating-container {
  margin: 0 0 0.95rem;
  padding: 0.75rem 0.9rem;
  border-radius: 14px;
  border: 1px solid #d9e4f7;
  border-left: 4px solid #4f86f9;
  background: #f8fbff;
}

/* line 357, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .google-rating-count {
  color: #14284c;
  font-weight: 700;
}

/* line 362, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .rating-logo {
  width: auto;
  height: 20px;
}

/* line 367, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .google-review-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.46rem 0.84rem;
  background: #4f86f9;
  color: #fff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 0.2s ease, filter 0.2s ease;
}

/* line 384, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .google-review-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  filter: brightness(0.95);
}

/* line 390, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .google-reviews-container {
  border-radius: 14px;
  border: 1px solid #e2e8f5;
  background: #f8faff;
  padding: clamp(0.85rem, 2vw, 1.15rem);
}

/* line 397, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .rating-large {
  min-width: 170px;
  text-align: center;
  background: #fff;
  border: 1px solid #dce4f4;
  border-radius: 12px;
  padding: 0.95rem;
}

/* line 406, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .rating-number {
  display: block;
  font-family: var(--hs-title-font);
  font-size: clamp(1.7rem, 3.2vw, 2.2rem);
  line-height: 1;
  color: #1b2f54;
}

/* line 414, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .rating-stars {
  margin: 0.45rem 0;
  font-size: 1rem;
}

/* line 419, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .reviews-preview {
  min-width: 0;
}

/* line 423, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .reviews-preview h5, .profile-page .reviews-preview .h5 {
  margin: 0 0 0.75rem;
  font-family: var(--hs-title-font);
  font-size: 1rem;
  color: #24395f;
}

/* line 430, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .reviews-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

/* line 436, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .review-item {
  margin-bottom: 0 !important;
  padding: 0.75rem 0.85rem !important;
  border: 1px solid #e6ecf8;
  border-radius: 12px;
  background: #fff;
}

/* line 444, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .review-item.border-bottom {
  border-bottom: 1px solid #e6ecf8 !important;
}

/* line 448, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .review-author-avatar {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 454, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .review-text {
  margin: 0;
  color: #3a4b69;
  font-size: 0.93rem;
  line-height: 1.55;
}

/* line 461, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .contact-links {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

/* line 467, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .contact-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.62rem 0.75rem;
  border: 1px solid #dfe7f4;
  border-left: 3px solid #b9c9e6;
  border-radius: 12px;
  background: #f8fbff;
  color: #334769;
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 500;
  box-shadow: 0 6px 12px rgba(20, 43, 91, 0.05);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 484, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .contact-link i {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #8f7dff 0%, #6f58f1 100%);
  box-shadow: 0 6px 14px rgba(111, 88, 241, 0.28);
  font-size: 0.92rem;
  transition: transform 0.2s ease, filter 0.2s ease;
}

/* line 499, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .contact-link i.fa-envelope {
  background: linear-gradient(135deg, #5b7cfa 0%, #3f63e9 100%);
  box-shadow: 0 6px 14px rgba(63, 99, 233, 0.28);
}

/* line 504, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .contact-link i.fa-globe {
  background: linear-gradient(135deg, #00a6d6 0%, #0086bb 100%);
  box-shadow: 0 6px 14px rgba(0, 134, 187, 0.3);
}

/* line 509, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .contact-link i.fa-linkedin {
  background: linear-gradient(135deg, #1a85de 0%, #0a66c2 100%);
  box-shadow: 0 6px 14px rgba(10, 102, 194, 0.3);
}

/* line 514, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .contact-link i.fa-facebook {
  background: linear-gradient(135deg, #2f8dff 0%, #1877f2 100%);
  box-shadow: 0 6px 14px rgba(24, 119, 242, 0.28);
}

/* line 519, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .contact-link i.fa-phone {
  background: linear-gradient(135deg, #28b67c 0%, #0a9f67 100%);
  box-shadow: 0 6px 14px rgba(10, 159, 103, 0.28);
}

/* line 524, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .contact-link:hover {
  color: #24395e;
  border-color: #d0dbef;
  border-left-color: #6f59e7;
  background: #f2f6ff;
  transform: translateX(2px);
  box-shadow: 0 10px 18px rgba(20, 43, 91, 0.1);
}

/* line 533, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .contact-link:hover i {
  transform: scale(1.04);
  filter: brightness(0.97);
}

/* line 538, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .profile-map {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #dce4f4;
}

/* line 546, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .address-list {
  margin-top: 0.35rem;
}

/* line 550, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .address-item {
  border-left: 4px solid #dfe6f5;
  border-radius: 10px;
  background: #f7f9fd;
  padding: 0.8rem 0.95rem !important;
}

/* line 557, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .address-item .d-flex {
  align-items: flex-start !important;
  gap: 0.45rem;
}

/* line 562, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .address-icon {
  margin-top: 0.08rem;
  font-size: 1rem;
  color: #7a88a4;
}

/* line 568, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .primary-address {
  border-left-color: var(--hs-accent);
  background: #f2f0ff;
}

/* line 573, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .primary-address .address-icon {
  color: var(--hs-accent);
}

/* line 577, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .address-text {
  color: #24395e;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

/* line 585, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .address-city {
  margin-top: 0.2rem;
  font-size: 0.88rem;
  overflow-wrap: anywhere;
}

/* line 591, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .address-item .badge {
  border-radius: 999px;
  background: var(--hs-accent) !important;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* line 599, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .profile-sidebar ul {
  margin: 0;
  padding-left: 0;
}

/* line 604, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .profile-sidebar li {
  margin-bottom: 0.45rem;
  color: #425577;
  font-size: 0.92rem;
  line-height: 1.45;
}

/* line 611, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .cta-button {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 1rem auto 1.4rem;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--hs-accent) 0%, var(--hs-accent-strong) 100%);
  box-shadow: 0 10px 20px rgba(123, 102, 255, 0.25);
  color: #fff;
  font-family: var(--hs-body-font);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 631, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .cta-button:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(123, 102, 255, 0.32);
}

/* line 637, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .job-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #dde5f2;
  border-radius: 14px;
  background: #fff;
  padding: 0.95rem;
  box-shadow: 0 6px 16px rgba(14, 33, 75, 0.08);
}

/* line 648, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .job-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
}

/* line 655, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .job-logo {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  border: 1px solid #dbe4f4;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

/* line 664, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .job-title {
  margin: 0 0 0.2rem;
  font-family: var(--hs-title-font);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  color: #20335a;
}

/* line 673, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .job-location {
  margin: 0;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.35;
}

/* line 680, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .job-tags {
  margin: 0 0 0.9rem;
}

/* line 684, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .job-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.3rem 0.62rem;
  border: 1px solid #d8e1f3;
  background: #f3f7ff;
  color: #3b4d75;
  font-size: 0.78rem;
  font-weight: 600;
}

/* line 696, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .job-link-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: #0b2b82;
  color: #fff;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 600;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

/* line 712, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .job-link-btn:hover {
  color: #fff;
  background: #092164;
  transform: translateY(-1px);
}

/* line 718, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .empty-state {
  border: 1px dashed #d3deef;
  border-radius: 14px;
  background: #f8fbff;
}

/* line 724, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .jobs-swiper-container {
  position: relative;
  padding: 0 40px 1.9rem;
}

/* line 729, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .jobs-swiper {
  width: 100%;
}

/* line 733, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .jobs-swiper .swiper-slide {
  height: auto;
  display: flex;
}

/* line 738, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .jobs-swiper .job-card {
  width: 100%;
}

/* line 742, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .jobs-next,
.profile-page .jobs-prev {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #0b2b82;
  color: #fff;
  box-shadow: 0 6px 14px rgba(11, 43, 130, 0.24);
  transition: transform 0.2s ease, filter 0.2s ease;
}

/* line 753, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .jobs-next:hover,
.profile-page .jobs-prev:hover {
  transform: scale(1.07);
  filter: brightness(0.95);
}

/* line 759, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .jobs-next::after,
.profile-page .jobs-prev::after {
  font-size: 13px;
  font-weight: 700;
}

/* line 765, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .jobs-pagination {
  position: relative;
  margin-top: 0.6rem;
}

/* line 770, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .jobs-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #c6d2ea;
  opacity: 1;
}

/* line 777, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .jobs-pagination .swiper-pagination-bullet-active {
  background: var(--hs-accent);
  transform: scale(1.16);
}

/* line 782, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .swiper-section-card {
  overflow: hidden;
}

/* line 786, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .swiper-container {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0.45rem 0.1rem 1.8rem;
}

/* line 793, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .swiper-section-card .swiper-slide {
  height: auto;
  display: flex;
}

/* line 798, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .hunter-card-swiper {
  width: 100%;
  border: 1px solid #dde5f4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(15, 36, 82, 0.07);
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* line 810, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .hunter-card-swiper .top-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.1rem;
}

/* line 818, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .hunter-card-swiper h6, .profile-page .hunter-card-swiper .h6 {
  margin: 0 0 0.3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 0.96rem;
  line-height: 1.25;
  color: #1f3258;
  font-weight: 700;
}

/* line 830, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .hunter-card-swiper .verified-mini-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  border: 1px solid #b8d3ff;
  background: linear-gradient(135deg, #eef5ff 0%, #dceaff 100%);
  color: #1f5fbf;
  font-size: 0.62rem;
  line-height: 1;
}

/* line 844, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .hunter-card-swiper p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.4;
  color: #62718e;
  overflow-wrap: anywhere;
}

/* line 852, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .hunter-card-swiper .category-section-hunter {
  margin-top: 0.4rem;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #d7e1f4;
  background: #f5f8ff;
  color: #465a84;
  font-size: 0.74rem;
  font-weight: 600;
  padding: 0.22rem 0.55rem;
}

/* line 865, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .hunter-card-swiper .logo {
  width: 62px;
  height: 62px;
  border-radius: 12px;
  border: 1px solid #dde6f7;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

/* line 874, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .hunter-card-swiper > div:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
}

/* line 881, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .hunter-card-swiper .btn-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.46rem 0.82rem;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  background: #feb835;
  color: #fff;
}

/* line 894, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .hunter-card-swiper .btn-bookmarke {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f1efff;
}

/* line 904, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .hunter-card-swiper .bookmark-icon {
  color: var(--hs-accent);
  font-size: 1.02rem;
}

/* line 909, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .swiper-section-card .swiper-button-next,
.profile-page .swiper-section-card .swiper-button-prev {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dae3f4;
  color: var(--hs-accent);
  box-shadow: 0 4px 12px rgba(14, 33, 77, 0.12);
}

/* line 920, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .swiper-section-card .swiper-button-next::after,
.profile-page .swiper-section-card .swiper-button-prev::after {
  font-size: 14px;
  font-weight: 700;
}

/* line 926, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .swiper-section-card .swiper-pagination-bullet-active {
  background: var(--hs-accent);
}

/* line 930, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .non-premium-ad-container {
  margin: 1rem 0;
  padding: 0.95rem;
  border-radius: 14px;
  border: 1px solid #dde5f3;
  background: #f9fbff;
  text-align: center;
  min-width: 300px;
}

/* line 940, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .non-premium-ad-container .adsense-container,
.profile-page .banner-adsense-container .adsense-container,
.profile-page .adsense-container .adsbygoogle {
  width: 100%;
  display: block;
  min-width: 300px;
  min-height: 250px;
}

/* line 949, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .adsense-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px dashed #c8d6f2;
  background: linear-gradient(135deg, #4f7aea 0%, #6f60d8 100%);
}

/* line 960, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .placeholder-content {
  text-align: center;
  color: #fff;
  padding: 0.8rem;
}

/* line 966, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .placeholder-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

/* line 972, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .placeholder-text,
.profile-page .placeholder-note {
  font-size: 0.8rem;
  opacity: 0.92;
}

@media (max-width: 992px) {
  /* line 979, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .profile-grid {
    grid-template-columns: 1fr;
  }
  /* line 983, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .profile-header {
    align-items: flex-start;
    flex-direction: column;
    margin-top: -88px;
  }
  /* line 989, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .profile-actions {
    width: 100%;
    justify-content: flex-start;
  }
  /* line 994, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .profile-actions > a,
.profile-page .profile-actions > form {
    width: auto;
  }
  /* line 999, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .google-reviews-container .d-flex {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 1004, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .rating-large {
    width: 100%;
    min-width: 0;
    margin-right: 0 !important;
    margin-bottom: 0.9rem;
  }
  /* line 1011, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .reviews-preview {
    width: 100%;
  }
  /* line 1015, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .profile-map {
    height: 240px;
  }
  /* line 1019, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .jobs-swiper-container {
    padding: 0 34px 1.6rem;
  }
}

@media (max-width: 768px) {
  /* line 1025, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .profile-container {
    margin-top: 5.35rem;
    padding: 0 0.2rem;
  }
  /* line 1030, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .banner-wrapper {
    border-radius: 16px;
  }
  /* line 1034, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .profile-banner,
.profile-page .banner-adsense-container {
    height: 250px;
  }
  /* line 1039, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .profile-header {
    margin-top: -70px;
    padding: 0 0.85rem;
  }
  /* line 1044, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .profile-logo {
    width: 118px;
    height: 118px;
    border-width: 4px;
  }
  /* line 1050, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .profile-actions {
    width: 100%;
    gap: 0.55rem;
  }
  /* line 1055, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .profile-actions > a,
.profile-page .profile-actions > form {
    width: 100%;
  }
  /* line 1060, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .profile-actions > div.share-button {
    width: auto;
  }
  /* line 1064, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .profile-actions > div.share-button form {
    width: auto;
  }
  /* line 1068, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .action-btn {
    width: 100%;
    justify-content: center;
    min-height: 40px;
    font-size: 0.86rem;
    padding: 0.55rem 0.86rem;
  }
  /* line 1076, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .share-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
  }
  /* line 1084, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .main-info,
.profile-page .section-card {
    border-radius: 14px;
    padding: 0.95rem;
  }
  /* line 1090, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .profile-name {
    font-size: clamp(1.5rem, 7vw, 1.85rem);
  }
  /* line 1094, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .google-rating-container .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0.7rem;
  }
  /* line 1100, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .google-review-btn {
    width: 100%;
  }
  /* line 1104, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .profile-map {
    height: 220px;
  }
  /* line 1108, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .jobs-swiper-container {
    padding: 0 28px 1.4rem;
  }
  /* line 1112, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .jobs-next,
.profile-page .jobs-prev,
.profile-page .swiper-section-card .swiper-button-next,
.profile-page .swiper-section-card .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  /* line 1120, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .jobs-next::after,
.profile-page .jobs-prev::after,
.profile-page .swiper-section-card .swiper-button-next::after,
.profile-page .swiper-section-card .swiper-button-prev::after {
    font-size: 11px;
  }
  /* line 1127, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .non-premium-ad-container,
.profile-page .banner-adsense-container,
.profile-page .non-premium-ad-container .adsense-container,
.profile-page .banner-adsense-container .adsense-container,
.profile-page .adsense-container .adsbygoogle {
    min-width: 280px;
  }
  /* line 1135, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .non-premium-ad-container .adsense-container,
.profile-page .banner-adsense-container .adsense-container,
.profile-page .adsense-container .adsbygoogle {
    min-height: 200px;
  }
}

@media (max-width: 576px) {
  /* line 1143, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .profile-header {
    margin-top: -62px;
  }
  /* line 1147, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .profile-logo {
    width: 102px;
    height: 102px;
    border-radius: 14px;
  }
  /* line 1153, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .profile-location {
    align-items: flex-start;
  }
  /* line 1157, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .profile-map {
    height: 196px;
  }
  /* line 1161, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .jobs-swiper-container {
    padding: 0 24px 1.2rem;
  }
  /* line 1165, app/assets/stylesheets/pages/hunter-show.scss */
  .profile-page .non-premium-ad-container,
.profile-page .banner-adsense-container,
.profile-page .non-premium-ad-container .adsense-container,
.profile-page .banner-adsense-container .adsense-container,
.profile-page .adsense-container .adsbygoogle {
    min-width: 250px;
  }
}

/* line 1176, app/assets/stylesheets/pages/hunter-show.scss */
.profile-page .profile-container[data-premium="true"] .adsbygoogle:not([data-ad-slot]),
.profile-page .profile-container[data-premium="true"] ins.adsbygoogle:not([data-ad-slot]),
.profile-page .profile-container[data-premium="true"] [data-ad-client]:not([data-ad-slot]),
.profile-page .profile-container[data-premium="true"] .google-auto-placed,
.profile-page .profile-container[data-premium="true"] div[id*="google_ads_iframe"]:not([data-manual]),
.profile-page .profile-container[data-premium="true"] div[id*="aswift_"]:not([data-manual]),
.profile-page .profile-container[data-premium="true"] iframe[id*="google_ads_iframe"]:not([data-manual]),
.profile-page .profile-container[data-premium="true"] iframe[id*="aswift_"]:not([data-manual]) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  z-index: -1 !important;
}

/* line 1198, app/assets/stylesheets/pages/hunter-show.scss */
body[data-controller="hunters"][data-action="show"][data-premium="true"] .adsbygoogle[data-ad-client]:not([data-ad-slot]),
body[data-controller="hunters"][data-action="show"][data-premium="true"] ins.adsbygoogle[data-ad-client]:not([data-ad-slot]) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  z-index: -1 !important;
}

/* line 1, app/assets/stylesheets/pages/contact-new.scss */
.contact-page {
  padding-bottom: clamp(2.5rem, 6vw, 5rem);
}

/* line 5, app/assets/stylesheets/pages/contact-new.scss */
.contact-page .contact-panel {
  border: 1px solid #dce3f2;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(15, 33, 66, 0.12);
}

/* line 12, app/assets/stylesheets/pages/contact-new.scss */
.contact-page .contact-panel .card-header {
  background: linear-gradient(135deg, #0b2b82 0%, #1d52c7 100%) !important;
  border-bottom: 0;
  padding: 1rem 1.25rem;
}

/* line 18, app/assets/stylesheets/pages/contact-new.scss */
.contact-page .contact-panel .card-header h2, .contact-page .contact-panel .card-header .h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2.6vw, 1.55rem);
}

/* line 23, app/assets/stylesheets/pages/contact-new.scss */
.contact-page .contact-panel .card-body {
  padding: clamp(1.2rem, 3vw, 2rem);
}

/* line 27, app/assets/stylesheets/pages/contact-new.scss */
.contact-page .contact-panel textarea.form-control {
  min-height: 150px;
}

/* line 31, app/assets/stylesheets/pages/contact-new.scss */
.contact-page .contact-panel .btn-primary {
  min-height: 46px;
  font-weight: 600;
}

/* line 1, app/assets/stylesheets/pages/_article-index.scss */
.blog-section {
  background-color: #ffffff;
  padding: 6rem 0;
}

/* line 6, app/assets/stylesheets/pages/_article-index.scss */
.margin-top {
  margin-top: 8rem;
}

/* line 10, app/assets/stylesheets/pages/_article-index.scss */
.blog-header {
  margin-bottom: 5rem;
  text-align: center;
}

/* line 15, app/assets/stylesheets/pages/_article-index.scss */
.subtitle {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #6366f1;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

/* line 25, app/assets/stylesheets/pages/_article-index.scss */
.main-title {
  font-family: var(--ui-title-font);
  font-size: 3.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 1rem 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

/* line 35, app/assets/stylesheets/pages/_article-index.scss */
.separator {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #6366f1, #8b5cf6);
  margin: 2rem auto;
}

/* line 42, app/assets/stylesheets/pages/_article-index.scss */
.lead {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.2rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}

/* line 51, app/assets/stylesheets/pages/_article-index.scss */
.blog-card {
  border: none;
  border-radius: 24px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: white;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* line 60, app/assets/stylesheets/pages/_article-index.scss */
.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* line 65, app/assets/stylesheets/pages/_article-index.scss */
.image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}

/* line 71, app/assets/stylesheets/pages/_article-index.scss */
.blog-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 78, app/assets/stylesheets/pages/_article-index.scss */
.blog-card:hover .blog-image {
  transform: scale(1.08);
}

/* line 82, app/assets/stylesheets/pages/_article-index.scss */
.category-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(99, 102, 241, 0.9);
  color: white;
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

/* line 96, app/assets/stylesheets/pages/_article-index.scss */
.meta-info {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #64748b;
  font-size: 0.95rem;
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* line 106, app/assets/stylesheets/pages/_article-index.scss */
.meta-info i {
  color: #6366f1;
  margin-right: 4px;
}

/* line 111, app/assets/stylesheets/pages/_article-index.scss */
.card-title {
  font-family: var(--ui-title-font);
  font-size: 1.75rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

/* line 121, app/assets/stylesheets/pages/_article-index.scss */
.card-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #64748b;
  line-height: 1.8;
  font-size: 1.05rem;
}

/* line 128, app/assets/stylesheets/pages/_article-index.scss */
.read-more {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #6366f1;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1.5rem;
  transition: all 0.3s ease;
}

/* line 141, app/assets/stylesheets/pages/_article-index.scss */
.read-more:hover {
  color: #4f46e5;
  gap: 12px;
}

/* line 146, app/assets/stylesheets/pages/_article-index.scss */
.read-more svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

/* line 152, app/assets/stylesheets/pages/_article-index.scss */
.read-more:hover svg {
  transform: translateX(5px);
}

/* line 156, app/assets/stylesheets/pages/_article-index.scss */
.external-blog-feed {
  border: 1px solid #dbe4f3;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0 10px 24px rgba(11, 33, 73, 0.08);
  padding: clamp(1rem, 2vw, 1.4rem);
}

/* line 164, app/assets/stylesheets/pages/_article-index.scss */
.external-blog-feed__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.9rem;
}

/* line 172, app/assets/stylesheets/pages/_article-index.scss */
.external-blog-feed__head h2, .external-blog-feed__head .h2 {
  margin: 0;
  color: #0b2b82;
  font-family: var(--ui-title-font);
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
}

/* line 179, app/assets/stylesheets/pages/_article-index.scss */
.external-blog-feed__head p {
  margin: 0;
  color: #5a6d91;
  font-size: 0.9rem;
}

/* line 185, app/assets/stylesheets/pages/_article-index.scss */
.external-blog-feed__topic-title {
  margin: 0 0 0.6rem;
  color: #113169;
  font-family: var(--ui-title-font);
  font-size: clamp(1.02rem, 1.8vw, 1.2rem);
  font-weight: 700;
}

/* line 193, app/assets/stylesheets/pages/_article-index.scss */
.external-blog-feed__card {
  display: block;
  height: 100%;
  text-decoration: none;
  border: 1px solid #d9e3f2;
  border-radius: 14px;
  background: #fff;
  padding: 0.85rem;
  box-shadow: 0 8px 18px rgba(11, 36, 82, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* line 205, app/assets/stylesheets/pages/_article-index.scss */
.external-blog-feed__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(11, 36, 82, 0.12);
}

/* line 210, app/assets/stylesheets/pages/_article-index.scss */
.external-blog-feed__meta {
  margin: 0 0 0.4rem;
  color: #5c6f92;
  font-size: 0.78rem;
  font-weight: 600;
}

/* line 217, app/assets/stylesheets/pages/_article-index.scss */
.external-blog-feed__card h3, .external-blog-feed__card .h3 {
  margin: 0 0 0.45rem;
  color: #143064;
  font-family: var(--ui-title-font);
  font-size: 1rem;
  line-height: 1.35;
}

/* line 225, app/assets/stylesheets/pages/_article-index.scss */
.external-blog-feed__card p {
  margin: 0;
  color: #4d6287;
  font-size: 0.86rem;
  line-height: 1.52;
}

@media (max-width: 768px) {
  /* line 233, app/assets/stylesheets/pages/_article-index.scss */
  .margin-top {
    margin-top: 6rem;
  }
  /* line 237, app/assets/stylesheets/pages/_article-index.scss */
  .main-title {
    font-size: 2.5rem;
  }
  /* line 241, app/assets/stylesheets/pages/_article-index.scss */
  .card-title {
    font-size: 1.5rem;
  }
  /* line 245, app/assets/stylesheets/pages/_article-index.scss */
  .external-blog-feed__head {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 1, app/assets/stylesheets/pages/_mandate-new.scss */
.image-container {
  position: relative;
  display: inline-block;
  max-width: 85px;
  max-height: 85px;
}

/* line 8, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-hunter-logo {
  cursor: pointer;
}

/* line 12, app/assets/stylesheets/pages/_mandate-new.scss */
.hover-text {
  visibility: hidden;
  position: absolute;
  top: 25%;
  left: 75%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.9rem;
  white-space: nowrap;
  z-index: 1000;
}

/* line 27, app/assets/stylesheets/pages/_mandate-new.scss */
.image-container:hover .hover-text {
  visibility: visible;
}

/* line 31, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page {
  margin-top: clamp(6.1rem, 9vw, 7.2rem) !important;
}

/* line 34, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .mandate-onboarding-checklist {
  border: 1px solid #d8e7fb;
  border-radius: 14px;
  background: linear-gradient(160deg, #f3f8ff 0%, #ffffff 100%);
  box-shadow: 0 10px 22px rgba(11, 43, 130, 0.08);
  padding: 0.85rem 1rem;
}

/* line 42, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .mandate-onboarding-checklist h2, .mandate-new-page .mandate-onboarding-checklist .h2 {
  margin: 0;
  color: #0b2b82;
  font-size: 1.02rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

/* line 51, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .mandate-onboarding-checklist ul {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.42rem;
}

/* line 59, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .mandate-onboarding-checklist li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  color: #38547f;
  font-weight: 600;
}

/* line 68, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .mandate-onboarding-checklist li i {
  width: 1rem;
  text-align: center;
  color: #7b8fb2;
}

/* line 74, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .mandate-onboarding-checklist li.is-done {
  color: #1f6a45;
}

/* line 78, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .mandate-onboarding-checklist li.is-done i {
  color: #1f9a60;
}

/* line 82, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .mandate-onboarding-checklist li.is-current {
  color: #1f4f95;
}

/* line 86, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .mandate-onboarding-checklist li.is-current i {
  color: #2e6ed8;
}

/* line 90, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .title,
.mandate-new-page .step-header h2,
.mandate-new-page h1,
.mandate-new-page .h1,
.mandate-new-page h2,
.mandate-new-page .h2,
.mandate-new-page h3,
.mandate-new-page .h3,
.mandate-new-page h4,
.mandate-new-page .h4,
.mandate-new-page h5,
.mandate-new-page .h5 {
  font-family: var(--ui-title-font);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #0b2b82;
}

/* line 103, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page p,
.mandate-new-page input,
.mandate-new-page textarea,
.mandate-new-page select,
.mandate-new-page button,
.mandate-new-page .form-control,
.mandate-new-page .form-select,
.mandate-new-page .btn {
  font-family: var(--font-primary);
}

/* line 114, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .title {
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
}

/* line 118, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .text-muted {
  color: #5c7095 !important;
}

/* line 122, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .step {
  transition: all 0.35s ease;
}

/* line 126, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .step-header p {
  font-size: 1rem;
  color: #5c7095;
  margin-top: 0.5rem;
}

/* line 132, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .selected-hunter-card {
  background: linear-gradient(180deg, #fafdff 0%, #f1f7ff 100%);
  border-radius: 14px;
  padding: 16px 18px;
  border: 1px solid #d2e2fb;
  box-shadow: 0 8px 22px rgba(17, 49, 108, 0.08);
  transition: all 0.25s ease;
}

/* line 140, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .selected-hunter-card:hover {
  box-shadow: 0 12px 24px rgba(17, 49, 108, 0.12);
  transform: translateY(-2px);
}

/* line 145, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .selected-hunter-card h5, .mandate-new-page .selected-hunter-card .h5 {
  margin-bottom: 0.2rem;
  font-size: 1.02rem;
  color: #1f3f73;
}

/* line 152, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .search-filters-container {
  background: linear-gradient(175deg, #ffffff 0%, #f4f8ff 100%);
  border-radius: 16px;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid #d3e1f7;
  box-shadow: 0 12px 28px rgba(15, 40, 89, 0.08);
}

/* line 160, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .show-all-hunters-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 999px;
  border: 1px solid #b8cdf2;
  background: #fff;
  color: #1f4f95;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.42rem 0.82rem;
  transition: all 0.2s ease;
  box-shadow: 0 6px 14px rgba(20, 58, 122, 0.08);
}

/* line 175, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .show-all-hunters-btn:hover, .mandate-new-page .show-all-hunters-btn:focus {
  border-color: #1c60d6;
  background: linear-gradient(135deg, #2d74e2 0%, #1c60d6 100%);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(28, 96, 214, 0.24);
}

/* line 184, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .show-all-hunters-btn:active {
  transform: translateY(0);
}

/* line 189, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .search-input-container {
  position: relative;
}

/* line 193, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .search-input {
  padding-left: 45px;
  border-radius: 10px;
  border: 1px solid #cad8ee;
  transition: all 0.25s ease;
}

/* line 199, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .search-input:focus {
  border-color: #1d63dd;
  box-shadow: 0 0 0 0.2rem rgba(29, 99, 221, 0.16);
}

/* line 205, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c7d9e;
  pointer-events: none;
}

/* line 214, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .hunters-grid,
.mandate-new-page .selected-hunters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: clamp(0.9rem, 2vw, 1.25rem);
  margin-top: 1rem;
}

/* line 222, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .hunter-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-radius: 14px;
  padding: 18px;
  border: 1px solid #d3e2f8;
  transition: all 0.25s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(14, 36, 76, 0.1);
}

/* line 233, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .hunter-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #1662d8 0%, #6f8cff 100%);
  opacity: 0.2;
  transition: opacity 0.25s ease;
}

/* line 244, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .hunter-card:hover {
  border-color: #296fdf;
  box-shadow: 0 14px 30px rgba(12, 45, 109, 0.16);
  transform: translateY(-3px);
}

/* line 249, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .hunter-card:hover::before {
  opacity: 0.95;
}

/* line 254, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .hunter-card.selected {
  border-color: #289b62;
  background: linear-gradient(180deg, #f8fffb 0%, #eefaf3 100%);
}

/* line 258, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .hunter-card.selected::before {
  opacity: 0.95;
  background: linear-gradient(90deg, #1f9c62 0%, #59d190 100%);
}

/* line 264, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .hunter-card.disabled {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
}

/* line 269, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .hunter-card.disabled::before {
  opacity: 0.08;
}

/* line 274, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .hunter-card .hunter-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.8rem;
  border: 3px solid #e1e8f7;
  transition: all 0.25s ease;
}

/* line 284, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .hunter-card:hover .hunter-avatar {
  border-color: #0b2b82;
}

/* line 288, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .hunter-card.selected .hunter-avatar {
  border-color: #1e9f62;
}

/* line 293, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .hunter-name {
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.28;
  color: #243a62;
  margin-bottom: 0.35rem;
}

/* line 301, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .hunter-company,
.mandate-new-page .hunter-location {
  color: #6c7d9e;
  font-size: 0.88rem;
  margin-bottom: 0.45rem;
  line-height: 1.35;
}

/* line 309, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .hunter-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.35rem;
  margin-bottom: 0.65rem;
}

/* line 317, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .category-badge {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  min-height: 1.5rem;
  max-width: 100%;
  position: static;
  top: auto;
  left: auto;
  background-color: #eaf1ff;
  color: #39537e;
  border: 1px solid #d1dff8;
  padding: 0.22rem 0.54rem;
  border-radius: 999px;
  font-size: 0.74rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-weight: 600;
}

/* line 340, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .category-badge--more {
  background-color: #f0f4fb;
  border-color: #d7e0ef;
  color: #556a8b;
  font-weight: 700;
}

/* line 347, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .hunter-card.selected .category-badge {
  background-color: #e0f5e8;
  color: #1f6a45;
  border-color: #bde5cf;
}

/* line 353, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .hunter-rating {
  display: flex;
  align-items: center;
  gap: 0.28rem;
  color: #f5a524;
  font-size: 0.86rem;
}

/* line 361, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .select-indicator {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background-color: #1e9f62;
  color: #fff;
  border-radius: 50%;
  width: 1.55rem;
  height: 1.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.25s ease;
}

/* line 377, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .hunter-card.selected .select-indicator {
  opacity: 1;
  box-shadow: 0 6px 14px rgba(31, 148, 93, 0.35);
}

/* line 382, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .selected-hunters-section {
  background: linear-gradient(180deg, #f7fffb 0%, #effaf4 100%);
  border-radius: 14px;
  padding: clamp(0.9rem, 2vw, 1.2rem);
  border: 1px solid #cae8d8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

/* line 389, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .selected-hunters-section h5, .mandate-new-page .selected-hunters-section .h5 {
  margin-bottom: 0.9rem !important;
  color: #1f6a45;
  font-size: 0.98rem;
}

/* line 396, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .selected-hunters-grid .hunter-card {
  cursor: default;
}

/* line 399, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .selected-hunters-grid .hunter-card:hover {
  transform: none;
  border-color: #289b62;
  box-shadow: 0 10px 24px rgba(14, 36, 76, 0.1);
}

/* line 406, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .loading-state,
.mandate-new-page .empty-state {
  color: #6c7d9e;
  border-radius: 14px;
  border: 1px dashed #cfddf3;
  background: #f8fbff;
}

/* line 414, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .btn-primary {
  background: linear-gradient(135deg, #0a66c2 0%, #2f7fd9 100%);
  border: none;
  box-shadow: 0 8px 18px rgba(10, 102, 194, 0.24);
}

/* line 419, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .btn-primary:hover {
  background: linear-gradient(135deg, #0958a7 0%, #256fbe 100%);
}

@keyframes mandate-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 436, app/assets/stylesheets/pages/_mandate-new.scss */
.mandate-new-page .hunter-card {
  animation: mandate-fade-in-up 0.3s ease-out;
}

@media (max-width: 768px) {
  /* line 31, app/assets/stylesheets/pages/_mandate-new.scss */
  .mandate-new-page {
    margin-top: clamp(5.35rem, 10vw, 6.2rem) !important;
  }
  /* line 443, app/assets/stylesheets/pages/_mandate-new.scss */
  .mandate-new-page .hunters-grid,
.mandate-new-page .selected-hunters-grid {
    grid-template-columns: 1fr;
  }
  /* line 448, app/assets/stylesheets/pages/_mandate-new.scss */
  .mandate-new-page .search-filters-container .row {
    flex-direction: column;
  }
  /* line 452, app/assets/stylesheets/pages/_mandate-new.scss */
  .mandate-new-page .search-filters-container .col-md-4 {
    margin-top: 15px;
  }
  /* line 456, app/assets/stylesheets/pages/_mandate-new.scss */
  .mandate-new-page .show-all-hunters-btn {
    width: 100%;
    margin-top: 0.5rem;
  }
  /* line 461, app/assets/stylesheets/pages/_mandate-new.scss */
  .mandate-new-page .hunter-card {
    padding: 15px;
  }
  /* line 465, app/assets/stylesheets/pages/_mandate-new.scss */
  .mandate-new-page .hunter-name {
    font-size: 0.98rem;
  }
  /* line 469, app/assets/stylesheets/pages/_mandate-new.scss */
  .mandate-new-page .hunter-company,
.mandate-new-page .hunter-location {
    font-size: 0.84rem;
  }
}

/* line 1, app/assets/stylesheets/pages/_article-show.scss */
.blog-article-container {
  background-color: #ffffff;
  min-height: 100vh;
}

/* line 6, app/assets/stylesheets/pages/_article-show.scss */
.margin-top {
  margin-top: 8rem;
}

/* line 10, app/assets/stylesheets/pages/_article-show.scss */
.full-width-image {
  width: 100%;
  max-height: 56vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  margin-bottom: 3rem;
}

/* line 18, app/assets/stylesheets/pages/_article-show.scss */
.article-header {
  margin: 0 auto 2rem;
  max-width: 760px;
}

/* line 23, app/assets/stylesheets/pages/_article-show.scss */
.article-title {
  font-family: var(--ui-title-font);
  font-size: 3.5rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

/* line 33, app/assets/stylesheets/pages/_article-show.scss */
.article-meta {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
  color: #4B5563;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

/* line 42, app/assets/stylesheets/pages/_article-show.scss */
.article-meta i {
  color: #2563EB;
  margin-right: 6px;
}

/* line 47, app/assets/stylesheets/pages/_article-show.scss */
.separator {
  color: #D1D5DB;
  font-size: 0.8rem;
}

/* line 52, app/assets/stylesheets/pages/_article-show.scss */
.article-content {
  margin: 0 auto 3rem;
  max-width: 760px;
}

/* line 57, app/assets/stylesheets/pages/_article-show.scss */
.article-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 1.85;
  color: #374151;
  letter-spacing: -0.01em;
}

/* line 65, app/assets/stylesheets/pages/_article-show.scss */
.article-text p {
  margin-bottom: 2rem;
}

/* line 69, app/assets/stylesheets/pages/_article-show.scss */
.article-text h2, .article-text .h2,
.article-text h3,
.article-text .h3 {
  font-family: var(--ui-title-font);
  color: #111827;
  margin: 2.2rem 0 1rem;
}

/* line 76, app/assets/stylesheets/pages/_article-show.scss */
.article-text h2, .article-text .h2 {
  font-size: 1.8rem;
}

/* line 77, app/assets/stylesheets/pages/_article-show.scss */
.article-text h3, .article-text .h3 {
  font-size: 1.4rem;
}

/* line 79, app/assets/stylesheets/pages/_article-show.scss */
.article-text ul,
.article-text ol {
  margin: 1rem 0 2rem 1.25rem;
}

/* line 81, app/assets/stylesheets/pages/_article-show.scss */
.article-text li {
  margin: 0.5rem 0;
}

/* line 83, app/assets/stylesheets/pages/_article-show.scss */
.article-text blockquote {
  border-left: 4px solid #e5e7eb;
  margin: 1.5rem 0;
  padding: 0.75rem 1rem;
  color: #4B5563;
  background: #fafafa;
}

/* line 91, app/assets/stylesheets/pages/_article-show.scss */
.article-text img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 1.5rem auto;
}

/* line 99, app/assets/stylesheets/pages/_article-show.scss */
.article-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

/* line 104, app/assets/stylesheets/pages/_article-show.scss */
.article-text th,
.article-text td {
  border: 1px solid #e5e7eb;
  padding: 0.6rem 0.8rem;
}

/* line 109, app/assets/stylesheets/pages/_article-show.scss */
.article-text code,
.article-text pre {
  background: #f8fafc;
  border-radius: 6px;
  padding: 0.2rem 0.4rem;
}

/* line 116, app/assets/stylesheets/pages/_article-show.scss */
.article-footer {
  border-top: 1px solid #E5E7EB;
  padding-top: 2.5rem;
  margin-top: 4rem;
}

/* line 122, app/assets/stylesheets/pages/_article-show.scss */
.share-section {
  display: flex;
  align-items: center;
  gap: 2rem;
}

/* line 128, app/assets/stylesheets/pages/_article-show.scss */
.share-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

/* line 136, app/assets/stylesheets/pages/_article-show.scss */
.share-buttons {
  display: flex;
  gap: 1rem;
}

/* line 141, app/assets/stylesheets/pages/_article-show.scss */
.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F3F4F6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4B5563;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* line 154, app/assets/stylesheets/pages/_article-show.scss */
.share-btn:hover {
  background-color: #2563EB;
  color: white;
  transform: translateY(-2px);
}

/* line 160, app/assets/stylesheets/pages/_article-show.scss */
.share-btn i {
  font-size: 1rem;
}

@media (max-width: 992px) {
  /* line 165, app/assets/stylesheets/pages/_article-show.scss */
  .article-title {
    font-size: 2.8rem;
  }
  /* line 169, app/assets/stylesheets/pages/_article-show.scss */
  .full-width-image {
    max-height: 42vh;
  }
  /* line 171, app/assets/stylesheets/pages/_article-show.scss */
  .col-lg-7 {
    padding: 0 2rem;
  }
}

@media (max-width: 768px) {
  /* line 177, app/assets/stylesheets/pages/_article-show.scss */
  .margin-top {
    margin-top: 6rem;
  }
  /* line 181, app/assets/stylesheets/pages/_article-show.scss */
  .article-title {
    font-size: 2.2rem;
  }
  /* line 185, app/assets/stylesheets/pages/_article-show.scss */
  .full-width-image {
    max-height: 38vh;
  }
}

/* line 187, app/assets/stylesheets/pages/_article-show.scss */
.reading-progress-wrapper {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 4px;
  background: linear-gradient(90deg, rgba(123, 102, 255, 0.15) 0%, rgba(123, 102, 255, 0.05) 100%);
}

/* line 195, app/assets/stylesheets/pages/_article-show.scss */
.reading-progress-bar {
  height: 4px;
  width: 0%;
  background: linear-gradient(90deg, #7b66ff 0%, #6ee7b7 100%);
  transition: width .15s ease-out;
}

/* line 202, app/assets/stylesheets/pages/_article-show.scss */
.article-layout {
  display: grid;
  grid-template-columns: 1fr minmax(0, 740px) 240px;
  gap: 32px;
}

@media (max-width: 992px) {
  /* line 209, app/assets/stylesheets/pages/_article-show.scss */
  .article-layout {
    grid-template-columns: 1fr minmax(0, 1fr);
  }
}

/* line 212, app/assets/stylesheets/pages/_article-show.scss */
.toc-card {
  position: sticky;
  top: 80px;
  align-self: start;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
}

/* line 222, app/assets/stylesheets/pages/_article-show.scss */
.toc-card h3, .toc-card .h3 {
  margin: 0 0 8px;
  font-size: 0.95rem;
}

/* line 227, app/assets/stylesheets/pages/_article-show.scss */
.toc-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* line 228, app/assets/stylesheets/pages/_article-show.scss */
.toc-list li {
  margin: 6px 0;
}

/* line 229, app/assets/stylesheets/pages/_article-show.scss */
.toc-list a {
  color: #374151;
  text-decoration: none;
  font-size: 0.95rem;
}

/* line 230, app/assets/stylesheets/pages/_article-show.scss */
.toc-list a:hover {
  color: #7b66ff;
}

/* line 231, app/assets/stylesheets/pages/_article-show.scss */
.toc-list .h3 {
  padding-left: 12px;
  font-size: 0.9rem;
}

/* line 233, app/assets/stylesheets/pages/_article-show.scss */
.sticky-share {
  position: sticky;
  top: 120px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 242, app/assets/stylesheets/pages/_article-show.scss */
.sticky-share .share-btn {
  width: 44px;
  height: 44px;
}

/* line 243, app/assets/stylesheets/pages/_article-show.scss */
.sticky-share .share-text {
  display: none;
}

/* line 245, app/assets/stylesheets/pages/_article-show.scss */
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 992px) {
  /* line 252, app/assets/stylesheets/pages/_article-show.scss */
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  /* line 255, app/assets/stylesheets/pages/_article-show.scss */
  .related-grid {
    grid-template-columns: 1fr;
  }
}

/* line 258, app/assets/stylesheets/pages/_article-show.scss */
.related-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

/* line 259, app/assets/stylesheets/pages/_article-show.scss */
.related-card img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 260, app/assets/stylesheets/pages/_article-show.scss */
.related-card .content {
  padding: 12px 14px;
}

/* line 261, app/assets/stylesheets/pages/_article-show.scss */
.related-card .title {
  font-weight: 600;
  color: #111827;
  margin: 4px 0 2px;
}

/* line 262, app/assets/stylesheets/pages/_article-show.scss */
.related-card .meta {
  font-size: .85rem;
  color: #6b7280;
}

/* line 264, app/assets/stylesheets/pages/_article-show.scss */
.prev-next {
  display: flex;
  justify-content: space-between;
  margin: 48px 0 24px;
}

/* line 265, app/assets/stylesheets/pages/_article-show.scss */
.prev-next a {
  color: #7b66ff;
  text-decoration: none;
  font-weight: 600;
}

/* line 266, app/assets/stylesheets/pages/_article-show.scss */
.prev-next a:hover {
  text-decoration: underline;
}

/* line 2, app/assets/stylesheets/pages/_subscription-succes.scss */
.success-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: #f8f9fa;
  margin-top: 8rem;
}

/* line 12, app/assets/stylesheets/pages/_subscription-succes.scss */
.success-card {
  background: white;
  border-radius: 20px;
  padding: 3rem;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
}

/* line 22, app/assets/stylesheets/pages/_subscription-succes.scss */
.success-icon {
  margin-bottom: 2rem;
}

/* Animation checkmark */
/* line 27, app/assets/stylesheets/pages/_subscription-succes.scss */
.checkmark {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

/* line 33, app/assets/stylesheets/pages/_subscription-succes.scss */
.checkmark-circle {
  stroke: #0b2b82;
  stroke-width: 2;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

/* line 41, app/assets/stylesheets/pages/_subscription-succes.scss */
.checkmark-check {
  stroke: #0b2b82;
  stroke-width: 2;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

/* line 53, app/assets/stylesheets/pages/_subscription-succes.scss */
.success-content h1, .success-content .h1 {
  color: #0b2b82;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* line 60, app/assets/stylesheets/pages/_subscription-succes.scss */
.main-message {
  color: #6b7280;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

/* line 66, app/assets/stylesheets/pages/_subscription-succes.scss */
.info-box {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  text-align: left;
}

/* line 77, app/assets/stylesheets/pages/_subscription-succes.scss */
.info-icon {
  color: #0b2b82;
  font-size: 1.5rem;
}

/* line 82, app/assets/stylesheets/pages/_subscription-succes.scss */
.info-box p {
  color: #4b5563;
  margin: 0;
  line-height: 1.6;
}

/* line 88, app/assets/stylesheets/pages/_subscription-succes.scss */
.next-steps {
  text-align: left;
  margin-bottom: 2rem;
}

/* line 93, app/assets/stylesheets/pages/_subscription-succes.scss */
.next-steps h2, .next-steps .h2 {
  color: #0b2b82;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* line 100, app/assets/stylesheets/pages/_subscription-succes.scss */
.next-steps ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 106, app/assets/stylesheets/pages/_subscription-succes.scss */
.next-steps li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0;
  color: #4b5563;
}

/* line 114, app/assets/stylesheets/pages/_subscription-succes.scss */
.next-steps li i {
  color: #0b2b82;
  width: 24px;
}

/* line 119, app/assets/stylesheets/pages/_subscription-succes.scss */
.return-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #0b2b82;
  color: white;
  padding: 1rem 2rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* line 132, app/assets/stylesheets/pages/_subscription-succes.scss */
.return-button:hover {
  background: #091f5c;
  transform: translateY(-2px);
  color: white;
}

@media (max-width: 640px) {
  /* line 139, app/assets/stylesheets/pages/_subscription-succes.scss */
  .success-card {
    padding: 2rem;
  }
  /* line 143, app/assets/stylesheets/pages/_subscription-succes.scss */
  .success-content h1, .success-content .h1 {
    font-size: 1.5rem;
  }
}

/* line 5, app/assets/stylesheets/pages/_jobs-index.scss */
.main-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  margin: 52px auto;
  padding: 0 15px;
  box-sizing: border-box;
  top: 25px;
}

/* line 16, app/assets/stylesheets/pages/_jobs-index.scss */
.recherche {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 52px auto;
  padding: 0 15px;
  box-sizing: border-box;
  top: 25px;
  justify-content: space-between;
}

/* line 28, app/assets/stylesheets/pages/_jobs-index.scss */
.mapbox {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  overflow: hidden;
  z-index: 1 !important;
  position: relative;
}

/* line 38, app/assets/stylesheets/pages/_jobs-index.scss */
.mapbox #map {
  width: 100%;
  height: 400px;
  z-index: 1 !important;
}

/* line 44, app/assets/stylesheets/pages/_jobs-index.scss */
.mapbox .mapboxgl-popup {
  max-width: 250px;
}

/* line 47, app/assets/stylesheets/pages/_jobs-index.scss */
.mapbox .mapboxgl-popup .mapboxgl-popup-content {
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* line 52, app/assets/stylesheets/pages/_jobs-index.scss */
.mapbox .mapboxgl-popup .mapboxgl-popup-content h3, .mapbox .mapboxgl-popup .mapboxgl-popup-content .h3 {
  margin: 0 0 10px;
  color: #7b66ff;
  font-size: 16px;
  font-weight: 600;
}

/* line 59, app/assets/stylesheets/pages/_jobs-index.scss */
.mapbox .mapboxgl-popup .mapboxgl-popup-content a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #2C3E50;
  font-weight: 500;
  margin: 10px 0;
  transition: all 0.3s ease;
}

/* line 69, app/assets/stylesheets/pages/_jobs-index.scss */
.mapbox .mapboxgl-popup .mapboxgl-popup-content a:hover {
  color: #7b66ff;
}

/* line 72, app/assets/stylesheets/pages/_jobs-index.scss */
.mapbox .mapboxgl-popup .mapboxgl-popup-content a:hover .arrow-icon {
  transform: translateX(3px);
}

/* line 77, app/assets/stylesheets/pages/_jobs-index.scss */
.mapbox .mapboxgl-popup .mapboxgl-popup-content a .arrow-icon {
  transition: transform 0.3s ease;
}

/* line 82, app/assets/stylesheets/pages/_jobs-index.scss */
.mapbox .mapboxgl-popup .mapboxgl-popup-content .logo-container {
  margin: 10px 0;
  text-align: center;
}

/* line 86, app/assets/stylesheets/pages/_jobs-index.scss */
.mapbox .mapboxgl-popup .mapboxgl-popup-content .logo-container img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 95, app/assets/stylesheets/pages/_jobs-index.scss */
.mapbox .mapboxgl-popup .mapboxgl-popup-content .popup-footer {
  margin-top: 10px;
  text-align: right;
}

/* line 99, app/assets/stylesheets/pages/_jobs-index.scss */
.mapbox .mapboxgl-popup .mapboxgl-popup-content .popup-footer small, .mapbox .mapboxgl-popup .mapboxgl-popup-content .popup-footer .small {
  color: #7f8c8d;
  font-size: 12px;
}

/* line 107, app/assets/stylesheets/pages/_jobs-index.scss */
.mapbox .custom-marker {
  width: 50px;
  height: 50px;
}

/* line 111, app/assets/stylesheets/pages/_jobs-index.scss */
.mapbox .custom-marker .marker-logo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #7b66ff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/* line 123, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-search-section {
  margin-top: -20px;
  margin-bottom: 30px;
}

/* line 128, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-search-section .search-form-container {
  width: 100%;
}

/* line 132, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-search-section .search-form-wrapper {
  display: flex;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* line 140, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-search-section .search-input-group {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

/* line 146, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-search-section .search-input-item {
  position: relative;
  flex: 1;
  min-width: 150px;
}

/* line 151, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-search-section .search-input-item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 155, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-search-section .search-input-item .input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #7b66ff;
  font-size: 16px;
}

/* line 164, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-search-section .search-input-item .search-input {
  width: 100%;
  height: 60px;
  border: none;
  padding: 0 15px 0 45px;
  font-size: 15px;
  color: #2C3E50;
  transition: all 0.3s ease;
}

/* line 173, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-search-section .search-input-item .search-input:focus {
  outline: none;
  background-color: rgba(123, 102, 255, 0.05);
}

/* line 178, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-search-section .search-input-item .search-input::-moz-placeholder {
  color: #95a5a6;
}
.jobs-search-section .search-input-item .search-input::placeholder {
  color: #95a5a6;
}

/* line 183, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-search-section .search-input-item .input-highlight {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7b66ff, #9f92ff);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}

/* line 195, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-search-section .search-input-item .search-input:focus + .input-highlight {
  transform: scaleX(1);
}

/* line 200, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-search-section .category-input,
.jobs-search-section .distance-input,
.jobs-search-section .hunter-input {
  max-width: 180px;
}

/* line 205, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-search-section .category-input select.search-input,
.jobs-search-section .distance-input select.search-input,
.jobs-search-section .hunter-input select.search-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237b66ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}

/* line 214, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-search-section .city-input {
  min-width: 180px;
}

/* line 218, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-search-section .search-button {
  min-width: 150px;
  border: none;
  background: linear-gradient(135deg, #7b66ff, #6a57e0);
  color: white;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 231, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-search-section .search-button:hover {
  background: linear-gradient(135deg, #6a57e0, #5a49c7);
}

/* line 235, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-search-section .search-button .button-icon {
  display: none;
}

@media (max-width: 768px) {
  /* line 218, app/assets/stylesheets/pages/_jobs-index.scss */
  .jobs-search-section .search-button {
    min-width: 60px;
  }
  /* line 242, app/assets/stylesheets/pages/_jobs-index.scss */
  .jobs-search-section .search-button .button-text {
    display: none;
  }
  /* line 246, app/assets/stylesheets/pages/_jobs-index.scss */
  .jobs-search-section .search-button .button-icon {
    display: block;
  }
}

/* line 253, app/assets/stylesheets/pages/_jobs-index.scss */
.categories {
  display: flex;
  flex-direction: column;
  width: 30%;
  background-color: #f9f9fd;
  border-radius: 12px;
  padding: 20px;
  margin-right: 25px;
  box-shadow: 0 4px 12px rgba(123, 102, 255, 0.08);
}

/* line 263, app/assets/stylesheets/pages/_jobs-index.scss */
.categories h1, .categories .h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #7b66ff;
  border-bottom: 2px solid #7b66ff;
  padding-bottom: 10px;
}

/* line 272, app/assets/stylesheets/pages/_jobs-index.scss */
.categories .checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  transition: all 0.2s ease;
  border-radius: 8px;
  padding: 8px 10px;
}

/* line 280, app/assets/stylesheets/pages/_jobs-index.scss */
.categories .checkbox:hover {
  background-color: rgba(123, 102, 255, 0.05);
}

/* line 284, app/assets/stylesheets/pages/_jobs-index.scss */
.categories .checkbox input[type="checkbox"], .categories .checkbox input[type="radio"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #7b66ff;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 296, app/assets/stylesheets/pages/_jobs-index.scss */
.categories .checkbox input[type="checkbox"]:checked, .categories .checkbox input[type="radio"]:checked {
  background-color: #7b66ff;
}

/* line 299, app/assets/stylesheets/pages/_jobs-index.scss */
.categories .checkbox input[type="checkbox"]:checked:after, .categories .checkbox input[type="radio"]:checked:after {
  content: '✓';
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}

/* line 311, app/assets/stylesheets/pages/_jobs-index.scss */
.categories .checkbox input[type="radio"] {
  border-radius: 50%;
}

/* line 314, app/assets/stylesheets/pages/_jobs-index.scss */
.categories .checkbox input[type="radio"]:checked:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}

/* line 324, app/assets/stylesheets/pages/_jobs-index.scss */
.categories .checkbox-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
}

/* line 330, app/assets/stylesheets/pages/_jobs-index.scss */
.categories .checkbox-link:hover .texte-cat {
  color: #7b66ff;
}

/* line 335, app/assets/stylesheets/pages/_jobs-index.scss */
.categories .texte-cat {
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  color: #2C3E50;
  font-size: 15px;
  transition: color 0.2s ease;
  margin: 0;
}

/* line 344, app/assets/stylesheets/pages/_jobs-index.scss */
.categories .toggle-button {
  margin-top: 15px;
  background-color: #7b66ff;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(123, 102, 255, 0.2);
}

/* line 357, app/assets/stylesheets/pages/_jobs-index.scss */
.categories .toggle-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(123, 102, 255, 0.3);
  background-color: #6a57e0;
}

/* line 363, app/assets/stylesheets/pages/_jobs-index.scss */
.categories .toggle-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(123, 102, 255, 0.2);
}

/* line 371, app/assets/stylesheets/pages/_jobs-index.scss */
.checkbox.active {
  background-color: rgba(123, 102, 255, 0.1);
}

/* line 374, app/assets/stylesheets/pages/_jobs-index.scss */
.checkbox.active .texte-cat {
  color: #2C3E50;
  font-weight: 600;
}

/* line 381, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card {
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: auto !important;
  min-height: 270px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

/* line 394, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

/* line 399, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card .top-card {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: white;
}

/* line 407, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card .top-card h6, .job-card .top-card .h6 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #2C3E50;
  font-weight: 600;
}

/* line 413, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card .top-card h6 a, .job-card .top-card .h6 a {
  text-decoration: none;
  color: inherit;
}

/* line 417, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card .top-card h6 a:hover, .job-card .top-card .h6 a:hover {
  color: #7b66ff;
}

/* line 423, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card .top-card p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #7f8c8d;
}

/* line 428, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card .top-card p i {
  color: #7b66ff;
  margin-right: 5px;
}

/* line 434, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card .top-card .logo {
  border-radius: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  width: 70px;
  height: 70px;
}

/* line 444, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card .top-card:hover .logo {
  transform: scale(1.05);
}

/* line 449, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card .description-section {
  padding: 15px;
  min-height: 80px;
  flex-grow: 1;
}

/* line 454, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card .description-section p {
  font-size: 14px;
  color: #7f8c8d;
  line-height: 1.5;
  margin: 0;
}

/* line 462, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card .category-section-job {
  background-color: rgba(123, 102, 255, 0.1);
  color: #7b66ff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

/* line 475, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card .category-section-job i {
  margin-right: 4px;
  font-size: 11px;
}

/* line 480, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card .category-section-job:hover {
  background-color: rgba(123, 102, 255, 0.2);
  border-color: rgba(123, 102, 255, 0.3);
  transform: translateY(-2px);
}

/* line 487, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card .action-buttons {
  padding: 15px;
  display: flex;
  align-items: center;
  background-color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: auto;
}

/* line 496, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card .btn-purple {
  background-color: #7b66ff;
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
}

/* line 509, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card .btn-purple:hover {
  background-color: #6a57e0;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(123, 102, 255, 0.3);
  color: white;
}

/* line 517, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card .btn-bookmarke {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(123, 102, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* line 527, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card .btn-bookmarke:hover {
  background-color: rgba(123, 102, 255, 0.2);
  transform: scale(1.1);
}

/* line 532, app/assets/stylesheets/pages/_jobs-index.scss */
.job-card .btn-bookmarke i {
  font-size: 18px;
}

/* line 539, app/assets/stylesheets/pages/_jobs-index.scss */
.titre-index {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  color: #7b66ff;
}

/* line 545, app/assets/stylesheets/pages/_jobs-index.scss */
.titre-index:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #7b66ff, #9f92ff);
  border-radius: 3px;
}

@media screen and (max-width: 992px) {
  /* line 559, app/assets/stylesheets/pages/_jobs-index.scss */
  .categories {
    width: 35%;
    margin-right: 15px;
    padding: 15px;
  }
  /* line 564, app/assets/stylesheets/pages/_jobs-index.scss */
  .categories h1, .categories .h1 {
    font-size: 20px;
  }
  /* line 568, app/assets/stylesheets/pages/_jobs-index.scss */
  .categories .texte-cat {
    font-size: 14px;
  }
  /* line 575, app/assets/stylesheets/pages/_jobs-index.scss */
  .jobs-search-section .search-form-container .search-form-wrapper {
    flex-direction: column;
  }
  /* line 579, app/assets/stylesheets/pages/_jobs-index.scss */
  .jobs-search-section .search-form-container .search-form-wrapper .search-input-group .search-input-item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  /* line 583, app/assets/stylesheets/pages/_jobs-index.scss */
  .jobs-search-section .search-form-container .search-form-wrapper .search-input-group .search-input-item:last-child {
    border-bottom: none;
  }
  /* line 589, app/assets/stylesheets/pages/_jobs-index.scss */
  .jobs-search-section .search-form-container .search-form-wrapper .search-button {
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  /* line 598, app/assets/stylesheets/pages/_jobs-index.scss */
  .main-content {
    flex-direction: column;
  }
  /* line 602, app/assets/stylesheets/pages/_jobs-index.scss */
  .categories {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    order: 1;
  }
  /* line 608, app/assets/stylesheets/pages/_jobs-index.scss */
  .categories .checkbox {
    padding: 6px 8px;
  }
  /* line 613, app/assets/stylesheets/pages/_jobs-index.scss */
  .hunters {
    order: 2;
  }
  /* line 617, app/assets/stylesheets/pages/_jobs-index.scss */
  .job-card {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 20px;
  }
  /* line 627, app/assets/stylesheets/pages/_jobs-index.scss */
  .jobs-search-section .search-form-container .search-form-wrapper .search-input-group .search-input-item {
    min-width: 100%;
  }
}

/* line 637, app/assets/stylesheets/pages/_jobs-index.scss */
.job-link {
  text-decoration: none;
  color: #0b2b82;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.3s ease;
}

/* line 644, app/assets/stylesheets/pages/_jobs-index.scss */
.job-link:hover {
  color: #7b66ff;
  text-decoration: underline;
}

/* line 651, app/assets/stylesheets/pages/_jobs-index.scss */
.consulter {
  background-color: #7b66ff;
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

/* line 663, app/assets/stylesheets/pages/_jobs-index.scss */
.consulter:hover {
  background-color: #6a57e0;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(123, 102, 255, 0.3);
  color: white;
}

/* line 672, app/assets/stylesheets/pages/_jobs-index.scss */
.hunters-section {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
}

/* line 678, app/assets/stylesheets/pages/_jobs-index.scss */
.hunters-list {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 10px;
}

/* line 683, app/assets/stylesheets/pages/_jobs-index.scss */
.hunters-list::-webkit-scrollbar {
  width: 5px;
}

/* line 687, app/assets/stylesheets/pages/_jobs-index.scss */
.hunters-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* line 692, app/assets/stylesheets/pages/_jobs-index.scss */
.hunters-list::-webkit-scrollbar-thumb {
  background: #7b66ff;
  border-radius: 10px;
}

/* line 697, app/assets/stylesheets/pages/_jobs-index.scss */
.hunters-list .badge {
  font-size: 11px;
  padding: 3px 6px;
  margin-left: 5px;
  background-color: #7b66ff;
}

/* line 706, app/assets/stylesheets/pages/_jobs-index.scss */
.recherche {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

/* line 712, app/assets/stylesheets/pages/_jobs-index.scss */
.recherche .sort-dropdown {
  position: relative;
}

/* line 716, app/assets/stylesheets/pages/_jobs-index.scss */
.recherche .sort-button {
  background: #fff;
  color: #2d3748;
  border: 2px solid #f0f0f0;
  padding: 10px 18px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
}

/* line 729, app/assets/stylesheets/pages/_jobs-index.scss */
.recherche .sort-button:hover {
  border-color: #7b66ff;
  background-color: #fcfcfc;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(123, 102, 255, 0.1);
}

/* line 736, app/assets/stylesheets/pages/_jobs-index.scss */
.recherche .sort-button:active, .recherche .sort-button[aria-expanded="true"] {
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(123, 102, 255, 0.2);
}

/* line 741, app/assets/stylesheets/pages/_jobs-index.scss */
.recherche .sort-button i {
  margin-right: 8px;
  font-size: 14px;
}

/* line 747, app/assets/stylesheets/pages/_jobs-index.scss */
.recherche .sort-button .current-sort-label {
  display: none;
}

/* line 750, app/assets/stylesheets/pages/_jobs-index.scss */
.recherche .sort-button[aria-expanded="true"] .current-sort-label {
  display: inline;
}

/* line 754, app/assets/stylesheets/pages/_jobs-index.scss */
.recherche .sort-button:after {
  margin-left: 10px;
  vertical-align: middle;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 764, app/assets/stylesheets/pages/_jobs-index.scss */
.recherche .dropdown-menu {
  border: none;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  padding: 8px;
  margin-top: 10px;
  min-width: 180px;
  animation: fadeIn 0.2s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 778, app/assets/stylesheets/pages/_jobs-index.scss */
.recherche .dropdown-menu:before {
  content: '';
  position: absolute;
  top: -8px;
  right: 20px;
  width: 16px;
  height: 16px;
  background-color: white;
  transform: rotate(45deg);
  border-radius: 2px;
  z-index: -1;
}

/* line 791, app/assets/stylesheets/pages/_jobs-index.scss */
.recherche .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 4px;
  transition: all 0.2s ease;
}

/* line 797, app/assets/stylesheets/pages/_jobs-index.scss */
.recherche .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}

/* line 801, app/assets/stylesheets/pages/_jobs-index.scss */
.recherche .dropdown-menu .dropdown-item i {
  margin-right: 10px;
  color: #7b66ff;
  font-size: 14px;
  width: 16px;
  text-align: center;
}

/* line 809, app/assets/stylesheets/pages/_jobs-index.scss */
.recherche .dropdown-menu .dropdown-item:hover {
  background-color: rgba(123, 102, 255, 0.08);
  color: #7b66ff;
}

/* line 814, app/assets/stylesheets/pages/_jobs-index.scss */
.recherche .dropdown-menu .dropdown-item.active {
  background-color: rgba(123, 102, 255, 0.12);
  color: #7b66ff;
  font-weight: 600;
}

/* line 819, app/assets/stylesheets/pages/_jobs-index.scss */
.recherche .dropdown-menu .dropdown-item.active i {
  color: #7b66ff;
}

/* line 827, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-map {
  margin-top: 24px;
}

/* line 831, app/assets/stylesheets/pages/_jobs-index.scss */
.home-banner {
  background-color: rgba(225, 221, 216, 0.74);
}

/* line 835, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-popular-cities .checkbox {
  background: #f7f7fb;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 843, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-popular-cities .checkbox:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 10px rgba(123, 102, 255, 0.1);
}

/* line 848, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-popular-cities .texte-cat {
  color: #1f2a44;
  font-weight: 600;
}

/* line 853, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-city-bullet,
.jobs-popular-cities i {
  color: #7b66ff;
}

/* line 858, app/assets/stylesheets/pages/_jobs-index.scss */
.jobs-city-bullet {
  font-size: 1.2rem;
  line-height: 1;
}

/* line 864, app/assets/stylesheets/pages/_jobs-index.scss */
.search-notification-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 0 15px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* line 873, app/assets/stylesheets/pages/_jobs-index.scss */
.search-notification-container.show {
  opacity: 1;
  transform: translateY(0);
}

/* line 878, app/assets/stylesheets/pages/_jobs-index.scss */
.search-notification-container.hiding {
  opacity: 0;
  transform: translateY(-20px);
}

/* line 884, app/assets/stylesheets/pages/_jobs-index.scss */
.search-notification {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #7b66ff 0%, #6a56e8 100%);
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 8px 20px rgba(123, 102, 255, 0.15);
  color: white;
  position: relative;
  overflow: hidden;
}

/* line 895, app/assets/stylesheets/pages/_jobs-index.scss */
.search-notification::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
}

/* line 906, app/assets/stylesheets/pages/_jobs-index.scss */
.search-notification.empty-results {
  background: linear-gradient(135deg, #ff6b6b 0%, #e85656 100%);
}

/* line 909, app/assets/stylesheets/pages/_jobs-index.scss */
.search-notification.empty-results .notification-icon {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 912, app/assets/stylesheets/pages/_jobs-index.scss */
.search-notification.empty-results .notification-icon i {
  color: white;
}

/* line 919, app/assets/stylesheets/pages/_jobs-index.scss */
.notification-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

/* line 930, app/assets/stylesheets/pages/_jobs-index.scss */
.notification-icon i {
  font-size: 1.5rem;
  color: white;
}

/* line 936, app/assets/stylesheets/pages/_jobs-index.scss */
.notification-content {
  flex: 1;
}

/* line 940, app/assets/stylesheets/pages/_jobs-index.scss */
.notification-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

/* line 946, app/assets/stylesheets/pages/_jobs-index.scss */
.notification-subtitle {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 0.5rem;
}

/* line 952, app/assets/stylesheets/pages/_jobs-index.scss */
.search-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

/* line 959, app/assets/stylesheets/pages/_jobs-index.scss */
.search-filter-tag {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
}

/* line 967, app/assets/stylesheets/pages/_jobs-index.scss */
.search-filter-tag i {
  margin-right: 0.25rem;
  font-size: 0.75rem;
}

/* line 973, app/assets/stylesheets/pages/_jobs-index.scss */
.notification-close {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-left: 1rem;
}

/* line 986, app/assets/stylesheets/pages/_jobs-index.scss */
.notification-close:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 990, app/assets/stylesheets/pages/_jobs-index.scss */
.notification-close i {
  font-size: 0.875rem;
  color: white;
}

/* line 997, app/assets/stylesheets/pages/_jobs-index.scss */
.swal-job-container {
  z-index: 9999;
}

/* line 1001, app/assets/stylesheets/pages/_jobs-index.scss */
.swal-job-popup {
  background: linear-gradient(135deg, #7b66ff 0%, #6a56e8 100%);
  color: white;
  border-radius: 12px;
  padding: 0.5rem;
  box-shadow: 0 8px 20px rgba(123, 102, 255, 0.2);
  width: auto !important;
  max-width: 500px;
}

/* line 1010, app/assets/stylesheets/pages/_jobs-index.scss */
.swal-job-popup::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: 0;
  border-radius: 12px;
}

/* line 1024, app/assets/stylesheets/pages/_jobs-index.scss */
.swal-job-popup-empty {
  background: linear-gradient(135deg, #ff6b6b 0%, #e85656 100%);
  color: white;
  border-radius: 12px;
  padding: 0.5rem;
  box-shadow: 0 8px 20px rgba(255, 107, 107, 0.2);
  width: auto !important;
  max-width: 500px;
}

/* line 1033, app/assets/stylesheets/pages/_jobs-index.scss */
.swal-job-popup-empty::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: 0;
  border-radius: 12px;
}

/* line 1047, app/assets/stylesheets/pages/_jobs-index.scss */
.swal-job-title {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

/* line 1054, app/assets/stylesheets/pages/_jobs-index.scss */
.swal-job-html {
  color: white;
  z-index: 1;
  position: relative;
}

/* line 1060, app/assets/stylesheets/pages/_jobs-index.scss */
.swal-job-icon {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 1064, app/assets/stylesheets/pages/_jobs-index.scss */
.swal-job-icon.swal2-success [class^=swal2-success-line] {
  background-color: white !important;
}

/* line 1068, app/assets/stylesheets/pages/_jobs-index.scss */
.swal-job-icon.swal2-success .swal2-success-ring {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 1073, app/assets/stylesheets/pages/_jobs-index.scss */
.swal-job-icon.swal2-info {
  color: white !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 1079, app/assets/stylesheets/pages/_jobs-index.scss */
.swal-job-results {
  text-align: left;
  padding: 0.5rem 0;
}

/* line 1084, app/assets/stylesheets/pages/_jobs-index.scss */
.swal-job-count {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

/* line 1090, app/assets/stylesheets/pages/_jobs-index.scss */
.swal-hunter-name {
  font-size: 0.95rem;
  opacity: 0.9;
  margin-bottom: 0.5rem;
}

/* line 1096, app/assets/stylesheets/pages/_jobs-index.scss */
.swal-search-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

/* line 1103, app/assets/stylesheets/pages/_jobs-index.scss */
.swal-filter-tag {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
}

/* line 1111, app/assets/stylesheets/pages/_jobs-index.scss */
.swal-filter-tag i {
  margin-right: 0.25rem;
  font-size: 0.75rem;
}

/* line 1118, app/assets/stylesheets/pages/_jobs-index.scss */
.navbar {
  z-index: 1050 !important;
}

/* line 1, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page {
  --jobs-border: #d7e1f3;
  --jobs-shadow: 0 12px 26px rgba(10, 28, 67, 0.1);
  --jobs-surface-soft: #f8faff;
  --jobs-text-muted: #55698f;
  padding-bottom: clamp(2.2rem, 5vw, 3.8rem);
}

/* line 10, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-hero-wrap {
  max-width: 1240px;
  margin-top: clamp(6.35rem, 9vw, 7.9rem);
}

/* line 15, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .page-banner {
  position: relative;
  overflow: hidden;
}

/* line 20, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .page-banner::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -45px;
  top: -65px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(123, 102, 255, 0.2), rgba(123, 102, 255, 0));
  pointer-events: none;
}

/* line 32, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .page-banner-title {
  max-width: 19ch;
  margin: 0 auto;
  text-wrap: balance;
}

/* line 38, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1rem;
}

/* line 46, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-discovery {
  width: 100%;
  max-width: 1220px;
  margin: clamp(0.9rem, 1.8vw, 1.35rem) auto 0.65rem;
  padding: 0 0.75rem;
}

/* line 53, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-discovery-card {
  border-radius: 16px;
  border: 1px solid #dbe5f6;
  background: linear-gradient(135deg, #ffffff 0%, #f7f9ff 46%, #f2f5ff 100%);
  box-shadow: 0 10px 24px rgba(11, 43, 130, 0.08);
  padding: clamp(0.85rem, 1.7vw, 1.1rem) clamp(0.95rem, 2vw, 1.25rem);
}

/* line 61, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-discovery-title {
  margin: 0 0 0.7rem;
  color: #0b2b82;
  font-family: var(--ui-title-font);
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  line-height: 1.2;
}

/* line 69, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-discovery-row {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

/* line 75, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-discovery-row + .jobs-directory-discovery-row {
  margin-top: 0.55rem;
}

/* line 79, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-discovery-label {
  min-width: 84px;
  padding-top: 0.4rem;
  color: #3f5075;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* line 89, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-discovery-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

/* line 95, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-discovery-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.36rem 0.72rem;
  border-radius: 999px;
  border: 1px solid #ced9f4;
  background: #ffffff;
  color: #24406f;
  font-size: 0.83rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

/* line 111, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-discovery-chip:hover {
  border-color: #7b66ff;
  box-shadow: 0 8px 18px rgba(123, 102, 255, 0.2);
  color: #4939b8;
  transform: translateY(-1px);
}

/* line 118, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-discovery-chip--soft {
  background: #f9f7ff;
  border-color: #d8d1ff;
}

/* line 123, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #d7e1f5;
  background: rgba(255, 255, 255, 0.88);
  color: #30456f;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
}

/* line 137, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-pill i {
  color: #6957df;
  font-size: 0.78rem;
}

/* line 142, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-pill--accent {
  border-color: #cbc2ff;
  background: #f4f1ff;
  color: #4d3ec4;
}

/* line 148, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-map.mapbox {
  width: calc(100% - 1.5rem);
  max-width: 1220px;
  margin: clamp(1rem, 2.1vw, 1.75rem) auto 1.1rem;
  border-radius: 18px;
  border: 1px solid var(--jobs-border);
  overflow: hidden;
  box-shadow: var(--jobs-shadow);
}

/* line 158, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-map .app-map-canvas {
  height: clamp(285px, 43vw, 430px);
}

/* line 162, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-search-section {
  max-width: 1220px;
}

/* line 166, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-search-section .search-form-wrapper {
  border-radius: 16px;
  border: 1px solid #d8e1f3;
  box-shadow: 0 12px 26px rgba(10, 28, 67, 0.09);
}

/* line 172, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-search-section .search-input-item .search-input {
  border-color: #d7e2f3;
  min-height: 54px;
}

/* line 177, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-alerts-wrap {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto 1rem;
  padding: 0 0.75rem;
}

/* line 184, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-alerts-card {
  border: 1px solid #d7e1f3;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 8px 18px rgba(10, 28, 67, 0.07);
  padding: 0.9rem 1rem;
}

/* line 192, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-alerts-head {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 0.75rem;
}

/* line 199, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-alerts-title {
  margin: 0;
  color: #0b2b82;
  font-family: var(--ui-title-font);
  font-size: 1.06rem;
}

/* line 206, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-alerts-subtitle {
  margin: 0;
  color: #4f6187;
  font-size: 0.9rem;
}

/* line 212, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-alerts-current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
}

/* line 220, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-alerts-status {
  font-size: 0.9rem;
  font-weight: 600;
  color: #30456f;
}

/* line 226, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-alerts-status i {
  color: #6b57e7;
  margin-right: 0.35rem;
}

/* line 231, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-alerts-form {
  margin-bottom: 0.7rem;
}

/* line 235, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-alerts-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6957df;
  border-radius: 10px;
  background: #6957df;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.46rem 0.92rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

/* line 250, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-alerts-btn:hover {
  background: #5946cb;
  color: #fff;
  transform: translateY(-1px);
}

/* line 256, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-alerts-btn--danger {
  border-color: #d14f61;
  background: #fff;
  color: #d14f61;
}

/* line 262, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-alerts-btn--danger:hover {
  background: #fff2f4;
  color: #b83d4f;
}

/* line 267, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-alerts-list {
  display: grid;
  gap: 0.45rem;
}

/* line 272, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-alerts-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  border: 1px solid #e1e9f8;
  border-radius: 10px;
  background: #fff;
  padding: 0.45rem 0.6rem;
}

/* line 283, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-alerts-item-label {
  color: #334a72;
  font-size: 0.86rem;
  line-height: 1.4;
}

/* line 289, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-alerts-link {
  border: 0;
  background: transparent;
  color: #5d74a0;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* line 299, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-alerts-link:hover {
  color: #0b2b82;
}

/* line 303, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-toolbar.recherche {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto 1rem;
  padding: 0 0.75rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

/* line 314, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-toolbar-head {
  min-width: 0;
}

/* line 318, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-toolbar .titre-index {
  margin: 0;
  display: inline-block;
  color: #0b2b82;
  font-family: var(--ui-title-font);
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.16;
}

/* line 327, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-toolbar .titre-index::after {
  width: 54px;
  bottom: -10px;
}

/* line 332, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-toolbar .title-result {
  margin: 0.95rem 0 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #4d6086;
  white-space: normal;
}

/* line 340, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-fresh-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.62rem;
}

/* line 347, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-fresh-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6e0f4;
  border-radius: 999px;
  padding: 0.25rem 0.6rem;
  font-size: 0.79rem;
  font-weight: 600;
  text-decoration: none;
  color: #425a86;
  background: #fff;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

/* line 362, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-fresh-filter:hover {
  border-color: #8f7ef2;
  color: #4d3ec4;
}

/* line 367, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-fresh-filter.is-active {
  border-color: #cfc7ff;
  color: #4d3ec4;
  background: #f5f2ff;
}

/* line 373, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-toolbar .lead {
  margin: 0.45rem 0 0;
}

/* line 377, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-layout.main-content {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 0.75rem;
  display: grid;
  grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

/* line 388, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-local-seo {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto 1rem;
  padding: 0 0.75rem;
}

/* line 395, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-local-seo__card {
  border: 1px solid #dbe5f6;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  box-shadow: 0 8px 20px rgba(9, 37, 92, 0.08);
  padding: 0.9rem 1rem;
}

/* line 403, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-local-seo__title {
  margin: 0;
  color: #0b2b82;
  font-family: var(--ui-title-font);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
}

/* line 410, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-local-seo__text {
  margin: 0.5rem 0 0;
  color: #40547b;
  font-size: 0.9rem;
  line-height: 1.55;
}

/* line 417, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-local-seo__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.65rem;
}

/* line 424, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-local-seo__link {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d6dff2;
  border-radius: 999px;
  padding: 0.24rem 0.62rem;
  color: #325383;
  font-size: 0.79rem;
  font-weight: 600;
  text-decoration: none;
  background: #fff;
}

/* line 437, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-local-seo__link:hover {
  border-color: #8f7ef2;
  color: #4d3ec4;
}

/* line 442, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-local-seo__link--soft {
  background: #f8f6ff;
  border-color: #ddd7ff;
}

/* line 447, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-filters {
  width: 100%;
  margin: 0;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid var(--jobs-border);
  box-shadow: 0 8px 22px rgba(10, 28, 67, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  position: sticky;
  top: 88px;
}

/* line 459, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-filters .titre-index {
  margin-bottom: 0.95rem;
  font-family: var(--ui-title-font);
  font-size: 1.17rem;
  line-height: 1.2;
  color: #0b2b82;
}

/* line 467, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-filters .checkbox {
  margin-bottom: 0.35rem;
  padding: 0.55rem 0.6rem;
  border-radius: 10px;
}

/* line 473, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-filters .checkbox.active {
  background: rgba(123, 102, 255, 0.11);
}

/* line 477, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-filters .checkbox label,
.jobs-directory-page .jobs-directory-filters .texte-cat {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
  white-space: normal;
}

/* line 486, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-filters .texte-cat .badge {
  margin-left: 0.45rem;
  border-radius: 999px;
  background: #6b57e7 !important;
  font-size: 0.72rem;
  font-weight: 600;
}

/* line 494, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-filters .hunters-section {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid #e1e9f7;
}

/* line 500, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-filters .hunters-list {
  max-height: 280px;
}

/* line 504, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-results {
  min-width: 0;
}

/* line 508, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-results .jobs-empty-state {
  margin: 0 0.5rem 1rem;
  border-radius: 14px;
  border-color: #d7e1f3 !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  color: #30456f;
  font-size: 0.97rem;
  line-height: 1.55;
}

/* line 518, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-results .row {
  --bs-gutter-x: 1rem;
}

/* line 522, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-results .job-card {
  width: 100%;
  max-width: 356px;
  min-height: 286px;
}

/* line 528, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-results .job-card .top-card h6, .jobs-directory-page .jobs-directory-results .job-card .top-card .h6 {
  margin: 0 0 0.5rem;
  color: #172d58;
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* line 534, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-results .job-card .job-card__meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin-bottom: 0.48rem;
}

/* line 542, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-results .job-card .job-card__fresh {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d7cffd;
  border-radius: 999px;
  padding: 0.18rem 0.52rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: #4f3ec4;
  background: #f4f0ff;
  line-height: 1;
}

/* line 555, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-results .job-card .job-card__fresh--today {
  color: #0f7c63;
  border-color: #bfeedd;
  background: #ebfdf5;
}

/* line 561, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-results .job-card .job-card__posted-at {
  display: inline-flex;
  align-items: center;
  gap: 0.24rem;
  color: #65789f;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
}

/* line 571, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-page .jobs-directory-results .job-card .description-section p {
  color: var(--jobs-text-muted);
}

/* line 575, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-faq {
  width: 100%;
  max-width: 1220px;
  padding: 0 0.75rem;
}

/* line 581, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-faq-section {
  margin-bottom: 0;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid #d7e1f3;
  background: #fff;
  box-shadow: 0 8px 22px rgba(10, 28, 67, 0.08);
}

/* line 590, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-faq-title {
  margin-bottom: 1rem;
  color: #0b2b82;
  font-family: var(--ui-title-font);
  font-size: clamp(1.2rem, 2.1vw, 1.65rem);
  line-height: 1.2;
}

/* line 598, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-faq .accordion-item {
  border: 1px solid #e0e8f7;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.65rem;
}

/* line 605, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-faq .accordion-item:last-child {
  margin-bottom: 0;
}

/* line 609, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-faq .accordion-button {
  color: #203763;
  font-weight: 600;
  background: #fff;
  box-shadow: none;
}

/* line 616, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-faq .accordion-button:not(.collapsed) {
  color: #0b2b82;
  background: #f6f9ff;
}

/* line 621, app/assets/stylesheets/pages/_jobs-directory.scss */
.jobs-directory-faq .accordion-body {
  color: #3f5075;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  /* line 627, app/assets/stylesheets/pages/_jobs-directory.scss */
  .jobs-directory-page .jobs-directory-layout.main-content {
    grid-template-columns: 1fr;
  }
  /* line 631, app/assets/stylesheets/pages/_jobs-directory.scss */
  .jobs-directory-page .jobs-directory-filters {
    display: block;
    position: static;
  }
}

@media (max-width: 768px) {
  /* line 638, app/assets/stylesheets/pages/_jobs-directory.scss */
  .jobs-directory-page .jobs-directory-hero-wrap {
    margin-top: clamp(6rem, 14vw, 7rem);
  }
  /* line 642, app/assets/stylesheets/pages/_jobs-directory.scss */
  .jobs-directory-page .jobs-directory-map.mapbox {
    width: calc(100% - 1rem);
    border-radius: 14px;
  }
  /* line 647, app/assets/stylesheets/pages/_jobs-directory.scss */
  .jobs-directory-page .jobs-directory-meta {
    justify-content: flex-start;
  }
  /* line 651, app/assets/stylesheets/pages/_jobs-directory.scss */
  .jobs-directory-discovery-card {
    padding: 0.8rem 0.85rem;
  }
  /* line 655, app/assets/stylesheets/pages/_jobs-directory.scss */
  .jobs-directory-discovery-row {
    flex-direction: column;
    gap: 0.45rem;
  }
  /* line 660, app/assets/stylesheets/pages/_jobs-directory.scss */
  .jobs-directory-discovery-label {
    min-width: 0;
    padding-top: 0;
  }
  /* line 665, app/assets/stylesheets/pages/_jobs-directory.scss */
  .jobs-directory-page .jobs-directory-toolbar.recherche {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 670, app/assets/stylesheets/pages/_jobs-directory.scss */
  .jobs-directory-alerts-current,
.jobs-directory-alerts-item {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 676, app/assets/stylesheets/pages/_jobs-directory.scss */
  .jobs-directory-page .jobs-directory-toolbar .sort-dropdown {
    width: 100%;
  }
  /* line 680, app/assets/stylesheets/pages/_jobs-directory.scss */
  .jobs-directory-page .jobs-directory-toolbar .sort-button {
    justify-content: center;
    width: 100%;
  }
  /* line 685, app/assets/stylesheets/pages/_jobs-directory.scss */
  .jobs-directory-page .jobs-directory-filters {
    display: block;
    padding: 0.85rem;
  }
  /* line 690, app/assets/stylesheets/pages/_jobs-directory.scss */
  .jobs-directory-page .jobs-directory-results .job-card {
    max-width: none;
  }
  /* line 694, app/assets/stylesheets/pages/_jobs-directory.scss */
  .jobs-directory-faq-section {
    padding: 0.85rem;
  }
}

/* line 3, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page {
  --job-show-border: #d7e1f3;
  --job-show-shadow: 0 12px 26px rgba(10, 28, 67, 0.1);
  --job-show-muted: #5e6f92;
  padding-bottom: clamp(2.2rem, 5vw, 3.8rem);
}

/* line 11, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-hero-wrap {
  max-width: 1240px;
  margin-top: clamp(6.35rem, 9vw, 7.9rem);
}

/* line 16, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .page-banner {
  position: relative;
  overflow: hidden;
}

/* line 21, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .page-banner::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -45px;
  top: -65px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(123, 102, 255, 0.2), rgba(123, 102, 255, 0));
  pointer-events: none;
}

/* line 33, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .page-banner-title {
  max-width: 21ch;
  margin: 0 auto;
  text-wrap: balance;
}

/* line 39, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-meta-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1rem;
}

/* line 47, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #d7e1f5;
  background: rgba(255, 255, 255, 0.88);
  color: #30456f;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
}

/* line 61, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-pill i {
  color: #6957df;
  font-size: 0.78rem;
}

/* line 66, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-pill--accent {
  border-color: #cbc2ff;
  background: #f4f1ff;
  color: #4d3ec4;
}

/* line 72, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-layout {
  width: 100%;
  max-width: 1220px;
  margin: 1.2rem auto 0;
  padding: 0 0.75rem;
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(290px, 1fr);
  gap: 1rem;
  align-items: start;
}

/* line 83, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-main,
.job-show-detail-page .job-show-aside {
  min-width: 0;
}

/* line 88, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show {
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(10, 28, 67, 0.1);
  border: 1px solid var(--job-show-border);
  background: #fff;
  width: 100%;
  max-width: 100% !important;
  height: auto !important;
}

/* line 98, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-header {
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #e1e9f7;
}

/* line 103, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-subtitle {
  color: var(--job-show-muted);
  font-size: 0.97rem;
}

/* line 108, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-actions .btn {
  min-height: 44px;
  border-radius: 12px;
  font-weight: 600;
  padding: 0.6rem 1rem;
}

/* line 115, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-actions .btn-primary {
  background: linear-gradient(135deg, #7b66ff 0%, #6a56e8 100%);
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(123, 102, 255, 0.28);
}

/* line 121, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-actions .btn-primary:hover {
  filter: brightness(0.98) saturate(1.03);
}

/* line 125, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-actions .btn-outline-secondary {
  border-color: #9fb0d6;
  color: #294678;
}

/* line 130, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-actions .btn-outline-secondary:hover {
  background: #eef3ff;
  border-color: #89a0cf;
  color: #1f3863;
}

/* line 136, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show .job-description {
  color: #374151;
  line-height: 1.78;
  font-size: 1.02rem;
  overflow-wrap: anywhere;
}

/* line 143, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show .job-description h2, .job-show-detail-page .job-show .job-description .h2,
.job-show-detail-page .job-show .job-description h3,
.job-show-detail-page .job-show .job-description .h3 {
  color: #0b2b82;
  margin: 1.5rem 0 0.75rem;
  font-family: var(--ui-title-font);
}

/* line 150, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show .job-description a {
  color: #6e5ce6;
  text-decoration: none;
  font-weight: 600;
}

/* line 156, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show .job-description a:hover {
  text-decoration: underline;
}

/* line 160, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show .job-description img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* line 166, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show .job-description table {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 172, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-section {
  border: 1px solid var(--job-show-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(10, 28, 67, 0.08);
  padding: 1rem;
}

/* line 180, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-section-title {
  margin: 0 0 0.95rem;
  color: #0b2b82;
  font-family: var(--ui-title-font);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.2;
}

/* line 188, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

/* line 194, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-related-card {
  border: 1px solid #e2e9f8;
  border-radius: 12px;
  background: #fff;
  padding: 0.85rem;
  height: 100%;
}

/* line 202, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-related-card h3, .job-show-detail-page .job-show-related-card .h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  line-height: 1.3;
}

/* line 208, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-related-card h3 a, .job-show-detail-page .job-show-related-card .h3 a {
  text-decoration: none;
  color: #1d3564;
}

/* line 213, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-related-card h3 a:hover, .job-show-detail-page .job-show-related-card .h3 a:hover {
  color: #6e5ce6;
}

/* line 217, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-related-meta {
  color: #60749e;
  font-size: 0.88rem;
}

/* line 222, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-related-card p {
  color: #4f607f;
  font-size: 0.92rem;
  line-height: 1.55;
}

/* line 228, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-city-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 234, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-aside .card {
  border: 1px solid var(--job-show-border);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(10, 28, 67, 0.08);
}

/* line 240, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-logo {
  width: 136px;
  height: 136px;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 8px 18px rgba(13, 30, 70, 0.14);
}

/* line 249, app/assets/stylesheets/pages/_jobs-show.scss */
.job-show-detail-page .job-show-share .btn {
  border-radius: 10px;
  min-width: 40px;
}

@media (max-width: 1080px) {
  /* line 255, app/assets/stylesheets/pages/_jobs-show.scss */
  .job-show-detail-page .job-show-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  /* line 261, app/assets/stylesheets/pages/_jobs-show.scss */
  .job-show-detail-page .job-show-hero-wrap {
    margin-top: clamp(6rem, 14vw, 7rem);
  }
  /* line 265, app/assets/stylesheets/pages/_jobs-show.scss */
  .job-show-detail-page .job-show-meta-pills {
    justify-content: flex-start;
  }
  /* line 269, app/assets/stylesheets/pages/_jobs-show.scss */
  .job-show-detail-page .job-show {
    padding: 1rem !important;
  }
  /* line 273, app/assets/stylesheets/pages/_jobs-show.scss */
  .job-show-detail-page .job-show-related-grid {
    grid-template-columns: 1fr;
  }
}

/* line 1, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-page {
  padding-top: clamp(6rem, 8vw, 7.2rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  font-family: var(--font-primary);
}

/* line 7, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-shell {
  border: 1px solid #dbe4f3;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 16px 34px rgba(11, 36, 82, 0.11);
  padding: clamp(1rem, 2.5vw, 1.6rem);
}

/* line 15, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e4ebf8;
}

/* line 25, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-identity {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
}

/* line 32, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-avatar-wrap {
  position: relative;
  flex-shrink: 0;
}

/* line 37, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-avatar {
  width: clamp(90px, 11vw, 120px);
  height: clamp(90px, 11vw, 120px);
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #d6e3f8;
  box-shadow: 0 10px 22px rgba(11, 36, 82, 0.16);
  background: #f5f8ff;
}

/* line 47, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-edit-link {
  position: absolute;
  right: -0.35rem;
  bottom: -0.35rem;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid #2f68db;
  background: linear-gradient(135deg, #2f68db 0%, #1d56c4 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(47, 104, 219, 0.35);
  transition: transform 0.2s ease, filter 0.2s ease;
}

/* line 65, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-edit-link:hover {
  color: #fff;
  transform: translateY(-1px);
  filter: brightness(0.98);
}

/* line 71, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-title {
  margin: 0 0 0.3rem;
  font-family: var(--ui-title-font);
  color: #0b2b82;
  font-size: clamp(1.55rem, 3.1vw, 2.3rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.12;
}

/* line 81, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-location {
  margin: 0 0 0.38rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #4b638e;
  font-size: 0.95rem;
  line-height: 1.45;
}

/* line 91, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-location i {
  color: #2f68db;
}

/* line 95, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-visibility {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  border-radius: 999px;
  border: 1px solid #d4e1f7;
  background: #f4f8ff;
  color: #2d4f8b;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.24rem 0.58rem;
}

/* line 109, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-visibility.is-open {
  border-color: #bbdfcb;
  background: #ecf9f1;
  color: #237246;
}

/* line 115, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-visibility.is-private {
  border-color: #e6d6bb;
  background: #fbf4e7;
  color: #8c6422;
}

/* line 121, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-download-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, #0b2b82 0%, #2f68db 100%);
  color: #fff;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  min-height: 40px;
  padding: 0.48rem 0.95rem;
  box-shadow: 0 10px 20px rgba(11, 43, 130, 0.25);
  transition: transform 0.2s ease, filter 0.2s ease;
}

/* line 140, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-download-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  filter: brightness(0.98);
}

/* line 146, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-grid {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

/* line 153, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-sidebar,
.candidate-show-main {
  display: grid;
  gap: 1rem;
}

/* line 159, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-card {
  border: 1px solid #dbe4f3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(11, 36, 82, 0.08);
  padding: clamp(0.95rem, 2.1vw, 1.2rem);
}

/* line 167, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-card-lg {
  min-width: 0;
}

/* line 171, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-card-title {
  margin: 0 0 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.48rem;
  font-family: var(--ui-title-font);
  color: #113873;
  font-size: 1.03rem;
  font-weight: 700;
  line-height: 1.2;
}

/* line 183, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-card-title i {
  color: #2f68db;
}

/* line 187, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-subtitle {
  margin: 0 0 0.5rem;
  color: #4b638e;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* line 195, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

/* line 203, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-contact-list li {
  display: flex;
  align-items: center;
  gap: 0.52rem;
  color: #304b78;
  font-size: 0.9rem;
}

/* line 211, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-contact-list i {
  color: #2f68db;
}

/* line 215, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-contact-list a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}

/* line 221, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-contact-list a:hover {
  text-decoration: underline;
}

/* line 225, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-socials {
  margin-top: 0.9rem;
  padding-top: 0.8rem;
  border-top: 1px solid #e5ecf9;
}

/* line 231, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
}

/* line 237, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  border: 1px solid #cedcf5;
  background: #f3f8ff;
  color: #1f58b2;
  font-size: 0.79rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0.34rem 0.68rem;
  transition: all 0.2s ease;
}

/* line 252, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-social-link:hover {
  color: #fff;
  border-color: #2f68db;
  background: #2f68db;
}

/* line 258, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

/* line 264, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  border: 1px solid #d5e1f7;
  background: #f3f8ff;
  color: #2f4f86;
  font-size: 0.77rem;
  font-weight: 600;
  padding: 0.32rem 0.66rem;
  line-height: 1.2;
  max-width: 100%;
}

/* line 279, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-chip i {
  color: #2f68db;
}

/* line 283, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-content {
  color: #2f466d;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* line 289, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-content p:last-child {
  margin-bottom: 0;
}

/* line 293, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
}

/* line 301, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-inline-download {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  border: 1px solid #c8d8f5;
  background: #f2f7ff;
  color: #1f58b2;
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0.34rem 0.66rem;
}

/* line 315, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-inline-download:hover {
  color: #fff;
  border-color: #2f68db;
  background: #2f68db;
}

/* line 321, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-cv-frame-wrap {
  border: 1px solid #dde6f6;
  border-radius: 12px;
  overflow: hidden;
  background: #f8fbff;
}

/* line 328, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-cv-frame {
  display: block;
  width: 100%;
  border: 0;
}

/* line 334, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-cv-fallback {
  margin: 0.7rem 0 0;
  color: #52698f;
  font-size: 0.84rem;
}

/* line 340, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-cv-fallback a {
  color: #1f58b2;
}

/* line 344, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-empty {
  border: 1px dashed #d6e2f5;
  border-radius: 12px;
  background: #f8fbff;
  color: #60769d;
  text-align: center;
  padding: 1rem;
}

/* line 353, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-empty i {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 0.45rem;
  color: #4e6da6;
}

/* line 360, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-empty p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
}

/* line 366, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-denied {
  border: 1px solid #e2e8f4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(11, 36, 82, 0.1);
  text-align: center;
  padding: clamp(1.3rem, 3.2vw, 2rem);
}

/* line 375, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-denied i {
  font-size: 2rem;
  color: #d79a21;
  margin-bottom: 0.65rem;
}

/* line 381, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-denied h2, .candidate-show-denied .h2 {
  margin: 0 0 0.4rem;
  font-family: var(--ui-title-font);
  color: #123571;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
}

/* line 388, app/assets/stylesheets/pages/_candidate_show.scss */
.candidate-show-denied p {
  margin: 0 0 1rem;
  color: #53698f;
}

@media (max-width: 992px) {
  /* line 394, app/assets/stylesheets/pages/_candidate_show.scss */
  .candidate-show-page {
    padding-top: clamp(5.2rem, 8.3vw, 6.2rem);
  }
  /* line 398, app/assets/stylesheets/pages/_candidate_show.scss */
  .candidate-show-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  /* line 404, app/assets/stylesheets/pages/_candidate_show.scss */
  .candidate-show-shell {
    border-radius: 16px;
    padding: 0.9rem;
  }
  /* line 409, app/assets/stylesheets/pages/_candidate_show.scss */
  .candidate-show-card {
    border-radius: 14px;
    padding: 0.9rem;
  }
  /* line 414, app/assets/stylesheets/pages/_candidate_show.scss */
  .candidate-show-hero {
    align-items: flex-start;
    flex-direction: column;
  }
  /* line 419, app/assets/stylesheets/pages/_candidate_show.scss */
  .candidate-show-download-btn {
    width: 100%;
    justify-content: center;
  }
  /* line 424, app/assets/stylesheets/pages/_candidate_show.scss */
  .candidate-show-card-head {
    align-items: flex-start;
    flex-direction: column;
  }
  /* line 429, app/assets/stylesheets/pages/_candidate_show.scss */
  .candidate-show-inline-download {
    width: 100%;
    justify-content: center;
  }
}

/* Candidate applications pages (my/received/new/show)
 * Fully scoped to avoid leaking styles globally.
 */
/* line 5, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page,
.candidate-application-form-page,
.candidate-application-show-page {
  padding-top: clamp(6rem, 8vw, 7.2rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  font-family: var(--font-primary);
}

/* line 13, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .candidate-applications-title {
  margin: 0 0 0.55rem;
  font-family: var(--font-heading) !important;
  font-size: clamp(1.75rem, 2.7vw, 2.4rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.01em;
  color: var(--catalina-blue);
}

/* line 23, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .candidate-applications-subtitle {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #4e628a;
}

/* line 31, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .applications-filter-card {
  border: 1px solid #d8e2f3;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(11, 36, 82, 0.08);
}

/* line 37, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .applications-filter-card .card-body {
  padding: 1.1rem 1.15rem;
}

/* line 41, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .applications-filter-card .card-title {
  margin: 0;
  font-family: var(--font-heading) !important;
  font-size: 1rem;
  font-weight: 700;
  color: var(--catalina-blue);
}

/* line 49, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .applications-filter-card .btn {
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.45rem 0.9rem;
}

/* line 57, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .applications-filter-card .btn-primary {
  border: 0;
  background: linear-gradient(135deg, #0b2b82 0%, #2f68db 100%);
  box-shadow: 0 8px 18px rgba(11, 43, 130, 0.22);
}

/* line 63, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .applications-filter-card .btn-outline-primary {
  border-color: #c4d3ee;
  color: #1f4a97;
  background: #fff;
}

/* line 69, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .applications-filter-card .btn-outline-primary:hover {
  border-color: #9db5e8;
  background: #eef4ff;
  color: #123875;
}

/* line 75, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .applications-list {
  display: grid;
  gap: 1rem;
}

/* line 80, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .application-card {
  border: 1px solid #dbe4f3;
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(11, 36, 82, 0.08);
  overflow: hidden;
}

/* line 87, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .application-card .card-header {
  border-bottom: 1px solid #e6edf9;
  background: linear-gradient(180deg, #fbfdff 0%, #f6f9ff 100%);
  padding: 0.95rem 1.05rem;
}

/* line 93, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .application-card .card-body {
  padding: 1.05rem;
}

/* line 97, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .application-card .card-title {
  margin-bottom: 0.5rem;
  font-family: var(--font-heading) !important;
  font-size: 1.08rem;
  font-weight: 700;
  color: #123571;
}

/* line 105, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .application-card .text-muted {
  color: #52678f !important;
  font-family: var(--font-primary);
}

/* line 110, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .application-card .message-preview {
  margin-top: 0.45rem;
  border: 1px solid #e2e8f6;
  border-radius: 12px;
  background: #f8fbff;
  padding: 0.75rem 0.85rem;
  color: #30496f;
}

/* line 119, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .application-card .message-preview p:last-child {
  margin-bottom: 0;
}

/* line 123, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .application-status-badge {
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* line 131, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .candidate-categories .badge,
.candidate-applications-page .hunter-categories .badge {
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.34rem 0.6rem;
}

/* line 139, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-applications-page .alert {
  border-radius: 14px;
  border: 1px solid #d6e6ff;
  box-shadow: 0 8px 20px rgba(11, 36, 82, 0.06);
}

/* line 145, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .card-header,
.candidate-application-show-page .card-header {
  border: 1px solid #d6e2f4;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(135deg, #0b2b82 0%, #2f68db 100%) !important;
  box-shadow: 0 12px 24px rgba(11, 43, 130, 0.2);
}

/* line 153, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-application-form-title,
.candidate-application-show-page .candidate-application-show-title {
  margin: 0;
  font-family: var(--font-heading) !important;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* line 161, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-application-form-title {
  font-size: clamp(1.3rem, 2.1vw, 1.75rem);
}

/* line 165, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-show-page .candidate-application-show-title {
  font-size: clamp(1.22rem, 1.9vw, 1.55rem);
}

/* line 169, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .row.justify-content-center > div > .mt-4,
.candidate-application-show-page .card {
  border: 1px solid #dbe4f3;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 12px 26px rgba(11, 36, 82, 0.1);
}

/* line 176, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-show-page .card {
  border-radius: 16px;
  overflow: hidden;
}

/* line 181, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .text-muted,
.candidate-application-show-page .text-muted {
  color: #52678f !important;
  font-family: var(--font-primary);
}

/* line 187, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-application-form-shell {
  border: 1px solid #dbe4f3;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 30px rgba(11, 36, 82, 0.1);
  padding: clamp(1rem, 2.4vw, 1.5rem);
}

/* line 195, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-application-form-hero {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1.15rem;
}

/* line 202, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-application-form-hero-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #0b2b82 0%, #2f68db 100%);
  box-shadow: 0 8px 16px rgba(11, 43, 130, 0.25);
  flex-shrink: 0;
}

/* line 215, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-application-form-subtitle {
  color: #53698f;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* line 221, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-application-alert {
  margin-bottom: 1rem;
}

/* line 225, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-application-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 290px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

/* line 232, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-application-hunter-card {
  border: 1px solid #dbe4f3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(11, 36, 82, 0.07);
  padding: 0.95rem;
}

/* line 240, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-application-hunter-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 246, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-application-hunter-logo {
  width: 68px;
  height: 68px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #d9e4f8;
  box-shadow: 0 8px 18px rgba(11, 36, 82, 0.12);
}

/* line 255, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-application-hunter-name {
  margin: 0 0 0.2rem;
  font-family: var(--font-heading) !important;
  font-size: 1.03rem;
  font-weight: 700;
  color: #13356f;
}

/* line 263, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-application-hunter-location {
  color: #5b7199 !important;
  font-size: 0.86rem;
}

/* line 268, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-application-hunter-categories {
  margin-top: 0.85rem;
}

/* line 272, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-hunter-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid #c8daf7;
  background: linear-gradient(135deg, #eef5ff 0%, #dceaff 100%);
  color: #1f58b2;
  text-decoration: none;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  padding: 0.46rem 0.86rem;
  box-shadow: 0 8px 16px rgba(24, 67, 141, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

/* line 291, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-hunter-profile-link:hover {
  transform: translateY(-1px);
  color: #fff;
  border-color: #2f68db;
  background: linear-gradient(135deg, #2f68db 0%, #1d56c4 100%);
  box-shadow: 0 12px 20px rgba(24, 67, 141, 0.22);
}

/* line 299, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-hunter-profile-link i {
  font-size: 0.78rem;
}

/* line 303, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-application-block-title {
  font-size: 0.84rem;
  color: #46608f;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* line 310, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .hunter-category-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #d6e2f7;
  background: #f1f6ff;
  color: #2f4f86;
  font-size: 0.74rem;
  font-weight: 600;
  padding: 0.3rem 0.62rem;
  line-height: 1.2;
}

/* line 323, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-application-editor-card {
  border: 1px solid #dbe4f3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(11, 36, 82, 0.07);
  padding: clamp(0.95rem, 2vw, 1.25rem);
}

/* line 331, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-message-field {
  border: 1px solid #cddbf2;
  border-radius: 12px;
  background: #fbfdff;
  color: #1e355d;
  font-size: 0.95rem;
  line-height: 1.6;
  resize: vertical;
  min-height: 220px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* line 343, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-message-field:focus {
  border-color: #2f68db;
  box-shadow: 0 0 0 0.2rem rgba(47, 104, 219, 0.16);
  background: #fff;
}

/* line 349, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-message-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

/* line 356, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-message-count {
  font-weight: 700;
  color: #4d638b;
  white-space: nowrap;
}

/* line 362, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-char-count.is-low {
  color: #c63d2e;
}

/* line 366, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-char-count.is-good {
  color: #1f8a4d;
}

/* line 370, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-char-count.is-high {
  color: #d1841b;
}

/* line 374, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-application-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

/* line 381, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
.candidate-application-form-page .candidate-application-form-actions .btn {
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.01em;
  min-height: 40px;
  padding: 0.45rem 0.95rem;
}

@media (max-width: 991px) {
  /* line 390, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
  .candidate-applications-page,
.candidate-application-form-page,
.candidate-application-show-page {
    padding-top: clamp(5.2rem, 8.3vw, 6.2rem);
  }
  /* line 396, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
  .candidate-application-form-page .candidate-application-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  /* line 402, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
  .candidate-applications-page .applications-filter-card .card-body,
.candidate-applications-page .application-card .card-body {
    padding: 0.95rem;
  }
  /* line 407, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
  .candidate-applications-page .applications-filter-card .btn {
    width: 100%;
    justify-content: center;
  }
  /* line 412, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
  .candidate-applications-page .application-card .card-header {
    padding: 0.85rem 0.9rem;
  }
  /* line 416, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
  .candidate-application-form-page .candidate-application-form-shell,
.candidate-application-form-page .candidate-application-editor-card,
.candidate-application-form-page .candidate-application-hunter-card {
    border-radius: 14px;
    padding: 0.85rem;
  }
  /* line 423, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
  .candidate-application-form-page .candidate-application-form-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  /* line 428, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
  .candidate-application-form-page .candidate-application-form-actions .btn {
    width: 100%;
  }
  /* line 432, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
  .candidate-application-form-page .candidate-hunter-profile-link {
    width: 100%;
    justify-content: center;
  }
  /* line 437, app/assets/stylesheets/pages/_candidate-applications_my_applications.scss */
  .candidate-application-form-page .candidate-message-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* line 1, app/assets/stylesheets/pages/_errors.scss */
.error-container {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e0e6f2;
  box-shadow: 0 10px 30px rgba(15, 33, 66, 0.12);
}

/* line 9, app/assets/stylesheets/pages/_errors.scss */
.error-container h1, .error-container .h1 {
  color: #dc3545;
  font-weight: 700;
  margin-bottom: 16px;
}

/* line 15, app/assets/stylesheets/pages/_errors.scss */
.error-container h2, .error-container .h2 {
  color: #1f2a3d;
}

/* line 19, app/assets/stylesheets/pages/_errors.scss */
.error-container p {
  color: #6c7a95;
}

/* line 23, app/assets/stylesheets/pages/_errors.scss */
.error-screen {
  min-height: 100vh;
  background-color: #f9fafb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 1rem;
}

/* line 32, app/assets/stylesheets/pages/_errors.scss */
.error-screen__hero,
.error-screen__panel-wrap {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 39, app/assets/stylesheets/pages/_errors.scss */
.error-screen__hero {
  text-align: center;
}

/* line 43, app/assets/stylesheets/pages/_errors.scss */
.error-screen__code {
  margin: 0;
  font-size: clamp(4.5rem, 10vw, 6rem);
  font-weight: 800;
}

/* line 49, app/assets/stylesheets/pages/_errors.scss */
.error-screen__code.is-404 {
  color: #3b82f6;
}

/* line 53, app/assets/stylesheets/pages/_errors.scss */
.error-screen__code.is-500 {
  color: #dc2626;
}

/* line 57, app/assets/stylesheets/pages/_errors.scss */
.error-screen__title {
  margin-top: 1.5rem;
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  font-weight: 800;
  color: #111827;
}

/* line 64, app/assets/stylesheets/pages/_errors.scss */
.error-screen__text {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #6b7280;
}

/* line 70, app/assets/stylesheets/pages/_errors.scss */
.error-screen__panel-wrap {
  margin-top: 2rem;
}

/* line 74, app/assets/stylesheets/pages/_errors.scss */
.error-screen__panel {
  background-color: #fff;
  padding: 2rem 1rem;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

/* line 82, app/assets/stylesheets/pages/_errors.scss */
.error-screen__links {
  margin-bottom: 1.5rem;
}

/* line 86, app/assets/stylesheets/pages/_errors.scss */
.error-screen__links h3, .error-screen__links .h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
}

/* line 93, app/assets/stylesheets/pages/_errors.scss */
.error-screen__links-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* line 99, app/assets/stylesheets/pages/_errors.scss */
.error-screen__link {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
  background-color: #f9fafb;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* line 112, app/assets/stylesheets/pages/_errors.scss */
.error-screen__link:hover {
  background-color: #eef2ff;
  color: #1d4ed8;
}

/* line 117, app/assets/stylesheets/pages/_errors.scss */
.error-screen__footer {
  text-align: center;
  border-top: 1px solid #e5e7eb;
  padding-top: 1.5rem;
}

/* line 123, app/assets/stylesheets/pages/_errors.scss */
.error-screen__back-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 8px;
  color: #2563eb;
  background-color: #eff6ff;
  text-decoration: none;
}

/* line 135, app/assets/stylesheets/pages/_errors.scss */
.error-screen__back-link:hover {
  background-color: #dbeafe;
  color: #1d4ed8;
}

/* Harmonization layer loaded after legacy page styles. */
/* line 3, app/assets/stylesheets/pages/_design-refresh.scss */
:root {
  --app-body-font: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --app-title-font: var(--ui-title-font);
  --app-rhythm-heading-gap: clamp(0.45rem, 0.75vw, 0.72rem);
  --app-rhythm-body-gap: clamp(0.72rem, 1.05vw, 1rem);
  --app-rhythm-body-line: 1.62;
  --app-rhythm-heading-line: 1.2;
}

/* line 12, app/assets/stylesheets/pages/_design-refresh.scss */
body {
  font-family: var(--app-body-font);
}

/* line 16, app/assets/stylesheets/pages/_design-refresh.scss */
.home-hero,
.registration-section,
.home-category-strip,
.hunters-directory-page,
.jobs-directory-page,
.city-directory-page,
.blog-section,
.login-container,
.signup-container {
  font-family: var(--app-body-font);
}

/* line 28, app/assets/stylesheets/pages/_design-refresh.scss */
.home-hero .hero-title,
.title-categories,
.page-banner-title,
.registration-title,
.blog-header .main-title,
.blog-card-title,
.registration-section .card-title,
.hunters-directory-page .titre-index,
.jobs-directory-page .titre-index,
.city-directory-page .titre-index {
  font-family: var(--app-title-font) !important;
  letter-spacing: 0.01em;
  color: #0b2b82;
}

/* Shared title system for page-level headings */
/* line 44, app/assets/stylesheets/pages/_design-refresh.scss */
.flex-grow-1 :is( .page-banner-title, .candidate-applications-title, .title.couleur, .profile-onboarding__title, .main-title ) {
  font-family: var(--app-title-font) !important;
  letter-spacing: 0.01em;
  color: #0b2b82;
  line-height: 1.14;
}

/* line 57, app/assets/stylesheets/pages/_design-refresh.scss */
.home-hero .hero-title,
.title-categories,
.page-banner-title,
.registration-title {
  font-weight: 700;
}

/* line 64, app/assets/stylesheets/pages/_design-refresh.scss */
.registration-title .title-primary,
.registration-title .title-secondary,
.blog-title-primary,
.blog-title-secondary {
  color: #0b2b82 !important;
}

/* line 71, app/assets/stylesheets/pages/_design-refresh.scss */
.home-hero .hero-description,
.blog-subtitle,
.blog-card-excerpt,
.home-hero .popular-terms,
.home-hero .popular-term,
.hunters-directory-page .title-result,
.jobs-directory-page .title-result,
.city-directory-page .title-result,
.hunters-directory-page .lead,
.jobs-directory-page .lead,
.city-directory-page .lead {
  font-family: var(--app-body-font);
}

/* line 85, app/assets/stylesheets/pages/_design-refresh.scss */
.baijamjuree-semi-bold-catalina-blue-24px,
.category .design,
.category .address,
.category-section-hunter {
  font-family: var(--app-body-font) !important;
}

/* line 92, app/assets/stylesheets/pages/_design-refresh.scss */
.category .design,
.baijamjuree-semi-bold-catalina-blue-24px {
  font-weight: 600 !important;
}

/* line 97, app/assets/stylesheets/pages/_design-refresh.scss */
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice {
  font-size: 0.79rem !important;
  line-height: 1.08 !important;
}

/* line 102, app/assets/stylesheets/pages/_design-refresh.scss */
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__display {
  display: inline-block;
  max-width: min(22ch, 42vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 112, app/assets/stylesheets/pages/_design-refresh.scss */
.login-box,
.signup-box {
  border: 1px solid #d9e3f2;
  box-shadow: 0 16px 36px rgba(14, 33, 70, 0.14);
}

/* Global vertical rhythm for content area */
/* line 119, app/assets/stylesheets/pages/_design-refresh.scss */
.flex-grow-1 :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
  margin-bottom: var(--app-rhythm-heading-gap);
  line-height: var(--app-rhythm-heading-line);
}

/* line 125, app/assets/stylesheets/pages/_design-refresh.scss */
.flex-grow-1 p {
  margin-top: 0;
  margin-bottom: var(--app-rhythm-body-gap);
  line-height: var(--app-rhythm-body-line);
}

/* line 131, app/assets/stylesheets/pages/_design-refresh.scss */
.flex-grow-1 :is(ul, ol) {
  margin: 0 0 var(--app-rhythm-body-gap) 1.1rem;
  padding-left: 0.4rem;
}

/* line 136, app/assets/stylesheets/pages/_design-refresh.scss */
.flex-grow-1 li + li {
  margin-top: 0.35rem;
}

/* line 140, app/assets/stylesheets/pages/_design-refresh.scss */
.flex-grow-1 :is(.lead, .hero-description, .blog-subtitle, .card-description, .blog-card-excerpt) {
  line-height: 1.65;
}

/* line 144, app/assets/stylesheets/pages/_design-refresh.scss */
.flex-grow-1 :is(.form-label, label.form-label) {
  margin-bottom: 0.45rem;
  line-height: 1.35;
}

/* line 149, app/assets/stylesheets/pages/_design-refresh.scss */
.flex-grow-1 :is(.form-text, .invalid-feedback, .text-danger) {
  margin-top: 0.35rem;
  margin-bottom: 0;
  line-height: 1.4;
}

/* line 155, app/assets/stylesheets/pages/_design-refresh.scss */
.flex-grow-1 :is(.article-meta, .meta-info, .blog-card-meta, .home-api-news__source, .external-blog-feed__meta) {
  line-height: 1.4;
}

/* line 159, app/assets/stylesheets/pages/_design-refresh.scss */
.flex-grow-1 :is(.blog-card-content, .card-content, .description-section, .external-blog-feed__card, .home-api-news__card) > :last-child {
  margin-bottom: 0;
}

/* Keep article reading rhythm comfortable while harmonized with the rest */
/* line 164, app/assets/stylesheets/pages/_design-refresh.scss */
.blog-article-container .article-text p {
  margin-bottom: clamp(1.05rem, 1.6vw, 1.35rem);
}

/* line 168, app/assets/stylesheets/pages/_design-refresh.scss */
.blog-article-container .article-text :is(h2, h3) {
  margin-top: clamp(1.65rem, 2.5vw, 2.15rem);
  margin-bottom: 0.8rem;
}

/* line 173, app/assets/stylesheets/pages/_design-refresh.scss */
.blog-article-container .article-text :is(ul, ol) {
  margin-bottom: clamp(1.05rem, 1.6vw, 1.35rem);
}

/* Pixel-perfect pass: page by page */
/* Home */
/* line 180, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] {
  --home-space: clamp(0.85rem, 1.45vw, 1.25rem);
}

/* line 184, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-hero .hero-title {
  margin-bottom: 0.8rem;
}

/* line 188, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-hero .hero-description {
  margin-bottom: 1.25rem;
}

/* line 192, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-hero .search-wrapper {
  margin-bottom: 1rem;
}

/* line 196, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-hero .popular-terms {
  margin-top: 0;
}

@keyframes homeBlobFloatOne {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(20px, -12px, 0) scale(1.04);
  }
}

@keyframes homeBlobFloatTwo {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-16px, 14px, 0) scale(1.03);
  }
}

/* line 218, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-hero::before {
  animation: homeBlobFloatOne 16s ease-in-out infinite;
}

/* line 222, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-hero::after {
  animation: homeBlobFloatTwo 18s ease-in-out infinite;
}

/* line 226, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-hub {
  max-width: 1220px;
  margin: clamp(1.5rem, 3.1vw, 2.4rem) auto clamp(1.8rem, 3.2vw, 2.5rem);
  padding: clamp(1.1rem, 2.5vw, 1.55rem);
  border: 1px solid #dbe5f7;
  border-radius: 18px;
  background: linear-gradient(140deg, #ffffff 0%, #f7faff 58%, #f3efff 100%);
  box-shadow: 0 14px 30px rgba(11, 36, 82, 0.1);
}

/* line 236, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-hub .engage-reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 0.56s ease, transform 0.56s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

/* line 243, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-hub .engage-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* line 248, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-hub__header {
  margin-bottom: 1rem;
}

/* line 252, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-hub__eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.28rem 0.68rem;
  border: 1px solid #d4c9ff;
  background: #f5f1ff;
  color: #4e3fc3;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0.58rem;
}

/* line 267, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-hub__header .title-categories {
  margin: 0 0 0.4rem;
}

/* line 271, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-hub__header p {
  margin: 0;
  color: #4c6289;
  max-width: 760px;
  line-height: 1.6;
}

/* line 278, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-hub__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin-bottom: 0.9rem;
}

/* line 285, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-stat {
  border: 1px solid #d6e2f6;
  border-radius: 13px;
  background: #fff;
  padding: 0.72rem 0.86rem;
  box-shadow: 0 8px 16px rgba(11, 36, 82, 0.07);
}

/* line 293, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-stat strong {
  display: block;
  font-family: var(--app-title-font);
  color: #0b2b82;
  font-size: clamp(1.15rem, 2.1vw, 1.62rem);
  line-height: 1.12;
}

/* line 301, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-stat span {
  color: #536a90;
  font-size: 0.84rem;
}

/* line 306, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-hub__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

/* line 312, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-card {
  border: 1px solid #d7e1f4;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(11, 36, 82, 0.08);
  padding: 0.95rem 1rem;
  display: flex;
  flex-direction: column;
  min-height: 185px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

/* line 324, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-card:hover {
  transform: translateY(-4px);
  border-color: #c9bcff;
  box-shadow: 0 16px 28px rgba(95, 73, 222, 0.16);
}

/* line 330, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-card h3, body[data-controller="pages"][data-action="home"] .home-engagement-card .h3 {
  margin: 0 0 0.45rem;
  color: #0b2b82;
  font-family: var(--app-title-font);
  font-size: 1.05rem;
}

/* line 337, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-card p {
  margin: 0 0 0.85rem;
  color: #4f6389;
  font-size: 0.9rem;
  line-height: 1.55;
}

/* line 344, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #0a66c2;
  font-weight: 700;
  text-decoration: none;
}

/* line 354, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-card__link:hover {
  color: #0958a7;
  text-decoration: underline;
}

/* line 359, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-hub__city-cloud {
  margin-top: 0.9rem;
  border-top: 1px solid #dce5f6;
  padding-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  color: #576d95;
  font-size: 0.9rem;
}

/* line 371, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-hub__city-cloud span {
  font-weight: 600;
  color: #19386f;
}

/* line 376, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-hub__city-cloud a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.26rem 0.62rem;
  border: 1px solid #d8dff5;
  background: #ffffff;
  color: #4d63b4;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.82rem;
}

/* line 389, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-engagement-hub__city-cloud a:hover {
  border-color: #cbbfff;
  background: #f6f2ff;
  color: #4333b6;
}

/* line 395, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .category.screen {
  max-width: 1220px;
  margin: clamp(2rem, 4vw, 3rem) auto clamp(2rem, 3.5vw, 2.8rem);
}

/* line 400, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .category.screen .title-categories {
  margin-bottom: 0.55rem;
}

/* line 404, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-title-duo .span0,
body[data-controller="pages"][data-action="home"] .registration-title .title-primary,
body[data-controller="pages"][data-action="home"] .home-category-strip .blog-title-primary {
  color: #0b2b82 !important;
}

/* line 410, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-title-duo .span1,
body[data-controller="pages"][data-action="home"] .registration-title .title-secondary,
body[data-controller="pages"][data-action="home"] .home-category-strip .blog-title-secondary {
  color: #7b66ff !important;
}

/* line 416, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-link-cloud {
  margin-top: 0.2rem;
}

/* line 420, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-link-cloud__line {
  display: block;
  margin: 0 0 0.6rem;
  color: #314a76;
  line-height: 1.58;
}

/* line 427, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-link-cloud__label {
  color: #0b2b82;
  font-weight: 700;
}

/* line 432, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-link-cloud a {
  color: #6a57de;
  text-decoration: none;
  font-weight: 600;
}

/* line 438, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-link-cloud a:hover {
  color: #4f3ec4;
  text-decoration: underline;
}

/* line 443, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .category.screen .frame-38.frame {
  margin-top: 0.45rem;
}

/* line 447, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .category.screen .frame-3-1 {
  border: 1px solid #d9e3f4;
  border-radius: 15px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 9px 20px rgba(11, 36, 82, 0.09);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

/* line 455, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .category.screen .frame-3-1:hover {
  border-color: #c8bcff;
  box-shadow: 0 14px 28px rgba(11, 36, 82, 0.14);
  transform: translateY(-3px);
}

/* line 461, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .category.screen .mask-group {
  width: 50px;
  height: 50px;
  min-width: 50px;
}

/* line 467, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .category.screen .design {
  color: #0d2f6a;
}

/* line 471, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .category.screen .address {
  color: #4f648a;
}

/* line 475, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .category.screen .font-text {
  margin-bottom: 0.78rem;
}

/* line 479, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .registration-section {
  padding: clamp(3.2rem, 6vw, 4.6rem) 0;
}

/* line 483, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .registration-section .registration-title {
  margin-bottom: clamp(1.6rem, 3vw, 2.35rem);
}

/* line 487, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .registration-title .title-primary,
body[data-controller="pages"][data-action="home"] .registration-title .title-secondary,
body[data-controller="pages"][data-action="home"] .home-category-strip .blog-title-primary,
body[data-controller="pages"][data-action="home"] .home-category-strip .blog-title-secondary {
  font-family: var(--app-title-font) !important;
}

/* line 494, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .registration-section .registration-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

/* line 500, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .registration-section .registration-card .card-description {
  margin-bottom: 0.9rem;
  min-height: 0;
}

/* line 505, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-category-strip {
  padding-top: clamp(2.8rem, 5vw, 3.8rem);
  padding-bottom: clamp(2.8rem, 5vw, 3.8rem);
}

/* line 510, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-category-strip .blog-section {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 515, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-category-strip .blog-subtitle {
  margin-bottom: 0.58rem;
}

/* line 519, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-category-strip .view-all-link {
  display: inline-block;
  margin-bottom: 1.15rem;
}

/* line 524, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-category-strip .home-blog-header__cta {
  margin-bottom: 0;
}

/* line 528, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-category-strip .blog-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.58rem;
}

/* line 534, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-category-strip .home-blog-grid > [class*="col-"] .blog-card,
body[data-controller="pages"][data-action="home"] .category.screen .frame-3-1 {
  animation: homeRevealUp 0.65s ease both;
}

/* line 539, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-category-strip .home-blog-grid > [class*="col-"]:nth-child(2n) .blog-card {
  animation-delay: 60ms;
}

/* line 543, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .home-category-strip .home-blog-grid > [class*="col-"]:nth-child(3n) .blog-card {
  animation-delay: 120ms;
}

@media (max-width: 992px) {
  /* line 548, app/assets/stylesheets/pages/_design-refresh.scss */
  body[data-controller="pages"][data-action="home"] .home-engagement-hub__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 552, app/assets/stylesheets/pages/_design-refresh.scss */
  body[data-controller="pages"][data-action="home"] .home-engagement-hub__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  /* line 558, app/assets/stylesheets/pages/_design-refresh.scss */
  body[data-controller="pages"][data-action="home"] .home-engagement-hub__stats,
body[data-controller="pages"][data-action="home"] .home-engagement-hub__cards {
    grid-template-columns: minmax(0, 1fr);
  }
  /* line 563, app/assets/stylesheets/pages/_design-refresh.scss */
  body[data-controller="pages"][data-action="home"] .home-engagement-card {
    min-height: 0;
  }
}

/* Directory pages: hunters/jobs/cities */
/* line 569, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="index"] .hunters-directory-page,
body[data-controller="jobs"][data-action="index"] .jobs-directory-page,
body[data-controller="cities"][data-action="show"] .city-directory-page {
  --directory-space: clamp(0.85rem, 1.65vw, 1.3rem);
}

/* line 575, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="index"] .hunters-directory-page .page-banner-title,
body[data-controller="jobs"][data-action="index"] .jobs-directory-page .page-banner-title,
body[data-controller="cities"][data-action="show"] .city-directory-page .page-banner-title {
  margin-bottom: 0.35rem;
}

/* line 581, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="index"] .hunters-directory-page .hunters-directory-meta,
body[data-controller="jobs"][data-action="index"] .jobs-directory-page .jobs-directory-meta,
body[data-controller="cities"][data-action="show"] .city-directory-page .city-directory-meta {
  margin-top: 0.78rem;
}

/* line 587, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="index"] .hunters-directory-page .hunters-directory-map.mapbox,
body[data-controller="jobs"][data-action="index"] .jobs-directory-page .jobs-directory-map.mapbox,
body[data-controller="cities"][data-action="show"] .city-directory-page .city-directory-map.mapbox {
  margin-bottom: var(--directory-space);
}

/* line 593, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="index"] .hunters-directory-page .hunters-directory-search-section,
body[data-controller="jobs"][data-action="index"] .jobs-directory-page .jobs-directory-search-section {
  margin-bottom: calc(var(--directory-space) + 0.1rem);
}

/* line 598, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="index"] .hunters-directory-page .hunters-directory-toolbar.recherche,
body[data-controller="jobs"][data-action="index"] .jobs-directory-page .jobs-directory-toolbar.recherche {
  margin-bottom: var(--directory-space);
}

/* line 603, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="cities"][data-action="show"] .city-directory-page .city-directory-intro.recherche {
  margin-bottom: var(--directory-space);
}

/* line 607, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="index"] .hunters-directory-page .title-result,
body[data-controller="jobs"][data-action="index"] .jobs-directory-page .title-result,
body[data-controller="cities"][data-action="show"] .city-directory-page .title-result {
  margin-top: 0.65rem;
  line-height: 1.45;
}

/* line 614, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="index"] .hunters-directory-page .lead,
body[data-controller="jobs"][data-action="index"] .jobs-directory-page .lead,
body[data-controller="cities"][data-action="show"] .city-directory-page .lead {
  margin-top: 0.38rem;
  line-height: 1.62;
}

/* line 621, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="index"] .hunters-directory-page .hunters-directory-layout.main-content,
body[data-controller="jobs"][data-action="index"] .jobs-directory-page .jobs-directory-layout.main-content,
body[data-controller="cities"][data-action="show"] .city-directory-page .city-directory-layout.main-content {
  gap: clamp(0.95rem, 1.85vw, 1.35rem);
}

/* line 627, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="index"] .hunters-directory-page .hunters-directory-filters .titre-index,
body[data-controller="jobs"][data-action="index"] .jobs-directory-page .jobs-directory-filters .titre-index,
body[data-controller="cities"][data-action="show"] .city-directory-page .city-directory-filters .titre-index {
  margin-bottom: 0.82rem;
}

/* line 633, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="index"] .hunters-directory-page .hunters-directory-results .hunter-card .top-card h6, body[data-controller="hunters"][data-action="index"] .hunters-directory-page .hunters-directory-results .hunter-card .top-card .h6,
body[data-controller="jobs"][data-action="index"] .jobs-directory-page .jobs-directory-results .job-card .top-card h6,
body[data-controller="jobs"][data-action="index"] .jobs-directory-page .jobs-directory-results .job-card .top-card .h6,
body[data-controller="cities"][data-action="show"] .city-directory-page .city-directory-results .hunter-card .top-card h6,
body[data-controller="cities"][data-action="show"] .city-directory-page .city-directory-results .hunter-card .top-card .h6 {
  margin: 0 0 0.45rem;
  line-height: 1.3;
}

/* line 640, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="index"] .hunters-directory-page .hunters-directory-results .hunter-card .top-card p,
body[data-controller="jobs"][data-action="index"] .jobs-directory-page .jobs-directory-results .job-card .top-card p,
body[data-controller="cities"][data-action="show"] .city-directory-page .city-directory-results .hunter-card .top-card p {
  margin: 0 0 0.4rem;
  line-height: 1.46;
}

/* line 647, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="index"] .hunters-directory-page .hunters-directory-results .hunter-card .description-section,
body[data-controller="jobs"][data-action="index"] .jobs-directory-page .jobs-directory-results .job-card .description-section,
body[data-controller="cities"][data-action="show"] .city-directory-page .city-directory-results .hunter-card .description-section {
  margin-bottom: 0.95rem;
}

/* line 653, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="index"] .hunters-directory-page .hunters-directory-results .hunter-card .description-section p,
body[data-controller="jobs"][data-action="index"] .jobs-directory-page .jobs-directory-results .job-card .description-section p,
body[data-controller="cities"][data-action="show"] .city-directory-page .city-directory-results .hunter-card .description-section p {
  line-height: 1.56;
}

/* line 659, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="index"] .hunters-directory-page .hunters-directory-results .hunter-card .action-buttons,
body[data-controller="jobs"][data-action="index"] .jobs-directory-page .jobs-directory-results .job-card .action-buttons,
body[data-controller="cities"][data-action="show"] .city-directory-page .city-directory-results .hunter-card .action-buttons {
  margin-top: auto;
  padding-top: 0.42rem;
}

/* Hunter show */
/* line 667, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="show"] .profile-page .profile-content {
  margin-top: 1rem;
}

/* line 671, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="show"] .profile-page .section-card {
  margin-bottom: 1.1rem;
}

/* line 675, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="show"] .profile-page .section-title {
  margin-bottom: 0.85rem;
  padding-bottom: 0.65rem;
}

/* line 680, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="show"] .profile-page .description-text p {
  margin-bottom: 0.86rem;
}

/* line 684, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="show"] .profile-page .contact-link {
  min-height: 48px;
}

/* Blog index */
/* line 689, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="articles"][data-action="index"] .blog-section {
  padding-top: clamp(5.1rem, 8vw, 6.4rem);
  padding-bottom: clamp(3.2rem, 6vw, 4.5rem);
}

/* line 694, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="articles"][data-action="index"] .blog-section .blog-header {
  margin-bottom: clamp(2.2rem, 4vw, 3.2rem);
}

/* line 698, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="articles"][data-action="index"] .blog-section .main-title {
  margin: 0.8rem 0 0.75rem;
  color: #0b2b82;
}

/* line 703, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="articles"][data-action="index"] .blog-section .lead {
  max-width: 680px;
  line-height: 1.72;
}

/* line 708, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="articles"][data-action="index"] .blog-section .meta-info {
  margin: 1rem 0 0.85rem;
}

/* line 712, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="articles"][data-action="index"] .blog-section .card-title {
  margin-bottom: 0.72rem;
}

/* Blog show */
/* line 717, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="articles"][data-action="show"] .blog-article-container .article-layout {
  gap: clamp(1rem, 2.4vw, 1.9rem);
}

/* line 721, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="articles"][data-action="show"] .blog-article-container .article-header {
  margin-bottom: 1.25rem;
}

/* line 725, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="articles"][data-action="show"] .blog-article-container .article-title {
  margin-bottom: 0.9rem;
  line-height: 1.14;
  color: #0b2b82;
}

/* line 731, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="articles"][data-action="show"] .blog-article-container .article-subtitle {
  margin: 0 0 0.8rem;
  color: #334a73;
  font-family: var(--app-body-font);
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
  font-weight: 500;
  line-height: 1.58;
}

/* line 740, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="articles"][data-action="show"] .blog-article-container .article-meta {
  row-gap: 0.35rem;
  margin-bottom: 0.5rem;
}

/* line 745, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="articles"][data-action="show"] .blog-article-container .related-grid {
  margin-top: 0.7rem;
}

/* Mandates index/show */
/* line 750, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="mandates"][data-action="index"] .mandates-page,
body[data-controller="mandates"][data-action="show"] .mandate-show-page {
  padding-top: clamp(5.8rem, 8.2vw, 7rem);
}

/* line 755, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="mandates"][data-action="index"] .mandates-page .title.couleur,
body[data-controller="mandates"][data-action="show"] .mandate-show-page .title.couleur {
  font-family: var(--app-title-font) !important;
  letter-spacing: 0.01em;
  color: #0b2b82;
}

/* line 762, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="mandates"][data-action="index"] .mandates-page p.text-muted,
body[data-controller="mandates"][data-action="show"] .mandate-show-page p.text-muted {
  color: #50658e !important;
}

/* Onboarding forms (hunter/candidate/company new & edit) */
/* line 768, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="new"] .container.d-flex.align-items-center.justify-content-center,
body[data-controller="hunters"][data-action="edit"] .container.d-flex.align-items-center.justify-content-center,
body[data-controller="candidates"][data-action="new"] .container.d-flex.align-items-center.justify-content-center,
body[data-controller="candidates"][data-action="edit"] .container.d-flex.align-items-center.justify-content-center,
body[data-controller="companies"][data-action="new"] .container.d-flex.align-items-center.justify-content-center,
body[data-controller="companies"][data-action="edit"] .container.d-flex.align-items-center.justify-content-center {
  padding-top: clamp(5.1rem, 7vw, 6rem) !important;
  margin-bottom: clamp(2rem, 4vw, 2.8rem) !important;
}

/* line 778, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="new"] .profile-onboarding .profile-onboarding__title,
body[data-controller="hunters"][data-action="edit"] .profile-onboarding .profile-onboarding__title,
body[data-controller="candidates"][data-action="new"] .profile-onboarding .profile-onboarding__title,
body[data-controller="candidates"][data-action="edit"] .profile-onboarding .profile-onboarding__title,
body[data-controller="companies"][data-action="new"] .profile-onboarding .profile-onboarding__title,
body[data-controller="companies"][data-action="edit"] .profile-onboarding .profile-onboarding__title {
  margin-bottom: 0.65rem;
}

/* line 787, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="new"] .profile-onboarding .step-header,
body[data-controller="hunters"][data-action="edit"] .profile-onboarding .step-header,
body[data-controller="candidates"][data-action="new"] .profile-onboarding .step-header,
body[data-controller="candidates"][data-action="edit"] .profile-onboarding .step-header,
body[data-controller="companies"][data-action="new"] .profile-onboarding .step-header,
body[data-controller="companies"][data-action="edit"] .profile-onboarding .step-header {
  margin-bottom: 0.8rem;
}

/* line 796, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="new"] .profile-onboarding .step-header p,
body[data-controller="hunters"][data-action="edit"] .profile-onboarding .step-header p,
body[data-controller="candidates"][data-action="new"] .profile-onboarding .step-header p,
body[data-controller="candidates"][data-action="edit"] .profile-onboarding .step-header p,
body[data-controller="companies"][data-action="new"] .profile-onboarding .step-header p,
body[data-controller="companies"][data-action="edit"] .profile-onboarding .step-header p {
  margin: 0.3rem 0 0;
  line-height: 1.58;
}

/* line 806, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="new"] .profile-onboarding .step-content,
body[data-controller="hunters"][data-action="edit"] .profile-onboarding .step-content,
body[data-controller="candidates"][data-action="new"] .profile-onboarding .step-content,
body[data-controller="candidates"][data-action="edit"] .profile-onboarding .step-content,
body[data-controller="companies"][data-action="new"] .profile-onboarding .step-content,
body[data-controller="companies"][data-action="edit"] .profile-onboarding .step-content {
  margin-bottom: 1.3rem;
}

/* line 815, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="new"] .profile-onboarding .step-content .row.mb-3,
body[data-controller="hunters"][data-action="edit"] .profile-onboarding .step-content .row.mb-3,
body[data-controller="candidates"][data-action="new"] .profile-onboarding .step-content .row.mb-3,
body[data-controller="candidates"][data-action="edit"] .profile-onboarding .step-content .row.mb-3,
body[data-controller="companies"][data-action="new"] .profile-onboarding .step-content .row.mb-3,
body[data-controller="companies"][data-action="edit"] .profile-onboarding .step-content .row.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 824, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="hunters"][data-action="new"] .profile-onboarding .step-footer,
body[data-controller="hunters"][data-action="edit"] .profile-onboarding .step-footer,
body[data-controller="candidates"][data-action="new"] .profile-onboarding .step-footer,
body[data-controller="candidates"][data-action="edit"] .profile-onboarding .step-footer,
body[data-controller="companies"][data-action="new"] .profile-onboarding .step-footer,
body[data-controller="companies"][data-action="edit"] .profile-onboarding .step-footer {
  margin-top: 1.15rem;
}

/* Unified buttons (home / jobs / hunters / cities / profile) */
/* line 834, app/assets/stylesheets/pages/_design-refresh.scss */
:root {
  --app-btn-radius: 12px;
  --app-btn-font-size: 0.92rem;
  --app-btn-primary-bg: linear-gradient(135deg, #0a66c2 0%, #2f7fd9 100%);
  --app-btn-primary-bg-hover: linear-gradient(135deg, #0958a7 0%, #256fbe 100%);
  --app-btn-accent-bg: linear-gradient(135deg, #7b66ff 0%, #5f49de 100%);
  --app-btn-accent-bg-hover: linear-gradient(135deg, #6b57e7 0%, #503dcb 100%);
  --app-btn-secondary-border: #cfdaf0;
  --app-btn-secondary-bg: #ffffff;
  --app-btn-secondary-bg-hover: #f4f8ff;
  --app-btn-secondary-text: #26416d;
  --app-btn-shadow-primary: 0 10px 20px rgba(10, 102, 194, 0.24);
  --app-btn-shadow-accent: 0 10px 20px rgba(95, 73, 222, 0.24);
  --app-btn-shadow-secondary: 0 6px 14px rgba(11, 36, 82, 0.09);
}

/* line 850, app/assets/stylesheets/pages/_design-refresh.scss */
body :is( .btn-purple, .registration-button, .search-button, .job-link-btn, .cta-button, .google-review-btn, .action-btn.application-btn, .action-btn.mandate-btn, .action-btn.message-btn ) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: var(--app-btn-radius) !important;
  border: 1px solid transparent !important;
  background: var(--app-btn-primary-bg) !important;
  color: #ffffff !important;
  font-family: var(--app-body-font);
  font-size: var(--app-btn-font-size);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: var(--app-btn-shadow-primary);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, background-color 0.2s ease;
}

/* line 879, app/assets/stylesheets/pages/_design-refresh.scss */
body :is( .btn-purple, .registration-button, .search-button, .job-link-btn, .cta-button, .google-review-btn, .action-btn.application-btn, .action-btn.mandate-btn, .action-btn.message-btn ):hover {
  background: var(--app-btn-primary-bg-hover) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(9, 88, 167, 0.27);
}

/* line 897, app/assets/stylesheets/pages/_design-refresh.scss */
body :is(.btn-orange, .view-all-link) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: var(--app-btn-radius) !important;
  border: 1px solid transparent !important;
  background: var(--app-btn-accent-bg) !important;
  color: #ffffff !important;
  font-family: var(--app-body-font);
  font-size: var(--app-btn-font-size);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: var(--app-btn-shadow-accent);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

/* line 916, app/assets/stylesheets/pages/_design-refresh.scss */
body :is(.btn-orange, .view-all-link):hover {
  background: var(--app-btn-accent-bg-hover) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(80, 61, 203, 0.28);
}

/* line 924, app/assets/stylesheets/pages/_design-refresh.scss */
body :is( .action-btn.edit-btn, .action-btn.share-btn, .directory-page .recherche .dropdown-toggle, .jobs-directory-page .sort-button, .hunters-directory-page .hunters-directory-toolbar .btn-purple.dropdown-toggle ) {
  border: 1px solid var(--app-btn-secondary-border) !important;
  background: var(--app-btn-secondary-bg) !important;
  color: var(--app-btn-secondary-text) !important;
  box-shadow: var(--app-btn-shadow-secondary);
  border-radius: var(--app-btn-radius) !important;
}

/* line 938, app/assets/stylesheets/pages/_design-refresh.scss */
body :is( .action-btn.edit-btn, .action-btn.share-btn, .directory-page .recherche .dropdown-toggle, .jobs-directory-page .sort-button, .hunters-directory-page .hunters-directory-toolbar .btn-purple.dropdown-toggle ):hover {
  background: var(--app-btn-secondary-bg-hover) !important;
  border-color: #b8c8e5 !important;
  color: #0a66c2 !important;
  transform: translateY(-1px);
}

/* line 951, app/assets/stylesheets/pages/_design-refresh.scss */
body :is(.btn-bookmark, .btn-bookmarke) {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 12px !important;
  border: 1px solid #d5e0f2 !important;
  background: #ffffff !important;
  color: #4f3ec4 !important;
  box-shadow: 0 4px 10px rgba(11, 36, 82, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

/* line 963, app/assets/stylesheets/pages/_design-refresh.scss */
body :is(.btn-bookmark, .btn-bookmarke):hover {
  border-color: #c6b9ff !important;
  background: #f5f2ff !important;
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(95, 73, 222, 0.18);
}

/* line 970, app/assets/stylesheets/pages/_design-refresh.scss */
body :is(.btn-bookmark, .btn-bookmarke) .bookmark-icon {
  color: #6b57e7 !important;
}

/* Home typography reinforcement */
/* line 975, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .registration-title,
body[data-controller="pages"][data-action="home"] .registration-section .card-title,
body[data-controller="pages"][data-action="home"] .home-category-strip .blog-card-title {
  color: #0b2b82 !important;
  font-family: var(--app-title-font) !important;
  font-weight: 700;
}

/* line 983, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="pages"][data-action="home"] .registration-section .card-description,
body[data-controller="pages"][data-action="home"] .home-category-strip .blog-card-excerpt {
  color: #4f6288;
}

/* Favorites directory */
/* line 989, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page {
  --favorites-border: #d7e1f3;
  --favorites-shadow: 0 12px 26px rgba(10, 28, 67, 0.1);
  --favorites-text-muted: #55698f;
  padding-bottom: clamp(2.2rem, 5vw, 3.8rem);
}

/* line 996, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-hero-wrap {
  max-width: 1240px;
  margin-top: clamp(6.35rem, 9vw, 7.9rem);
}

/* line 1001, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-toolbar.recherche {
  width: 100%;
  max-width: 1220px;
  margin: 1rem auto;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* line 1012, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-toolbar .title-result {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #4d6086;
  white-space: normal;
}

/* line 1020, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

/* line 1026, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-reset-btn {
  border-radius: 10px;
  font-weight: 600;
}

/* line 1031, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-layout.main-content {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 0.75rem;
  display: grid;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

/* line 1042, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-filters {
  width: 100%;
  margin: 0;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid var(--favorites-border);
  box-shadow: 0 8px 22px rgba(10, 28, 67, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  position: sticky;
  top: 88px;
}

/* line 1054, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-filters .titre-index {
  margin-bottom: 1rem;
  color: #0b2b82;
  font-family: var(--app-title-font);
  font-size: 1.2rem;
  line-height: 1.2;
}

/* line 1062, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-filter-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

/* line 1069, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-all-categories-link {
  display: inline-flex;
  width: 100%;
  text-decoration: none;
}

/* line 1075, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-all-categories-link .texte-cat {
  color: #2f4b78;
  font-weight: 600;
}

/* line 1080, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-all-categories-link:hover .texte-cat {
  color: #5645cf;
}

/* line 1084, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-filters .checkbox {
  margin-bottom: 0.35rem;
  padding: 0.55rem 0.6rem;
  border-radius: 10px;
}

/* line 1090, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-filters .category-option {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  cursor: pointer;
}

/* line 1097, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-filters .category-option input[type="checkbox"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid #b7c9e8;
  border-radius: 4px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  flex: 0 0 17px;
}

/* line 1112, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-filters .category-option input[type="checkbox"]:checked {
  border-color: #6d5ae8;
  background: #6d5ae8;
}

/* line 1117, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-filters .category-option input[type="checkbox"]:checked::after {
  content: "✓";
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

/* line 1124, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-filters .checkbox.active {
  background: rgba(123, 102, 255, 0.11);
}

/* line 1128, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-filters .texte-cat {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
  white-space: normal;
}

/* line 1136, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-filters .toggle-button {
  width: 100%;
  margin-top: 0.55rem;
  border-radius: 10px;
  font-size: 0.9rem;
}

/* line 1143, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-results .row {
  --bs-gutter-x: 1rem;
}

/* line 1147, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-results .favorites-directory-grid {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0.35rem;
}

/* line 1152, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-results .hunter-card {
  width: 100%;
  max-width: 356px;
  min-height: 286px;
  position: relative;
  overflow: hidden;
  border: 1px solid #d9e3f4;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0 11px 24px rgba(12, 32, 74, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

/* line 1165, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-results .hunter-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(12, 32, 74, 0.14);
}

/* line 1170, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-results .hunter-link {
  color: #0f2f66;
  text-decoration: none;
  font-weight: 700;
}

/* line 1176, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-results .hunter-link:hover {
  color: #6e5be5;
  text-decoration: none;
}

/* line 1181, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-results .hunter-card .top-card h6, .favorites-directory-page .favorites-directory-results .hunter-card .top-card .h6 {
  margin: 0 0 0.5rem;
  color: #172d58;
  font-family: var(--app-body-font);
}

/* line 1187, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-results .hunter-card .top-card p {
  color: #4b5f83;
}

/* line 1191, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-results .hunter-card .description-section p {
  color: var(--favorites-text-muted);
}

/* line 1195, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-results .category-section-hunter {
  border: 1px solid #d7cffd;
  background: linear-gradient(180deg, #f8f5ff 0%, #f1edff 100%);
  color: #4f3ec4;
  font-weight: 600;
}

/* line 1202, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-empty {
  border: 1px solid #d8e2f3;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0 12px 28px rgba(10, 28, 67, 0.08);
  padding: clamp(1.4rem, 4vw, 2rem);
}

/* line 1210, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-empty .favorites-directory-empty-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 0.95rem;
  border-radius: 50%;
  background: #eef2ff;
  color: #5f49de;
  display: grid;
  place-items: center;
  font-size: 1.45rem;
}

/* line 1222, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-empty h3, .favorites-directory-page .favorites-directory-empty .h3 {
  margin: 0 0 0.55rem;
  font-family: var(--app-title-font);
  color: #0b2b82;
}

/* line 1228, app/assets/stylesheets/pages/_design-refresh.scss */
.favorites-directory-page .favorites-directory-empty p {
  margin: 0 0 1rem;
  color: #4f6288;
}

/* Hunters category directory */
/* line 1234, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page {
  --category-border: #d7e1f3;
  --category-shadow: 0 12px 26px rgba(10, 28, 67, 0.1);
  --category-text-muted: #55698f;
  padding-bottom: clamp(2.2rem, 5vw, 3.8rem);
}

/* line 1241, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-hero-wrap {
  max-width: 1240px;
  margin-top: clamp(6.35rem, 9vw, 7.9rem);
}

/* line 1246, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-map.mapbox {
  width: calc(100% - 1.5rem);
  max-width: 1220px;
  margin: clamp(1rem, 2.1vw, 1.75rem) auto 1.1rem;
  border-radius: 18px;
  border: 1px solid var(--category-border);
  overflow: hidden;
  box-shadow: var(--category-shadow);
}

/* line 1256, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-map .app-map-canvas {
  height: clamp(285px, 43vw, 430px);
}

/* line 1260, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-layout.main-content {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 0.75rem;
  display: grid;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

/* line 1271, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-filters {
  width: 100%;
  margin: 0;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid var(--category-border);
  box-shadow: 0 8px 22px rgba(10, 28, 67, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  position: sticky;
  top: 88px;
}

/* line 1283, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-filters .titre-index {
  margin-bottom: 1rem;
  color: #0b2b82;
  font-family: var(--app-title-font);
  font-size: 1.2rem;
  line-height: 1.2;
}

/* line 1291, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-filters .checkbox {
  margin-bottom: 0.35rem;
  padding: 0.55rem 0.6rem;
  border-radius: 10px;
}

/* line 1297, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-filters .texte-cat {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
  white-space: normal;
}

/* line 1305, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-filters .toggle-button {
  width: 100%;
  margin-top: 0.55rem;
  border-radius: 10px;
  font-size: 0.9rem;
}

/* line 1312, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-results {
  min-width: 0;
}

/* line 1316, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-results-title {
  margin: 0 0 1rem;
  color: #0b2b82;
  font-family: var(--app-title-font);
  font-size: clamp(1.45rem, 2.3vw, 2.05rem);
  line-height: 1.12;
  text-wrap: balance;
}

/* line 1325, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-results .lead {
  margin: 0 0 0.75rem;
}

/* line 1329, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-links {
  margin: 0 0 0.7rem;
  color: #42547a;
  line-height: 1.62;
}

/* line 1335, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-links a {
  color: #5f49de;
  text-decoration: none;
  font-weight: 600;
}

/* line 1341, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-links a:hover {
  color: #4a37bb;
  text-decoration: underline;
}

/* line 1346, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-results .row {
  --bs-gutter-x: 1rem;
}

/* line 1350, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-results .hunter-card {
  width: 100%;
  max-width: 356px;
  min-height: 286px;
  border: 1px solid #d9e3f4;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0 11px 24px rgba(12, 32, 74, 0.1);
}

/* line 1360, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-results .hunter-card .top-card h6, .hunters-category-page .hunters-category-results .hunter-card .top-card .h6 {
  margin: 0 0 0.5rem;
  color: #172d58;
  font-family: var(--app-body-font);
}

/* line 1366, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-results .hunter-card .top-card p {
  color: #4b5f83;
}

/* line 1370, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-results .hunter-card .description-section p {
  color: var(--category-text-muted);
}

/* line 1374, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-results .category-section-hunter {
  border: 1px solid #d7cffd;
  background: linear-gradient(180deg, #f8f5ff 0%, #f1edff 100%);
  color: #4f3ec4;
  font-weight: 600;
}

/* line 1381, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-faq {
  width: 100%;
  max-width: 1220px;
  padding: 0 0.75rem;
}

/* line 1387, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-faq-section {
  margin-bottom: 0;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid var(--category-border);
  background: #fff;
  box-shadow: 0 8px 22px rgba(10, 28, 67, 0.08);
}

/* line 1396, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-faq-title {
  margin-bottom: 1rem;
  color: #0b2b82;
  font-family: var(--app-title-font);
  font-size: clamp(1.2rem, 2.1vw, 1.65rem);
  line-height: 1.2;
}

/* line 1404, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-faq .accordion-item {
  border: 1px solid #e0e8f7;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.65rem;
}

/* line 1411, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-faq .accordion-item:last-child {
  margin-bottom: 0;
}

/* line 1415, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-faq .accordion-button {
  color: #203763;
  font-weight: 600;
  background: #fff;
  box-shadow: none;
}

/* line 1422, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-faq .accordion-button:not(.collapsed) {
  color: #0b2b82;
  background: #f6f9ff;
}

/* line 1427, app/assets/stylesheets/pages/_design-refresh.scss */
.hunters-category-page .hunters-category-faq .accordion-body {
  color: #3f5075;
  line-height: 1.65;
}

/* Contact + auth forms */
/* line 1433, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="contact"][data-action="new"] .contact-hero-wrap {
  margin-top: clamp(6.35rem, 9vw, 7.9rem);
}

/* line 1437, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="contact"][data-action="new"] .contact-page .contact-panel .form-label {
  color: #203763;
  font-weight: 600;
}

/* line 1442, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="sessions"][data-action="new"] .login-container,
body[data-controller="registrations"][data-action="new"] .signup-container {
  min-height: calc(100vh - 3rem);
  padding: clamp(5.2rem, 8vw, 6.8rem) 1rem 2rem;
  background: radial-gradient(circle at 5% 0%, rgba(127, 160, 255, 0.14), rgba(127, 160, 255, 0) 42%), #f4f8ff;
}

/* line 1449, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="sessions"][data-action="new"] .login-box,
body[data-controller="registrations"][data-action="new"] .signup-box {
  border: 1px solid #d7e0f3;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(14, 33, 70, 0.14);
}

/* line 1456, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="sessions"][data-action="new"] .login-box h1, body[data-controller="sessions"][data-action="new"] .login-box .h1,
body[data-controller="registrations"][data-action="new"] .signup-box h1,
body[data-controller="registrations"][data-action="new"] .signup-box .h1 {
  color: #0b2b82;
  font-family: var(--app-title-font);
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* line 1464, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="sessions"][data-action="new"] .login-input,
body[data-controller="registrations"][data-action="new"] .signup-input {
  border-color: #ced9ee;
  border-radius: 10px;
  background: #f8fbff;
  color: #1f365f;
}

/* line 1472, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="sessions"][data-action="new"] .login-input:focus,
body[data-controller="registrations"][data-action="new"] .signup-input:focus {
  border-color: #1d63dd;
  box-shadow: 0 0 0 0.2rem rgba(29, 99, 221, 0.14);
  background: #fff;
}

/* line 1479, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="sessions"][data-action="new"] .login-btn,
body[data-controller="registrations"][data-action="new"] .signup-btn {
  border-radius: 10px;
  background: linear-gradient(135deg, #0a66c2 0%, #2f7fd9 100%);
  border: 1px solid transparent;
  box-shadow: 0 10px 20px rgba(10, 102, 194, 0.24);
}

/* line 1487, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="sessions"][data-action="new"] .login-btn:hover,
body[data-controller="registrations"][data-action="new"] .signup-btn:hover {
  background: linear-gradient(135deg, #0958a7 0%, #256fbe 100%);
}

/* line 1492, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="registrations"][data-action="new"] .role-card {
  border-color: #d7e0f3;
  background: linear-gradient(180deg, #f9fbff 0%, #f3f7ff 100%);
}

/* line 1497, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="registrations"][data-action="new"] .role-card.selected {
  border-color: #7b66ff;
  background: linear-gradient(180deg, #f2eeff 0%, #ece7ff 100%);
}

/* line 1502, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="passwords"][data-action="new"] .container.py-5 {
  padding-top: clamp(5rem, 8vw, 6.2rem) !important;
  padding-bottom: 2.4rem !important;
}

/* line 1507, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="passwords"][data-action="new"] .card.shadow-sm {
  border: 1px solid #d7e0f3;
  border-radius: 18px;
  box-shadow: 0 15px 34px rgba(15, 33, 66, 0.14) !important;
}

/* line 1513, app/assets/stylesheets/pages/_design-refresh.scss */
body[data-controller="passwords"][data-action="new"] .card-title.connexion {
  color: #0b2b82;
  font-family: var(--app-title-font);
}

@media (max-width: 768px) {
  /* line 1519, app/assets/stylesheets/pages/_design-refresh.scss */
  .home-hero .hero-title {
    font-size: clamp(1.9rem, 9vw, 2.5rem);
    line-height: 1.06;
  }
  /* line 1524, app/assets/stylesheets/pages/_design-refresh.scss */
  .title-categories {
    font-size: clamp(1.55rem, 6.4vw, 2.05rem);
  }
  /* line 1528, app/assets/stylesheets/pages/_design-refresh.scss */
  body[data-controller="pages"][data-action="home"] .category.screen {
    margin-top: 1.7rem;
    margin-bottom: 1.9rem;
  }
  /* line 1533, app/assets/stylesheets/pages/_design-refresh.scss */
  body[data-controller="pages"][data-action="home"] .registration-section .registration-card .card-content {
    gap: 0.55rem;
  }
  /* line 1537, app/assets/stylesheets/pages/_design-refresh.scss */
  body[data-controller="hunters"][data-action="index"] .hunters-directory-page .hunters-directory-layout.main-content,
body[data-controller="jobs"][data-action="index"] .jobs-directory-page .jobs-directory-layout.main-content,
body[data-controller="cities"][data-action="show"] .city-directory-page .city-directory-layout.main-content {
    gap: 0.95rem;
  }
  /* line 1543, app/assets/stylesheets/pages/_design-refresh.scss */
  body[data-controller="hunters"][data-action="index"] .hunters-directory-page .title-result,
body[data-controller="jobs"][data-action="index"] .jobs-directory-page .title-result,
body[data-controller="cities"][data-action="show"] .city-directory-page .title-result {
    margin-top: 0.45rem;
  }
  /* line 1549, app/assets/stylesheets/pages/_design-refresh.scss */
  body[data-controller="hunters"][data-action="new"] .container.d-flex.align-items-center.justify-content-center,
body[data-controller="hunters"][data-action="edit"] .container.d-flex.align-items-center.justify-content-center,
body[data-controller="candidates"][data-action="new"] .container.d-flex.align-items-center.justify-content-center,
body[data-controller="candidates"][data-action="edit"] .container.d-flex.align-items-center.justify-content-center,
body[data-controller="companies"][data-action="new"] .container.d-flex.align-items-center.justify-content-center,
body[data-controller="companies"][data-action="edit"] .container.d-flex.align-items-center.justify-content-center {
    padding-top: 4.55rem !important;
  }
  /* line 1558, app/assets/stylesheets/pages/_design-refresh.scss */
  body[data-controller="hunters"][data-action="new"] .profile-onboarding .step-content,
body[data-controller="hunters"][data-action="edit"] .profile-onboarding .step-content,
body[data-controller="candidates"][data-action="new"] .profile-onboarding .step-content,
body[data-controller="candidates"][data-action="edit"] .profile-onboarding .step-content,
body[data-controller="companies"][data-action="new"] .profile-onboarding .step-content,
body[data-controller="companies"][data-action="edit"] .profile-onboarding .step-content {
    margin-bottom: 1rem;
  }
  /* line 1567, app/assets/stylesheets/pages/_design-refresh.scss */
  body :is( .btn-purple, .btn-orange, .registration-button, .search-button, .job-link-btn, .cta-button, .google-review-btn, .action-btn   ) {
    font-size: 0.88rem;
    min-height: 40px;
    padding: 0.55rem 0.9rem;
  }
  /* line 1582, app/assets/stylesheets/pages/_design-refresh.scss */
  body :is(.btn-bookmark, .btn-bookmarke) {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  /* line 1588, app/assets/stylesheets/pages/_design-refresh.scss */
  .favorites-directory-page .favorites-directory-hero-wrap,
.hunters-category-page .hunters-category-hero-wrap,
body[data-controller="contact"][data-action="new"] .contact-hero-wrap {
    margin-top: clamp(6rem, 14vw, 7rem);
  }
  /* line 1594, app/assets/stylesheets/pages/_design-refresh.scss */
  .favorites-directory-page .favorites-directory-layout.main-content,
.hunters-category-page .hunters-category-layout.main-content {
    grid-template-columns: 1fr;
  }
  /* line 1599, app/assets/stylesheets/pages/_design-refresh.scss */
  .favorites-directory-page .favorites-directory-toolbar.recherche {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }
  /* line 1605, app/assets/stylesheets/pages/_design-refresh.scss */
  .favorites-directory-page .favorites-directory-toolbar-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  /* line 1611, app/assets/stylesheets/pages/_design-refresh.scss */
  .favorites-directory-page .favorites-directory-filters,
.hunters-category-page .hunters-category-filters {
    position: static;
    padding: 0.85rem;
  }
  /* line 1617, app/assets/stylesheets/pages/_design-refresh.scss */
  .favorites-directory-page .favorites-directory-results .hunter-card,
.hunters-category-page .hunters-category-results .hunter-card {
    max-width: none;
  }
  /* line 1622, app/assets/stylesheets/pages/_design-refresh.scss */
  .hunters-category-page .hunters-category-map.mapbox {
    width: calc(100% - 1rem);
    border-radius: 14px;
  }
  /* line 1627, app/assets/stylesheets/pages/_design-refresh.scss */
  .hunters-category-page .hunters-category-faq-section {
    padding: 0.85rem;
  }
  /* line 1631, app/assets/stylesheets/pages/_design-refresh.scss */
  body[data-controller="sessions"][data-action="new"] .login-container,
body[data-controller="registrations"][data-action="new"] .signup-container {
    padding-top: clamp(4.7rem, 13vw, 5.6rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 1638, app/assets/stylesheets/pages/_design-refresh.scss */
  body[data-controller="pages"][data-action="home"] .home-hero::before,
body[data-controller="pages"][data-action="home"] .home-hero::after,
body[data-controller="pages"][data-action="home"] .home-category-strip .home-blog-grid > [class*="col-"] .blog-card,
body[data-controller="pages"][data-action="home"] .category.screen .frame-3-1 {
    animation: none !important;
  }
  /* line 1645, app/assets/stylesheets/pages/_design-refresh.scss */
  body[data-controller="pages"][data-action="home"] .home-engagement-hub .engage-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* line 2, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-container {
  position: relative;
  padding: 20px 0;
  overflow: visible !important;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
}

/* line 13, app/assets/stylesheets/components/_swiper_hunters.scss */
.container .swiper-container {
  width: 100%;
  max-width: 100%;
}

/* line 19, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-wrapper {
  padding: 0;
  margin: 0;
  display: flex;
  transition-timing-function: ease-out !important;
  align-items: stretch !important;
}

/* line 27, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-slide {
  transition: all 0.3s ease;
  width: 320px !important;
  margin-right: 30px !important;
  height: auto !important;
  display: flex !important;
}

/* line 34, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-slide:hover {
  transform: translateY(-5px);
}

/* line 39, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-slide-duplicate {
  width: 320px !important;
  margin-right: 30px !important;
  height: auto !important;
  display: flex !important;
}

/* line 47, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-slide .hunter-card {
  height: auto !important;
  min-height: 300px !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  /* line 59, app/assets/stylesheets/components/_swiper_hunters.scss */
  .swiper-slide, .swiper-slide-duplicate {
    width: 280px !important;
    margin-right: 20px !important;
  }
  /* line 64, app/assets/stylesheets/components/_swiper_hunters.scss */
  .swiper-container {
    width: 90% !important;
    overflow: hidden !important;
  }
  /* line 69, app/assets/stylesheets/components/_swiper_hunters.scss */
  .container .swiper-container {
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  /* line 75, app/assets/stylesheets/components/_swiper_hunters.scss */
  .swiper-container {
    width: 95% !important;
  }
  /* line 79, app/assets/stylesheets/components/_swiper_hunters.scss */
  .swiper-slide, .swiper-slide-duplicate {
    width: 260px !important;
    margin-right: 15px !important;
  }
}

/* line 86, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-no-gap {
  overflow: visible !important;
  padding: 10px 0 30px !important;
}

/* line 90, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-no-gap .swiper-wrapper {
  align-items: stretch !important;
}

/* line 95, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-no-gap:after {
  content: "";
  display: block;
  clear: both;
}

/* line 102, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-no-gap .swiper-slide-visible {
  opacity: 1 !important;
}

/* line 107, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-no-gap .swiper-slide-active {
  z-index: 2;
}

/* line 113, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  color: #7b66ff;
  transition: all 0.3s ease;
  margin-top: -22px;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 10 !important;
}

/* line 131, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-button-next.swiper-button-next,
.swiper-button-prev.swiper-button-next {
  right: 10px;
}

/* line 135, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-button-next.swiper-button-prev,
.swiper-button-prev.swiper-button-prev {
  left: 10px;
}

/* line 139, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}

/* line 144, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #7b66ff;
  color: white;
  transform: translateY(-50%) scale(1.1);
}

/* line 152, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-button-lock {
  display: flex !important;
}

/* line 156, app/assets/stylesheets/components/_swiper_hunters.scss */
.hunter-card {
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

/* line 167, app/assets/stylesheets/components/_swiper_hunters.scss */
.hunter-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* line 171, app/assets/stylesheets/components/_swiper_hunters.scss */
.hunter-card .top-card {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: white;
}

/* line 179, app/assets/stylesheets/components/_swiper_hunters.scss */
.hunter-card .top-card h6, .hunter-card .top-card .h6 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #2C3E50;
  font-weight: 600;
}

/* line 186, app/assets/stylesheets/components/_swiper_hunters.scss */
.hunter-card .top-card p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #7f8c8d;
}

/* line 191, app/assets/stylesheets/components/_swiper_hunters.scss */
.hunter-card .top-card p i {
  color: #7b66ff;
  margin-right: 5px;
}

/* line 197, app/assets/stylesheets/components/_swiper_hunters.scss */
.hunter-card .top-card .logo {
  border-radius: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

/* line 205, app/assets/stylesheets/components/_swiper_hunters.scss */
.hunter-card .top-card:hover .logo {
  transform: scale(1.05);
}

/* line 210, app/assets/stylesheets/components/_swiper_hunters.scss */
.hunter-card .description-section {
  padding: 15px;
  flex-grow: 1;
}

/* line 214, app/assets/stylesheets/components/_swiper_hunters.scss */
.hunter-card .description-section p {
  font-size: 14px;
  color: #7f8c8d;
  line-height: 1.5;
  margin: 0;
}

/* line 222, app/assets/stylesheets/components/_swiper_hunters.scss */
.hunter-card .category-section-hunter {
  background-color: rgba(123, 102, 255, 0.1);
  color: #7b66ff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* line 234, app/assets/stylesheets/components/_swiper_hunters.scss */
.hunter-card .action-buttons {
  padding: 15px;
  display: flex;
  align-items: center;
  background-color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: auto;
}

/* line 243, app/assets/stylesheets/components/_swiper_hunters.scss */
.hunter-card .btn-orange {
  background-color: #7b66ff;
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
}

/* line 256, app/assets/stylesheets/components/_swiper_hunters.scss */
.hunter-card .btn-orange:hover {
  background-color: #6a57e0;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(123, 102, 255, 0.3);
}

/* line 263, app/assets/stylesheets/components/_swiper_hunters.scss */
.hunter-card .btn-bookmarke {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(123, 102, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* line 273, app/assets/stylesheets/components/_swiper_hunters.scss */
.hunter-card .btn-bookmarke:hover {
  background-color: rgba(123, 102, 255, 0.2);
  transform: scale(1.1);
}

/* line 278, app/assets/stylesheets/components/_swiper_hunters.scss */
.hunter-card .btn-bookmarke i {
  font-size: 18px;
}

/* line 285, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}

/* line 291, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  opacity: 0.7;
  transition: all 0.3s ease;
}

/* line 298, app/assets/stylesheets/components/_swiper_hunters.scss */
.swiper-pagination-bullet-active {
  background-color: #7b66ff;
  width: 30px;
  border-radius: 5px;
  opacity: 1;
}

/* line 307, app/assets/stylesheets/components/_swiper_hunters.scss */
.section-header {
  margin-bottom: 40px;
}

/* line 311, app/assets/stylesheets/components/_swiper_hunters.scss */
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

/* line 318, app/assets/stylesheets/components/_swiper_hunters.scss */
.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #7b66ff, #ff8c42);
  border-radius: 2px;
}

/* line 331, app/assets/stylesheets/components/_swiper_hunters.scss */
.section-header .title-primary {
  color: #2C3E50;
}

/* line 335, app/assets/stylesheets/components/_swiper_hunters.scss */
.section-header .title-accent {
  color: #7b66ff;
  position: relative;
}

/* line 339, app/assets/stylesheets/components/_swiper_hunters.scss */
.section-header .title-accent::before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: rgba(123, 102, 255, 0.1);
  z-index: -1;
  border-radius: 4px;
}

/* line 352, app/assets/stylesheets/components/_swiper_hunters.scss */
.section-subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  max-width: 600px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

/* line 359, app/assets/stylesheets/components/_swiper_hunters.scss */
.section-subtitle strong {
  color: #2C3E50;
}

@media (max-width: 768px) {
  /* line 366, app/assets/stylesheets/components/_swiper_hunters.scss */
  .swiper-container {
    padding: 20px 5px;
  }
  /* line 370, app/assets/stylesheets/components/_swiper_hunters.scss */
  .hunter-card .top-card {
    padding: 15px;
  }
  /* line 373, app/assets/stylesheets/components/_swiper_hunters.scss */
  .hunter-card .top-card h6, .hunter-card .top-card .h6 {
    font-size: 16px;
  }
  /* line 377, app/assets/stylesheets/components/_swiper_hunters.scss */
  .hunter-card .top-card .logo {
    width: 60px;
    height: 60px;
  }
  /* line 383, app/assets/stylesheets/components/_swiper_hunters.scss */
  .hunter-card > div:last-child {
    padding: 15px;
  }
  /* line 387, app/assets/stylesheets/components/_swiper_hunters.scss */
  .swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  /* line 392, app/assets/stylesheets/components/_swiper_hunters.scss */
  .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
  }
  /* line 397, app/assets/stylesheets/components/_swiper_hunters.scss */
  .section-title {
    font-size: 2rem;
  }
  /* line 401, app/assets/stylesheets/components/_swiper_hunters.scss */
  .section-subtitle {
    font-size: 1rem;
  }
}
