/*
















 */
/*
    Global SASS Variables
*/
/*
    Global Styles
*/
/* line 19, app/assets/stylesheets/_overrides.scss */
h1,
.h1 {
  font-size: 36px !important;
}

/* line 24, app/assets/stylesheets/_overrides.scss */
h2,
.h2 {
  font-size: 30px !important;
}

/* line 29, app/assets/stylesheets/_overrides.scss */
h3,
.h3 {
  font-size: 24px !important;
}

/* line 34, app/assets/stylesheets/_overrides.scss */
h4,
.h4 {
  font-size: 18px !important;
}

/* line 39, app/assets/stylesheets/_overrides.scss */
h5,
.h5 {
  font-size: 14px !important;
}

/* line 44, app/assets/stylesheets/_overrides.scss */
h6,
.h6 {
  font-size: 12px !important;
}

/* line 49, app/assets/stylesheets/_overrides.scss */
[role="button"] {
  cursor: pointer !important;
}

/* line 53, app/assets/stylesheets/_overrides.scss */
p {
  margin: 0 0 10px !important;
}

/* line 57, app/assets/stylesheets/_overrides.scss */
hr {
  border-color: var(--bs-border-color) !important;
}

/* line 61, app/assets/stylesheets/_overrides.scss */
.btn-outline-secondary {
  background-color: white !important;
  border-color: var(--bs-border-color) !important;
  color: var(--bs-body-color) !important;
}

/* line 66, app/assets/stylesheets/_overrides.scss */
.btn-outline-secondary:hover {
  background-color: var(--bs-light) !important;
  color: var(--bs-body-color) !important;
}

/* line 73, app/assets/stylesheets/_overrides.scss */
.btn-no-border:hover {
  background-color: #f5f5f5 !important;
}

/* line 78, app/assets/stylesheets/_overrides.scss */
.multiselect-container > li > a {
  color: var(--bs-body-color) !important;
  padding: 0px;
  text-decoration: none;
}

/* line 84, app/assets/stylesheets/_overrides.scss */
.form-control {
  font-size: 14px !important;
}

/* line 88, app/assets/stylesheets/_overrides.scss */
.form-select {
  font-size: 14px !important;
}

/* line 92, app/assets/stylesheets/_overrides.scss */
.form-control::-moz-placeholder {
  color: #bbb !important;
}
.form-control::placeholder {
  color: #bbb !important;
}

/* line 98, app/assets/stylesheets/_overrides.scss */
.multiselect-container li:not(.filter) label {
  padding-left: 10px !important;
  white-space: nowrap;
}

/* line 103, app/assets/stylesheets/_overrides.scss */
.multiselect-container li.active:not(.filter) {
  background-color: #337ab7 !important;
}

/* line 106, app/assets/stylesheets/_overrides.scss */
.multiselect-container li.active:not(.filter) label {
  color: white !important;
}

/* line 111, app/assets/stylesheets/_overrides.scss */
.multiselect-container.dropdown-menu.show {
  width: auto !important;
  min-width: 100%;
}

/* line 116, app/assets/stylesheets/_overrides.scss */
.multiselect-container .multiselect-item.filter .input-group {
  width: 97% !important;
}

/* line 123, app/assets/stylesheets/_overrides.scss */
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #337ab7 !important;
  color: white !important;
}

/* line 128, app/assets/stylesheets/_overrides.scss */
.select2-container--bootstrap .select2-results__option:not([aria-selected="true"]):hover {
  background-color: #eee !important;
  color: black !important;
}

/*
    Responsive Element Overrides
*/
/* line 139, app/assets/stylesheets/_overrides.scss */
:root {
  --bs-body-font-size: 14px !important;
}

/* line 143, app/assets/stylesheets/_overrides.scss */
.btn:not(.btn-lg):not(.btn-sm) {
  --bs-btn-font-size: 14px !important;
  --bs-btn-padding-x: 12px !important;
  --bs-btn-padding-y: 6px !important;
}

/* line 149, app/assets/stylesheets/_overrides.scss */
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 4px !important;
  --bs-btn-padding-x: 8px !important;
  --bs-btn-font-size: 12px !important;
}

/* line 155, app/assets/stylesheets/_overrides.scss */
.btn-lg, .btn-group-lg > .btn {
  --bs-btn-font-size: 18px !important;
  --bs-btn-padding-x: 16px !important;
  --bs-btn-padding-y: 8px !important;
}

/* line 161, app/assets/stylesheets/_overrides.scss */
:not(.form-floating) > .form-control:not(.datepicker) {
  padding: 6px 12px !important;
}

/* line 165, app/assets/stylesheets/_overrides.scss */
.form-select {
  padding: 6px 36px 6px 12px !important;
}

/* line 169, app/assets/stylesheets/_overrides.scss */
.input-group-text {
  font-size: 14px !important;
  padding: 6px 12px !important;
}

/* line 174, app/assets/stylesheets/_overrides.scss */
.modal-product-info > h2, .modal-product-info > .h2 {
  font-size: 28px !important;
}

/*!
   * Bootstrap  v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 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.2/assets/stylesheets/bootstrap/_root.scss */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --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: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --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: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #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: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

/* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --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: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

/* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 16px 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.2/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--bs-heading-color);
}

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

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

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

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

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

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

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

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

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

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

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

/* line 141, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 164, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

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

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

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

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

/* line 218, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

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

/* line 244, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

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

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

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

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

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

/* line 350, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

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

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

/* line 406, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

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

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

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

/* line 443, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 485, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

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

/* line 514, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 534, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* line 569, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 60, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 16px;
  font-size: 1.09375rem;
}

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

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

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

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

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

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

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

/* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 4px;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  /* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 78, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 4px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 4px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 8px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 8px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 16px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 16px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 24px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 24px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 48px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 48px;
  }
}

@media (min-width: 768px) {
  /* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 78, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 4px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 4px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 8px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 8px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 16px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 16px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 24px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 24px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 48px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 48px;
  }
}

@media (min-width: 992px) {
  /* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 78, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 4px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 4px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 8px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 8px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 16px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 16px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 24px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 24px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 48px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 48px;
  }
}

@media (min-width: 1200px) {
  /* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 78, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 4px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 4px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 8px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 8px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 16px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 16px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 24px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 24px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 48px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 48px;
  }
}

@media (min-width: 1400px) {
  /* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 78, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 4px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 4px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 8px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 8px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 16px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 16px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 24px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 24px;
  }
  /* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 48px;
  }
  /* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 48px;
  }
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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: 16px;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

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

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

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 70, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --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.2/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --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.2/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.09375rem;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.765625rem;
}

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

/* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.765625rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 155, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.09375rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 168, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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: 0.875rem;
  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.2/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.765625rem;
  border-radius: var(--bs-border-radius-sm);
}

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

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

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

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

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

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

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

/* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  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.2/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.09375rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 77, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.765625rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 86, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  margin-top: .1rem;
  font-size: 0.765625rem;
  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.2/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.2/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='%23198754' 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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 90, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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='%23198754' 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 99, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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 118, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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 122, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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 126, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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 132, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  margin-top: .1rem;
  font-size: 0.765625rem;
  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.2/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.2/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='%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 68, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 90, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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='%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");
  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 99, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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 118, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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 122, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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 126, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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 132, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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: 0.875rem;
  --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.2/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

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

/* line 123, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

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

/* line 123, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

/* line 123, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

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

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

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

/* line 149, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

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

/* line 149, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

/* line 149, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

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

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

/* line 161, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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 185, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

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

/* line 201, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.09375rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

/* line 205, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.765625rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

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

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

/* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 36, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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: 0.875rem;
  --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: 8px;
  --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: 16px;
  --bs-dropdown-item-padding-y: 4px;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 16px;
  --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.2/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.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 95, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 95, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 95, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 95, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 95, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 104, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 146, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 55, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 218, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.765625rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

/* line 228, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 36, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

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

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 8px;
  --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: 11.875px;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 17.5px;
  --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: 17.5px;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 120, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

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

/* line 164, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 229, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 229, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 229, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 229, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 229, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 206, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 220, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 229, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 248, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_card.scss */
.card {
  --bs-card-spacer-y: 16px;
  --bs-card-spacer-x: 16px;
  --bs-card-title-spacer-y: 8px;
  --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: 8px;
  --bs-card-cap-padding-x: 16px;
  --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: 16px;
  --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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 97, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --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 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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: 0.875rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 130, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

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

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

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

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

/* line 153, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 0.875rem;
  --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.2/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.2/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.09375rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

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

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

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

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 16px;
  --bs-alert-padding-y: 16px;
  --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.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 48px;
}

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

/* line 61, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_progress.scss */
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.65625rem;
  --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.2/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.2/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_progress.scss */
.progress-stacked > .progress {
  overflow: visible;
}

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

/* line 59, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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: 16px;
  --bs-list-group-item-padding-y: 8px;
  --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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 130, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 167, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.375rem;
  opacity: var(--bs-btn-close-opacity);
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 0;
}

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

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 600px;
  --bs-modal-padding: 16px;
  --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: 16px;
  --bs-modal-header-padding-y: 16px;
  --bs-modal-header-padding: 16px 16px;
  --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.2/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.2/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.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

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

/* line 70, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399.98px) {
  /* line 214, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 8px;
  --bs-tooltip-padding-y: 4px;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.765625rem;
  --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.2/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.765625rem;
  --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: 16px;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 0.875rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 16px;
  --bs-popover-body-padding-y: 16px;
  --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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

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

/* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

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

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

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

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

/* line 155, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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 169, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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 169, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

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

/* line 199, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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 213, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

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

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

/* line 213, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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 218, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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 222, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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: 16px;
  --bs-offcanvas-padding-y: 16px;
  --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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 106, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 106, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 106, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 106, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 106, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

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

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

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

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

/* line 142, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

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

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

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

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-success {
  color: #fff !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.2/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.2/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.2/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-danger {
  color: #fff !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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

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

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

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

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

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

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

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

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

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

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

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

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

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

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

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

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

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

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

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

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-1 {
  border-width: 1px !important;
}

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

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

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

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

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

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

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

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

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

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

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

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

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

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

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

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

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

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

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-1 {
  margin: 4px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-2 {
  margin: 8px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-3 {
  margin: 16px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-4 {
  margin: 24px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-5 {
  margin: 48px !important;
}

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-3 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-4 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-5 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 4px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-2 {
  margin-top: 8px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 16px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 24px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 48px !important;
}

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

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-1 {
  margin-right: 4px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-2 {
  margin-right: 8px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 16px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 24px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-5 {
  margin-right: 48px !important;
}

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

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 4px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 8px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 16px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 24px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 48px !important;
}

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

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 4px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-2 {
  margin-left: 8px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-3 {
  margin-left: 16px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-4 {
  margin-left: 24px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-5 {
  margin-left: 48px !important;
}

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

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 4px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 8px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-3 {
  padding: 16px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 24px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 48px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-3 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-5 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-1 {
  padding-top: 4px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 8px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 16px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 24px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-5 {
  padding-top: 48px !important;
}

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-1 {
  padding-right: 4px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-2 {
  padding-right: 8px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-3 {
  padding-right: 16px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-4 {
  padding-right: 24px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-5 {
  padding-right: 48px !important;
}

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 4px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 8px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 16px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 24px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 48px !important;
}

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-1 {
  padding-left: 4px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-2 {
  padding-left: 8px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-3 {
  padding-left: 16px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-4 {
  padding-left: 24px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-5 {
  padding-left: 48px !important;
}

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 4px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 8px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 16px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 24px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 48px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-1 {
  row-gap: 4px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-2 {
  row-gap: 8px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-3 {
  row-gap: 16px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-4 {
  row-gap: 24px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-5 {
  row-gap: 48px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-1 {
  -moz-column-gap: 4px !important;
       column-gap: 4px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-2 {
  -moz-column-gap: 8px !important;
       column-gap: 8px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-3 {
  -moz-column-gap: 16px !important;
       column-gap: 16px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-4 {
  -moz-column-gap: 24px !important;
       column-gap: 24px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-5 {
  -moz-column-gap: 48px !important;
       column-gap: 48px !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.34375rem + 1.125vw) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.278125rem + 0.3375vw) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.25625rem + 0.075vw) !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.09375rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-6 {
  font-size: 0.875rem !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

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

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

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-n1 {
  z-index: -1 !important;
}

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

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

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-1 {
    row-gap: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-2 {
    row-gap: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-3 {
    row-gap: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-4 {
    row-gap: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-5 {
    row-gap: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-1 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-2 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-3 {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-4 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-5 {
    -moz-column-gap: 48px !important;
         column-gap: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-1 {
    margin: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-2 {
    margin: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-3 {
    margin: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-4 {
    margin: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-5 {
    margin: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-1 {
    padding: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-2 {
    padding: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-3 {
    padding: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-4 {
    padding: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-5 {
    padding: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-1 {
    row-gap: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-2 {
    row-gap: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-3 {
    row-gap: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-4 {
    row-gap: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-5 {
    row-gap: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-1 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-2 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-3 {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-4 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-5 {
    -moz-column-gap: 48px !important;
         column-gap: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-1 {
    row-gap: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-2 {
    row-gap: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-3 {
    row-gap: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-4 {
    row-gap: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-5 {
    row-gap: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-1 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-2 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-3 {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-4 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-5 {
    -moz-column-gap: 48px !important;
         column-gap: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-1 {
    row-gap: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-2 {
    row-gap: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-3 {
    row-gap: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-4 {
    row-gap: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-5 {
    row-gap: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-1 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-2 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-3 {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-4 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-5 {
    -moz-column-gap: 48px !important;
         column-gap: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-1 {
    row-gap: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-2 {
    row-gap: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-3 {
    row-gap: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-4 {
    row-gap: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-5 {
    row-gap: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-1 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-2 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-3 {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-4 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-5 {
    -moz-column-gap: 48px !important;
         column-gap: 48px !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.1875rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-2 {
    font-size: 1.75rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.53125rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.3125rem !important;
  }
}

@media print {
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-5.3.2/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.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 1, app/assets/stylesheets/_custom.scss */
:root {
  --vroom-green-400: #39b54a;
  --vroom-green-500: #289137;
}

/* line 6, app/assets/stylesheets/_custom.scss */
.pill-btn {
  height: 40px;
  color: black;
  background-color: var(--bs-border-color);
  border-radius: 9999px;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  outline: 0;
}

/* line 20, app/assets/stylesheets/_custom.scss */
.pill-btn:hover {
  background-color: var(--vroom-green-500);
  color: #fff;
}

/* line 25, app/assets/stylesheets/_custom.scss */
.pill-btn.circle {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
}

/* line 34, app/assets/stylesheets/_custom.scss */
.pill-btn-outline {
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  text-decoration: none;
}

/* line 43, app/assets/stylesheets/_custom.scss */
.pill-btn-outline.circle {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
}

/* line 50, app/assets/stylesheets/_custom.scss */
.pill-btn-outline.show {
  background-color: var(--bs-border-color);
}

/* line 54, app/assets/stylesheets/_custom.scss */
.pill-btn-outline:hover {
  background-color: var(--bs-border-color);
  border-radius: 9999px;
  outline: 0;
}

/* line 61, app/assets/stylesheets/_custom.scss */
input.number-input-no-arrows[type=number] {
  -moz-appearance: textfield;
}

/* line 64, app/assets/stylesheets/_custom.scss */
input.number-input-no-arrows[type=number]::-webkit-outer-spin-button, input.number-input-no-arrows[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/*************
Default Theme
*************/
/* overall */
/* line 5, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default {
  width: 100%;
  font: 12px/18px Arial, Sans-serif;
  color: #333;
  background-color: #fff;
  border-spacing: 0;
  margin: 10px 0 15px;
  text-align: left;
}

/* header */
/* line 16, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default th,
.tablesorter-default thead td {
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border-collapse: collapse;
  border-bottom: #ccc 2px solid;
  padding: 0;
}

/* line 25, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default tfoot th,
.tablesorter-default tfoot td {
  border: 0;
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  white-space: normal;
  padding: 4px 20px 4px 4px;
}

/* line 38, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
  border-bottom: #000 2px solid;
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
  border-bottom: #000 2px solid;
}

/* line 50, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default thead .sorter-false {
  background-image: none;
  cursor: default;
  padding: 4px;
}

/* tfoot */
/* line 57, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default tfoot .tablesorter-headerSortUp,
.tablesorter-default tfoot .tablesorter-headerSortDown,
.tablesorter-default tfoot .tablesorter-headerAsc,
.tablesorter-default tfoot .tablesorter-headerDesc {
  border-top: #000 2px solid;
}

/* tbody */
/* line 65, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default td {
  background-color: #fff;
  border-bottom: #ccc 1px solid;
  padding: 4px;
  vertical-align: top;
}

/* hovered row colors */
/* line 73, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default tbody > tr.hover > td,
.tablesorter-default tbody > tr:hover > td,
.tablesorter-default tbody > tr.even:hover > td,
.tablesorter-default tbody > tr.odd:hover > td {
  background-color: #fff;
  color: #000;
}

/* table processing indicator */
/* line 82, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default .tablesorter-processing {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  /* background-image: url(/images/loading.gif) !important; */
  background-image: url("data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=") !important;
}

/* Zebra Widget - row alternating colors */
/* line 90, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default tr.odd > td {
  background-color: #dfdfdf;
}

/* line 93, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default tr.even > td {
  background-color: #efefef;
}

/* Column Widget - column sort colors */
/* line 98, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default tr.odd td.primary {
  background-color: #bfbfbf;
}

/* line 101, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default td.primary,
.tablesorter-default tr.even td.primary {
  background-color: #d9d9d9;
}

/* line 105, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default tr.odd td.secondary {
  background-color: #d9d9d9;
}

/* line 108, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default td.secondary,
.tablesorter-default tr.even td.secondary {
  background-color: #e6e6e6;
}

/* line 112, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default tr.odd td.tertiary {
  background-color: #e6e6e6;
}

/* line 115, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default td.tertiary,
.tablesorter-default tr.even td.tertiary {
  background-color: #f2f2f2;
}

/* caption */
/* line 121, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default > caption {
  background-color: #fff;
}

/* filter widget */
/* line 126, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default .tablesorter-filter-row {
  background-color: #eee;
}

/* line 129, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default .tablesorter-filter-row td {
  background-color: #eee;
  border-bottom: #ccc 1px solid;
  line-height: normal;
  text-align: center;
  /* center the input */
  transition: line-height 0.1s ease;
}

/* optional disabled input styling */
/* line 140, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default .tablesorter-filter-row .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}

/* hidden filter row */
/* line 146, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default .tablesorter-filter-row.hideme td {
  /*** *********************************************** ***/
  /*** change this padding to modify the thickness     ***/
  /*** of the closed filter row (height = padding x 2) ***/
  padding: 2px;
  /*** *********************************************** ***/
  margin: 0;
  line-height: 0;
  cursor: pointer;
}

/* line 156, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default .tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}

/* filters */
/* line 167, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter-default input.tablesorter-filter,
.tablesorter-default select.tablesorter-filter {
  width: 95%;
  height: auto;
  margin: 4px auto;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  box-sizing: border-box;
  transition: height 0.1s ease;
}

/* rows hidden by filtering (needed for child rows) */
/* line 185, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter .filtered {
  display: none;
}

/* ajax error row */
/* line 190, vendor/bundle/ruby/3.1.0/gems/jquery-tablesorter-1.27.2/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css */
.tablesorter .tablesorter-errorRow td {
  text-align: center;
  cursor: pointer;
  background-color: #e6bf99;
}

/* https://github.com/twbs/bootstrap/issues/17695 */
/* line 27, app/assets/stylesheets/customer_facing.scss */
.modal {
  -webkit-overflow-scrolling: auto !important;
  z-index: 999999 !important;
}
/* This conflicts with Bootstrap Styling */

/* @tailwind base; */


.tw-container {
  width: 100%;
}

@media (min-width: 375px) {
  .tw-container {
    max-width: 375px;
  }
}

@media (min-width: 428px) {
  .tw-container {
    max-width: 428px;
  }
}

@media (min-width: 500px) {
  .tw-container {
    max-width: 500px;
  }
}

@media (min-width: 640px) {
  .tw-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .tw-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .tw-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .tw-container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .tw-container {
    max-width: 1536px;
  }
}

@media (min-width: 1600px) {
  .tw-container {
    max-width: 1600px;
  }
}

.dashboard-window {
  position: absolute;
  top: 0px;
  left: 20%;
  height: 100%;
  width: 80%;
}

@media (min-width: 1024px) {
  .dashboard-window {
    left: 18%;
    width: 82%;
  }
}

.dashboard-side-menu {
  position: fixed;
  top: 0px;
  height: 100%;
  width: 20%;
}

@media (min-width: 1024px) {
  .dashboard-side-menu {
    width: 18%;
  }
}

.store-status-menu {
  position: fixed;
  bottom: 0px;
  height: 80px;
  width: 20%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 8px;
}

@media (min-width: 1024px) {
  .store-status-menu {
    width: 18%;
  }
}

/* Buttons */

.tw-vroom-btn {
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(177 177 177 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.vroom-btn-default-color {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.vroom-btn-default-color:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity)) !important;
}

.vroom-sidebar-button-style {
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}

.vroom-sidebar-subnav-button-style {
  cursor: pointer;
  padding-left: 16px;
  font-size: 16px;
  line-height: 24px;
}

/* Checkout Components */

.tw-checkout-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 8px !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 700 !important;
}

/* Badges */

.gray-badge {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(9 9 9 / var(--tw-text-opacity));
}

.tw-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;
}

.tw-pointer-events-none {
  pointer-events: none;
}

.\!tw-pointer-events-auto {
  pointer-events: auto !important;
}

.tw-pointer-events-auto {
  pointer-events: auto;
}

.tw-invisible {
  visibility: hidden;
}

.tw-fixed {
  position: fixed;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-sticky {
  position: sticky;
}

.-tw-inset-px {
  inset: -1px;
}

.tw-inset-0 {
  inset: 0px;
}

.\!tw-top-0 {
  top: 0px !important;
}

.-tw-right-3 {
  right: -12px;
}

.-tw-right-8 {
  right: -32px;
}

.-tw-right-\[40px\] {
  right: -40px;
}

.-tw-top-3 {
  top: -12px;
}

.tw-bottom-0 {
  bottom: 0px;
}

.tw-left-0 {
  left: 0px;
}

.tw-left-2 {
  left: 8px;
}

.tw-left-3 {
  left: 12px;
}

.tw-right-0 {
  right: 0px;
}

.tw-right-3 {
  right: 12px;
}

.tw-right-6 {
  right: 24px;
}

.tw-top-0 {
  top: 0px;
}

.tw-top-3 {
  top: 12px;
}

.tw-top-6 {
  top: 24px;
}

.tw-top-\[-13px\] {
  top: -13px;
}

.tw-top-\[-4px\] {
  top: -4px;
}

.tw-top-\[0px\] {
  top: 0px;
}

.tw-top-\[132px\] {
  top: 132px;
}

.tw-top-\[138px\] {
  top: 138px;
}

.tw-top-\[140px\] {
  top: 140px;
}

.tw-top-\[14px\] {
  top: 14px;
}

.tw-top-\[168px\] {
  top: 168px;
}

.tw-top-\[66px\] {
  top: 66px;
}

.tw-top-\[90px\] {
  top: 90px;
}

.\!tw-z-\[10000\] {
  z-index: 10000 !important;
}

.\!tw-z-\[99\] {
  z-index: 99 !important;
}

.tw-z-10 {
  z-index: 10;
}

.tw-z-50 {
  z-index: 50;
}

.tw-z-\[2\] {
  z-index: 2;
}

.tw-z-\[9999\] {
  z-index: 9999;
}

.tw-z-\[999\] {
  z-index: 999;
}

.tw-z-\[99\] {
  z-index: 99;
}

.tw-col-start-3 {
  grid-column-start: 3;
}

.tw-float-right {
  float: right;
}

.tw-float-left {
  float: left;
}

.\!tw-m-0 {
  margin: 0px !important;
}

.tw-m-0 {
  margin: 0px;
}

.tw-m-1 {
  margin: 4px;
}

.tw-m-1\.5 {
  margin: 6px;
}

.\!tw-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.tw-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.tw-my-3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.tw-my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.\!tw-mb-\[65px\] {
  margin-bottom: 65px !important;
}

.-tw-mb-1 {
  margin-bottom: -4px;
}

.-tw-mt-4 {
  margin-top: -16px;
}

.tw-mb-1 {
  margin-bottom: 4px;
}

.tw-mb-1\.5 {
  margin-bottom: 6px;
}

.tw-mb-10 {
  margin-bottom: 40px;
}

.tw-mb-2 {
  margin-bottom: 8px;
}

.tw-mb-2\.5 {
  margin-bottom: 10px;
}

.tw-mb-20 {
  margin-bottom: 80px;
}

.tw-mb-3 {
  margin-bottom: 12px;
}

.tw-mb-4 {
  margin-bottom: 16px;
}

.tw-mb-5 {
  margin-bottom: 20px;
}

.tw-mb-6 {
  margin-bottom: 24px;
}

.tw-mb-\[10px\] {
  margin-bottom: 10px;
}

.tw-mb-\[5px\] {
  margin-bottom: 5px;
}

.tw-ml-1 {
  margin-left: 4px;
}

.tw-ml-2 {
  margin-left: 8px;
}

.tw-ml-3 {
  margin-left: 12px;
}

.tw-ml-8 {
  margin-left: 32px;
}

.tw-ml-auto {
  margin-left: auto;
}

.tw-mr-1 {
  margin-right: 4px;
}

.tw-mr-2 {
  margin-right: 8px;
}

.tw-mr-3 {
  margin-right: 12px;
}

.tw-mr-4 {
  margin-right: 16px;
}

.tw-ms-1 {
  margin-inline-start: 4px;
}

.tw-ms-2 {
  margin-inline-start: 8px;
}

.tw-ms-6 {
  margin-inline-start: 24px;
}

.tw-mt-0 {
  margin-top: 0px;
}

.tw-mt-1 {
  margin-top: 4px;
}

.tw-mt-14 {
  margin-top: 56px;
}

.tw-mt-16 {
  margin-top: 64px;
}

.tw-mt-2 {
  margin-top: 8px;
}

.tw-mt-3 {
  margin-top: 12px;
}

.tw-mt-4 {
  margin-top: 16px;
}

.tw-mt-5 {
  margin-top: 20px;
}

.tw-mt-6 {
  margin-top: 24px;
}

.tw-mt-\[10px\] {
  margin-top: 10px;
}

.tw-mt-\[140px\] {
  margin-top: 140px;
}

.tw-mt-\[20px\] {
  margin-top: 20px;
}

.tw-mt-\[22px\] {
  margin-top: 22px;
}

.tw-mt-\[5px\] {
  margin-top: 5px;
}

.tw-line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.tw-line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tw-block {
  display: block;
}

.\!tw-inline-block {
  display: inline-block !important;
}

.tw-inline-block {
  display: inline-block;
}

.\!tw-flex {
  display: flex !important;
}

.tw-flex {
  display: flex;
}

.tw-inline-flex {
  display: inline-flex;
}

.tw-grid {
  display: grid;
}

.\!tw-hidden {
  display: none !important;
}

.tw-hidden {
  display: none;
}

.tw-aspect-1 {
  aspect-ratio: 1;
}

.tw-size-1 {
  width: 4px;
  height: 4px;
}

.tw-size-1\.5 {
  width: 6px;
  height: 6px;
}

.tw-size-10 {
  width: 40px;
  height: 40px;
}

.tw-size-12 {
  width: 48px;
  height: 48px;
}

.tw-size-14 {
  width: 56px;
  height: 56px;
}

.tw-size-16 {
  width: 64px;
  height: 64px;
}

.tw-size-3 {
  width: 12px;
  height: 12px;
}

.tw-size-4 {
  width: 16px;
  height: 16px;
}

.tw-size-48 {
  width: 192px;
  height: 192px;
}

.tw-size-5 {
  width: 20px;
  height: 20px;
}

.tw-size-6 {
  width: 24px;
  height: 24px;
}

.tw-size-7 {
  width: 28px;
  height: 28px;
}

.tw-size-8 {
  width: 32px;
  height: 32px;
}

.tw-size-9 {
  width: 36px;
  height: 36px;
}

.\!tw-h-10 {
  height: 40px !important;
}

.\!tw-h-12 {
  height: 48px !important;
}

.\!tw-h-8 {
  height: 32px !important;
}

.\!tw-h-\[100dvh\] {
  height: 100dvh !important;
}

.\!tw-h-\[62px\] {
  height: 62px !important;
}

.tw-h-1\/2 {
  height: 50%;
}

.tw-h-10 {
  height: 40px;
}

.tw-h-12 {
  height: 48px;
}

.tw-h-14 {
  height: 56px;
}

.tw-h-16 {
  height: 64px;
}

.tw-h-2 {
  height: 8px;
}

.tw-h-2\.5 {
  height: 10px;
}

.tw-h-20 {
  height: 80px;
}

.tw-h-24 {
  height: 96px;
}

.tw-h-28 {
  height: 112px;
}

.tw-h-3 {
  height: 12px;
}

.tw-h-4 {
  height: 16px;
}

.tw-h-40 {
  height: 160px;
}

.tw-h-48 {
  height: 192px;
}

.tw-h-5 {
  height: 20px;
}

.tw-h-56 {
  height: 224px;
}

.tw-h-6 {
  height: 24px;
}

.tw-h-64 {
  height: 256px;
}

.tw-h-72 {
  height: 288px;
}

.tw-h-8 {
  height: 32px;
}

.tw-h-80 {
  height: 320px;
}

.tw-h-96 {
  height: 384px;
}

.tw-h-\[100dvh\] {
  height: 100dvh;
}

.tw-h-\[10vw\] {
  height: 10vw;
}

.tw-h-\[18px\] {
  height: 18px;
}

.tw-h-\[200px\] {
  height: 200px;
}

.tw-h-\[20px\] {
  height: 20px;
}

.tw-h-\[280px\] {
  height: 280px;
}

.tw-h-\[2px\] {
  height: 2px;
}

.tw-h-\[300px\] {
  height: 300px;
}

.tw-h-\[35px\] {
  height: 35px;
}

.tw-h-\[40px\] {
  height: 40px;
}

.tw-h-\[48px\] {
  height: 48px;
}

.tw-h-\[5vw\] {
  height: 5vw;
}

.tw-h-\[78px\] {
  height: 78px;
}

.tw-h-\[8vw\] {
  height: 8vw;
}

.tw-h-\[calc\(100vh-315px\)\] {
  height: calc(100vh - 315px);
}

.tw-h-\[calc\(100vh_-_65px\)\] {
  height: calc(100vh - 65px);
}

.tw-h-full {
  height: 100%;
}

.tw-h-screen {
  height: 100vh;
}

.\!tw-max-h-\[calc\(100vh-200px\)\] {
  max-height: calc(100vh - 200px) !important;
}

.tw-max-h-6 {
  max-height: 24px;
}

.tw-max-h-96 {
  max-height: 384px;
}

.tw-max-h-\[228px\] {
  max-height: 228px;
}

.tw-max-h-\[30\%\] {
  max-height: 30%;
}

.tw-max-h-\[40vh\] {
  max-height: 40vh;
}

.tw-max-h-\[80px\] {
  max-height: 80px;
}

.tw-max-h-full {
  max-height: 100%;
}

.tw-max-h-screen {
  max-height: 100vh;
}

.\!tw-min-h-32 {
  min-height: 128px !important;
}

.tw-min-h-24 {
  min-height: 96px;
}

.tw-min-h-\[100svh\] {
  min-height: 100svh;
}

.tw-min-h-\[10vw\] {
  min-height: 10vw;
}

.tw-min-h-\[350px\] {
  min-height: 350px;
}

.tw-min-h-\[48px\] {
  min-height: 48px;
}

.tw-min-h-\[600px\] {
  min-height: 600px;
}

.tw-min-h-\[70vh\] {
  min-height: 70vh;
}

.tw-min-h-\[calc\(100vh-65px\)\] {
  min-height: calc(100vh - 65px);
}

.tw-min-h-\[calc\(100vh_-_65px\)\] {
  min-height: calc(100vh - 65px);
}

.tw-min-h-full {
  min-height: 100%;
}

.tw-min-h-screen {
  min-height: 100vh;
}

.\!tw-w-full {
  width: 100% !important;
}

.tw-w-1\/2 {
  width: 50%;
}

.tw-w-1\/3 {
  width: 33.333333%;
}

.tw-w-10 {
  width: 40px;
}

.tw-w-11 {
  width: 44px;
}

.tw-w-12 {
  width: 48px;
}

.tw-w-14 {
  width: 56px;
}

.tw-w-16 {
  width: 64px;
}

.tw-w-2\/3 {
  width: 66.666667%;
}

.tw-w-2\/5 {
  width: 40%;
}

.tw-w-24 {
  width: 96px;
}

.tw-w-3 {
  width: 12px;
}

.tw-w-3\/5 {
  width: 60%;
}

.tw-w-32 {
  width: 128px;
}

.tw-w-36 {
  width: 144px;
}

.tw-w-4 {
  width: 16px;
}

.tw-w-40 {
  width: 160px;
}

.tw-w-48 {
  width: 192px;
}

.tw-w-5 {
  width: 20px;
}

.tw-w-6 {
  width: 24px;
}

.tw-w-64 {
  width: 256px;
}

.tw-w-8 {
  width: 32px;
}

.tw-w-80 {
  width: 320px;
}

.tw-w-96 {
  width: 384px;
}

.tw-w-\[100px\] {
  width: 100px;
}

.tw-w-\[100vw\] {
  width: 100vw;
}

.tw-w-\[14\%\] {
  width: 14%;
}

.tw-w-\[175px\] {
  width: 175px;
}

.tw-w-\[18px\] {
  width: 18px;
}

.tw-w-\[200px\] {
  width: 200px;
}

.tw-w-\[20px\] {
  width: 20px;
}

.tw-w-\[250px\] {
  width: 250px;
}

.tw-w-\[30px\] {
  width: 30px;
}

.tw-w-\[42\.5vw\] {
  width: 42.5vw;
}

.tw-w-\[45\%\] {
  width: 45%;
}

.tw-w-\[55vw\] {
  width: 55vw;
}

.tw-w-\[80\%\] {
  width: 80%;
}

.tw-w-\[80px\] {
  width: 80px;
}

.tw-w-\[80vw\] {
  width: 80vw;
}

.tw-w-\[90\%\] {
  width: 90%;
}

.tw-w-\[90vw\] {
  width: 90vw;
}

.tw-w-\[95\%\] {
  width: 95%;
}

.tw-w-\[96\%\] {
  width: 96%;
}

.tw-w-auto {
  width: auto;
}

.tw-w-full {
  width: 100%;
}

.tw-w-max {
  width: -moz-max-content;
  width: max-content;
}

.tw-w-screen {
  width: 100vw;
}

.tw-min-w-32 {
  min-width: 128px;
}

.tw-min-w-40 {
  min-width: 160px;
}

.tw-min-w-\[100px\] {
  min-width: 100px;
}

.tw-min-w-\[20vw\] {
  min-width: 20vw;
}

.tw-min-w-\[260px\] {
  min-width: 260px;
}

.tw-min-w-\[50\%\] {
  min-width: 50%;
}

.tw-min-w-\[75px\] {
  min-width: 75px;
}

.\!tw-max-w-none {
  max-width: none !important;
}

.tw-max-w-20 {
  max-width: 80px;
}

.tw-max-w-28 {
  max-width: 112px;
}

.tw-max-w-\[100\%\] {
  max-width: 100%;
}

.tw-max-w-\[24rem\] {
  max-width: 24rem;
}

.tw-max-w-\[260px\] {
  max-width: 260px;
}

.tw-max-w-\[300px\] {
  max-width: 300px;
}

.tw-max-w-\[330px\] {
  max-width: 330px;
}

.tw-max-w-\[360px\] {
  max-width: 360px;
}

.tw-max-w-\[400px\] {
  max-width: 400px;
}

.tw-max-w-\[440px\] {
  max-width: 440px;
}

.tw-max-w-\[480px\] {
  max-width: 480px;
}

.tw-max-w-\[8rem\] {
  max-width: 8rem;
}

.tw-max-w-\[90\%\] {
  max-width: 90%;
}

.tw-max-w-\[99\%\] {
  max-width: 99%;
}

.tw-max-w-full {
  max-width: 100%;
}

.tw-max-w-lg {
  max-width: 32rem;
}

.tw-max-w-screen-2xl {
  max-width: 1536px;
}

.tw-max-w-sm {
  max-width: 24rem;
}

.tw-flex-1 {
  flex: 1 1 0%;
}

.tw-flex-shrink-0 {
  flex-shrink: 0;
}

.tw-shrink-0 {
  flex-shrink: 0;
}

.tw-flex-grow {
  flex-grow: 1;
}

.tw-grow {
  flex-grow: 1;
}

.tw--translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes tw-pulse {
  50% {
    opacity: .5;
  }
}

.tw-animate-pulse {
  animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.\!tw-cursor-pointer {
  cursor: pointer !important;
}

.tw-cursor-auto {
  cursor: auto;
}

.tw-cursor-move {
  cursor: move;
}

.tw-cursor-not-allowed {
  cursor: not-allowed;
}

.tw-cursor-pointer {
  cursor: pointer;
}

.tw-cursor-text {
  cursor: text;
}

.tw-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.tw-list-outside {
  list-style-position: outside;
}

.tw-list-none {
  list-style-type: none;
}

.tw-appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tw-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tw-grid-cols-\[1fr_40px_1fr\] {
  grid-template-columns: 1fr 40px 1fr;
}

.tw-grid-cols-\[25px_1fr_72px\] {
  grid-template-columns: 25px 1fr 72px;
}

.tw-grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.\!tw-flex-row {
  flex-direction: row !important;
}

.tw-flex-row {
  flex-direction: row;
}

.\!tw-flex-col {
  flex-direction: column !important;
}

.tw-flex-col {
  flex-direction: column;
}

.tw-flex-wrap {
  flex-wrap: wrap;
}

.\!tw-flex-nowrap {
  flex-wrap: nowrap !important;
}

.tw-flex-nowrap {
  flex-wrap: nowrap;
}

.tw-items-start {
  align-items: flex-start;
}

.tw-items-end {
  align-items: flex-end;
}

.tw-items-center {
  align-items: center;
}

.tw-items-baseline {
  align-items: baseline;
}

.tw-justify-start {
  justify-content: flex-start;
}

.tw-justify-end {
  justify-content: flex-end;
}

.tw-justify-center {
  justify-content: center;
}

.tw-justify-between {
  justify-content: space-between;
}

.\!tw-gap-2 {
  gap: 8px !important;
}

.tw-gap-1 {
  gap: 4px;
}

.tw-gap-1\.5 {
  gap: 6px;
}

.tw-gap-2 {
  gap: 8px;
}

.tw-gap-2\.5 {
  gap: 10px;
}

.tw-gap-3 {
  gap: 12px;
}

.tw-gap-4 {
  gap: 16px;
}

.tw-gap-5 {
  gap: 20px;
}

.tw-gap-6 {
  gap: 24px;
}

.tw-gap-x-1 {
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.tw-gap-x-1\.5 {
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.tw-gap-x-2 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.tw-gap-x-4 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.tw-gap-x-5 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.tw-gap-x-\[4px\] {
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.tw-gap-y-2 {
  row-gap: 8px;
}

.tw-gap-y-3 {
  row-gap: 12px;
}

.tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

.tw-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

.tw-self-center {
  align-self: center;
}

.tw-justify-self-end {
  justify-self: end;
}

.tw-overflow-auto {
  overflow: auto;
}

.tw-overflow-hidden {
  overflow: hidden;
}

.tw-overflow-visible {
  overflow: visible;
}

.tw-overflow-x-auto {
  overflow-x: auto;
}

.tw-overflow-y-auto {
  overflow-y: auto;
}

.tw-overflow-x-hidden {
  overflow-x: hidden;
}

.tw-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tw-text-ellipsis {
  text-overflow: ellipsis;
}

.tw-whitespace-nowrap {
  white-space: nowrap;
}

.tw-whitespace-pre-wrap {
  white-space: pre-wrap;
}

.tw-text-nowrap {
  text-wrap: nowrap;
}

.\!tw-rounded-full {
  border-radius: 9999px !important;
}

.\!tw-rounded-md {
  border-radius: 0.375rem !important;
}

.\!tw-rounded-none {
  border-radius: 0px !important;
}

.tw-rounded {
  border-radius: 0.25rem;
}

.tw-rounded-2xl {
  border-radius: 1rem;
}

.tw-rounded-\[2px\] {
  border-radius: 2px;
}

.tw-rounded-full {
  border-radius: 9999px;
}

.tw-rounded-lg {
  border-radius: 0.5rem;
}

.tw-rounded-md {
  border-radius: 0.375rem;
}

.tw-rounded-none {
  border-radius: 0px;
}

.tw-rounded-xl {
  border-radius: 0.75rem;
}

.tw-rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tw-rounded-e-lg {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}

.tw-rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.tw-rounded-s-lg {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}

.tw-rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.tw-rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.tw-rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.\!tw-border {
  border-width: 1px !important;
}

.\!tw-border-\[1\.5px\] {
  border-width: 1.5px !important;
}

.tw-border {
  border-width: 1px;
}

.tw-border-0 {
  border-width: 0px;
}

.tw-border-2 {
  border-width: 2px;
}

.tw-border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.tw-border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.tw-border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.tw-border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.\!tw-border-b-0 {
  border-bottom-width: 0px !important;
}

.\!tw-border-l-0 {
  border-left-width: 0px !important;
}

.tw-border-b {
  border-bottom-width: 1px;
}

.tw-border-b-0 {
  border-bottom-width: 0px;
}

.tw-border-l-0 {
  border-left-width: 0px;
}

.tw-border-l-2 {
  border-left-width: 2px;
}

.tw-border-r {
  border-right-width: 1px;
}

.tw-border-r-0 {
  border-right-width: 0px;
}

.tw-border-t {
  border-top-width: 1px;
}

.tw-border-t-0 {
  border-top-width: 0px;
}

.tw-border-t-2 {
  border-top-width: 2px;
}

.\!tw-border-solid {
  border-style: solid !important;
}

.tw-border-solid {
  border-style: solid;
}

.tw-border-dashed {
  border-style: dashed;
}

.\!tw-border-none {
  border-style: none !important;
}

.tw-border-none {
  border-style: none;
}

.\!tw-border-bootstrap {
  --tw-border-opacity: 1 !important;
  border-color: rgb(222 226 230 / var(--tw-border-opacity)) !important;
}

.\!tw-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.\!tw-border-vroom-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 243 243 / var(--tw-border-opacity)) !important;
}

.\!tw-border-vroom-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 239 239 / var(--tw-border-opacity)) !important;
}

.\!tw-border-vroom-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 204 204 / var(--tw-border-opacity)) !important;
}

.tw-border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.tw-border-bootstrap {
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity));
}

.tw-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.tw-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.tw-border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.tw-border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.tw-border-transparent {
  border-color: transparent;
}

.tw-border-vroom-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity));
}

.tw-border-vroom-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
}

.tw-border-vroom-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity));
}

.tw-border-vroom-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.tw-border-vroom-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(35 114 47 / var(--tw-border-opacity));
}

.tw-border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.\!tw-bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity)) !important;
}

.\!tw-bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}

.\!tw-bg-transparent {
  background-color: transparent !important;
}

.\!tw-bg-vroom-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 248 226 / var(--tw-bg-opacity)) !important;
}

.\!tw-bg-vroom-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(40 145 55 / var(--tw-bg-opacity)) !important;
}

.\!tw-bg-vroom-light-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(221 238 255 / var(--tw-bg-opacity)) !important;
}

.tw-bg-\[\#f4edf9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 237 249 / var(--tw-bg-opacity));
}

.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.tw-bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.tw-bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.tw-bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.tw-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.tw-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.tw-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.tw-bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.tw-bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.tw-bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.tw-bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.tw-bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.tw-bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.tw-bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.tw-bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.tw-bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.tw-bg-transparent {
  background-color: transparent;
}

.tw-bg-vroom-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.tw-bg-vroom-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.tw-bg-vroom-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.tw-bg-vroom-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.tw-bg-vroom-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(177 177 177 / var(--tw-bg-opacity));
}

.tw-bg-vroom-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(57 181 74 / var(--tw-bg-opacity));
}

.tw-bg-vroom-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 248 226 / var(--tw-bg-opacity));
}

.tw-bg-vroom-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(40 145 55 / var(--tw-bg-opacity));
}

.tw-bg-vroom-light-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 238 255 / var(--tw-bg-opacity));
}

.tw-bg-vroom-light-blue-400\/50 {
  background-color: rgb(221 238 255 / 0.5);
}

.tw-bg-vroom-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 86 217 / var(--tw-bg-opacity));
}

.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.tw-bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.tw-bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.tw-bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.tw-bg-\[linear-gradient\(to_bottom\,_transparent\,_black_44\%\)\] {
  background-image: linear-gradient(to bottom, transparent, black 44%);
}

.tw-bg-\[linear-gradient\(to_bottom\,_transparent\,_black_50\%\)\] {
  background-image: linear-gradient(to bottom, transparent, black 50%);
}

.tw-bg-\[length\:150\%\] {
  background-size: 150%;
}

.tw-bg-contain {
  background-size: contain;
}

.tw-bg-center {
  background-position: center;
}

.tw-bg-top {
  background-position: top;
}

.tw-bg-no-repeat {
  background-repeat: no-repeat;
}

.tw-bg-origin-content {
  background-origin: content-box;
}

.tw-fill-current {
  fill: currentColor;
}

.tw-fill-gray-500 {
  fill: #6b7280;
}

.tw-fill-gray-700 {
  fill: #374151;
}

.tw-fill-green-500 {
  fill: #22c55e;
}

.tw-fill-green-600 {
  fill: #16a34a;
}

.tw-fill-red-500 {
  fill: #ef4444;
}

.tw-fill-vroom-green-700 {
  fill: #205b28;
}

.tw-fill-yellow-400 {
  fill: #facc15;
}

.tw-fill-yellow-500 {
  fill: #eab308;
}

.tw-stroke-none {
  stroke: none;
}

.tw-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.tw-object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.\!tw-p-0 {
  padding: 0px !important;
}

.\!tw-p-1 {
  padding: 4px !important;
}

.\!tw-p-2 {
  padding: 8px !important;
}

.\!tw-p-3 {
  padding: 12px !important;
}

.\!tw-p-4 {
  padding: 16px !important;
}

.tw-p-0 {
  padding: 0px;
}

.tw-p-0\.5 {
  padding: 2px;
}

.tw-p-1 {
  padding: 4px;
}

.tw-p-2 {
  padding: 8px;
}

.tw-p-3 {
  padding: 12px;
}

.tw-p-4 {
  padding: 16px;
}

.tw-p-5 {
  padding: 20px;
}

.tw-p-\[10px\] {
  padding: 10px;
}

.tw-p-\[7px\] {
  padding: 7px;
}

.tw-p-\[8px\] {
  padding: 8px;
}

.tw-p-px {
  padding: 1px;
}

.\!tw-px-4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.\!tw-py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.\!tw-py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.tw-px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.tw-px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

.tw-px-1\.5 {
  padding-left: 6px;
  padding-right: 6px;
}

.tw-px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.tw-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.tw-px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.tw-px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.tw-px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.tw-px-8 {
  padding-left: 32px;
  padding-right: 32px;
}

.tw-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.tw-py-0\.5 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.tw-py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.tw-py-1\.5 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.tw-py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.tw-py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.tw-py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.tw-py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.tw-py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tw-py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.\!tw-pb-0 {
  padding-bottom: 0px !important;
}

.\!tw-pl-1 {
  padding-left: 4px !important;
}

.\!tw-pl-8 {
  padding-left: 32px !important;
}

.\!tw-pr-5 {
  padding-right: 20px !important;
}

.\!tw-pt-0 {
  padding-top: 0px !important;
}

.tw-pb-0 {
  padding-bottom: 0px;
}

.tw-pb-1 {
  padding-bottom: 4px;
}

.tw-pb-12 {
  padding-bottom: 48px;
}

.tw-pb-2 {
  padding-bottom: 8px;
}

.tw-pb-4 {
  padding-bottom: 16px;
}

.tw-pb-40 {
  padding-bottom: 160px;
}

.tw-pb-5 {
  padding-bottom: 20px;
}

.tw-pb-\[100px\] {
  padding-bottom: 100px;
}

.tw-pb-\[3px\] {
  padding-bottom: 3px;
}

.tw-pb-\[50px\] {
  padding-bottom: 50px;
}

.tw-pb-\[7px\] {
  padding-bottom: 7px;
}

.tw-pl-1 {
  padding-left: 4px;
}

.tw-pl-2 {
  padding-left: 8px;
}

.tw-pl-4 {
  padding-left: 16px;
}

.tw-pl-\[1px\] {
  padding-left: 1px;
}

.tw-pl-\[5vw\] {
  padding-left: 5vw;
}

.tw-pr-1 {
  padding-right: 4px;
}

.tw-pr-2 {
  padding-right: 8px;
}

.tw-pr-24 {
  padding-right: 96px;
}

.tw-pr-3 {
  padding-right: 12px;
}

.tw-pr-5 {
  padding-right: 20px;
}

.tw-ps-4 {
  padding-inline-start: 16px;
}

.tw-pt-0 {
  padding-top: 0px;
}

.tw-pt-1 {
  padding-top: 4px;
}

.tw-pt-1\.5 {
  padding-top: 6px;
}

.tw-pt-4 {
  padding-top: 16px;
}

.tw-pt-8 {
  padding-top: 32px;
}

.tw-pt-\[3px\] {
  padding-top: 3px;
}

.tw-pt-\[7px\] {
  padding-top: 7px;
}

.tw-pt-\[8px\] {
  padding-top: 8px;
}

.tw-text-left {
  text-align: left;
}

.tw-text-center {
  text-align: center;
}

.tw-text-right {
  text-align: right;
}

.tw-font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.\!tw-text-2xl {
  font-size: 24px !important;
  line-height: 32px !important;
}

.\!tw-text-base {
  font-size: 16px !important;
  line-height: 24px !important;
}

.\!tw-text-lg {
  font-size: 18px !important;
  line-height: 28px !important;
}

.\!tw-text-xs {
  font-size: 12px !important;
  line-height: 16px !important;
}

.tw-text-2xl {
  font-size: 24px;
  line-height: 32px;
}

.tw-text-3xl {
  font-size: 30px;
  line-height: 36px;
}

.tw-text-4xl {
  font-size: 36px;
  line-height: 40px;
}

.tw-text-\[10px\] {
  font-size: 10px;
}

.tw-text-\[11px\] {
  font-size: 11px;
}

.tw-text-\[12px\] {
  font-size: 12px;
}

.tw-text-\[13px\] {
  font-size: 13px;
}

.tw-text-\[14px\] {
  font-size: 14px;
}

.tw-text-\[16px\] {
  font-size: 16px;
}

.tw-text-\[18px\] {
  font-size: 18px;
}

.tw-text-\[6vw\] {
  font-size: 6vw;
}

.tw-text-\[8px\] {
  font-size: 8px;
}

.tw-text-base {
  font-size: 16px;
  line-height: 24px;
}

.tw-text-lg {
  font-size: 18px;
  line-height: 28px;
}

.tw-text-sm {
  font-size: 14px;
  line-height: 20px;
}

.tw-text-xl {
  font-size: 20px;
  line-height: 28px;
}

.tw-text-xs {
  font-size: 12px;
  line-height: 16px;
}

.\!tw-font-medium {
  font-weight: 500 !important;
}

.tw-font-bold {
  font-weight: 700;
}

.tw-font-extrabold {
  font-weight: 800;
}

.tw-font-light {
  font-weight: 300;
}

.tw-font-medium {
  font-weight: 500;
}

.tw-font-normal {
  font-weight: 400;
}

.tw-font-semibold {
  font-weight: 600;
}

.tw-uppercase {
  text-transform: uppercase;
}

.tw-italic {
  font-style: italic;
}

.tw-leading-tight {
  line-height: 1.25;
}

.tw-tracking-tight {
  letter-spacing: -0.025em;
}

.tw-tracking-tighter {
  letter-spacing: -0.05em;
}

.tw-tracking-wide {
  letter-spacing: 0.025em;
}

.tw-tracking-wider {
  letter-spacing: 0.05em;
}

.tw-tracking-widest {
  letter-spacing: 0.1em;
}

.\!tw-text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity)) !important;
}

.\!tw-text-orange-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity)) !important;
}

.\!tw-text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

.\!tw-text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}

.\!tw-text-vroom-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(40 145 55 / var(--tw-text-opacity)) !important;
}

.\!tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.tw-text-\[\#006089\] {
  --tw-text-opacity: 1;
  color: rgb(0 96 137 / var(--tw-text-opacity));
}

.tw-text-\[\#33A242\] {
  --tw-text-opacity: 1;
  color: rgb(51 162 66 / var(--tw-text-opacity));
}

.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tw-text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.tw-text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.tw-text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.tw-text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.tw-text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.tw-text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity));
}

.tw-text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.tw-text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.tw-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.tw-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.tw-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.tw-text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.tw-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.tw-text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.tw-text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.tw-text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.tw-text-inherit {
  color: inherit;
}

.tw-text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}

.tw-text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.tw-text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}

.tw-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.tw-text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.tw-text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.tw-text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.tw-text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.tw-text-vroom-black-700 {
  --tw-text-opacity: 1;
  color: rgb(9 9 9 / var(--tw-text-opacity));
}

.tw-text-vroom-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}

.tw-text-vroom-green-500 {
  --tw-text-opacity: 1;
  color: rgb(40 145 55 / var(--tw-text-opacity));
}

.tw-text-vroom-green-600 {
  --tw-text-opacity: 1;
  color: rgb(35 114 47 / var(--tw-text-opacity));
}

.tw-text-vroom-green-700 {
  --tw-text-opacity: 1;
  color: rgb(32 91 40 / var(--tw-text-opacity));
}

.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tw-text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.tw-text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.tw-underline {
  text-decoration-line: underline;
}

.tw-line-through {
  text-decoration-line: line-through;
}

.tw-no-underline {
  text-decoration-line: none;
}

.tw-opacity-25 {
  opacity: 0.25;
}

.tw-opacity-50 {
  opacity: 0.5;
}

.tw-opacity-70 {
  opacity: 0.7;
}

.tw-opacity-75 {
  opacity: 0.75;
}

.\!tw-shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-\[_0_2px_8px_rgba\(0\,0\,0\,0\.5\)\] {
  --tw-shadow: 0 2px 8px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\!tw-ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw-ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw-ring-inset {
  --tw-ring-inset: inset;
}

.\!tw-ring-vroom-green-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(57 181 74 / var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

.tw-ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.tw-ring-vroom-green-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(35 114 47 / var(--tw-ring-opacity));
}

.\!tw-ring-offset-2 {
  --tw-ring-offset-width: 2px !important;
}

.tw-blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.tw-transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-duration-200 {
  transition-duration: 200ms;
}

.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.store-product-container-grid {
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding-right: 8px;
}

@media (min-width: 428px) {
  .store-product-container-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 640px) {
  .store-product-container-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .store-product-container-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .store-product-container-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .store-product-container-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* Hide scrollbar for Chrome, Safari and Opera */

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Vroom  Utility Classes */

.tw-vroom-border {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(177 177 177 / var(--tw-border-opacity));
}

.vroom-icon-skew {
  transform: skewX(-20deg);
  overflow: hidden;
}

.vroom-icon-text-unskew {
  display: inline-block;
  transform: skewX(20deg);
}

.tw-vroom-radio-btn-active {
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(40 145 55 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 251 243 / var(--tw-bg-opacity)) !important;
  fill: #289137 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(40 145 55 / var(--tw-text-opacity)) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(40 145 55 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}

.tw-vroom-radio-btn-active:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 248 226 / var(--tw-bg-opacity)) !important;
}

/* Add new utility classes for tip buttons */

.tw-tip-btn {
  display: flex;
  height: 48px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.tw-tip-btn-inactive {
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.tw-tip-btn-active {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(40 145 55 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(40 145 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(40 145 55 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}

.tw-checkout-aside-message {
  margin-bottom: 16px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 8px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .tw-checkout-aside-message {
    padding: 16px;
  }
}

.\[appearance\:textfield\] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

@tailwind sections;

@tailwind tables;

@layer sections {
  .tw-header {
    width: 100%;
    padding: 16px;
  }

  .tw-header-with-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    svg {
      vertical-align: bottom !important;
    }
  }

  .tw-header-btn {
    white-space: nowrap;
    border-radius: 9999px !important;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(40 145 55 / var(--tw-bg-opacity));
    padding: 8px;
    padding-left: 12px;
    padding-right: 12px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .tw-header-btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(57 181 74 / var(--tw-bg-opacity));
  }

  .tw-header-btn:active {
    --tw-bg-opacity: 1;
    background-color: rgb(148 225 158 / var(--tw-bg-opacity));
  }

  .tw-header-btn:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 243 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
  }

  .tw-header-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
  }

  .tw-header-subtitle {
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity));
  }
}

@layer tables {
  .tw-div-with-overflow {
    display: flex;
    max-height: calc(100vh - 160px) !important;
    flex-direction: column;
    &.tw-div-with-overflow-short {
      max-height: calc(100vh - 300px) !important;
    }
    td.child-shown {
      --tw-bg-opacity: 1 !important;
      background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
    }
    table {
      margin-bottom: 0px !important;
    }
    table {
      &.tablesorter {
        margin-top: 0px !important;
      }
    }
    .simplebar-content {
      overflow: unset !important;
    }
  }

  .tw-table-vroom {
    width: 100%;
    table-layout: fixed;
  }

  .tw-table-vroom > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    --tw-divide-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity));
  }

  .tw-th-vroom {
    padding: 16px;
    text-align: start !important;
    font-family: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    --tw-text-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
    &.tablesorter-header {
      background-color: transparent !important;
    }
  }

  .tw-thead-vroom {
    position: sticky !important;
    top: 0px !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
  }

  .tw-tbody-vroom > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
    --tw-divide-opacity: 1 !important;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity)) !important;
  }

  .tw-td-vroom {
    padding: 16px;
    font-family: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 14px;
    line-height: 20px;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
  }
}

@media (min-width: 768px) {
  .md\:tw-container {
    width: 100%;
  }

  @media (min-width: 375px) {
    .md\:tw-container {
      max-width: 375px;
    }
  }

  @media (min-width: 428px) {
    .md\:tw-container {
      max-width: 428px;
    }
  }

  @media (min-width: 500px) {
    .md\:tw-container {
      max-width: 500px;
    }
  }

  @media (min-width: 640px) {
    .md\:tw-container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:tw-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:tw-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:tw-container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:tw-container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1600px) {
    .md\:tw-container {
      max-width: 1600px;
    }
  }
}

.before\:tw-absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:tw-start-0::before {
  content: var(--tw-content);
  inset-inline-start: 0px;
}

.before\:tw-top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:tw-h-px::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:tw-w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:tw-bg-gray-200::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.before\:first\:tw-bg-transparent:first-child::before {
  content: var(--tw-content);
  background-color: transparent;
}

.hover\:tw-border-bootstrap:hover {
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity));
}

.hover\:\!tw-bg-gray-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important;
}

.hover\:\!tw-bg-vroom-gray-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity)) !important;
}

.hover\:\!tw-bg-vroom-gray-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity)) !important;
}

.hover\:\!tw-bg-vroom-green-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(40 145 55 / var(--tw-bg-opacity)) !important;
}

.hover\:\!tw-bg-vroom-green-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(35 114 47 / var(--tw-bg-opacity)) !important;
}

.hover\:\!tw-bg-vroom-light-blue-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(221 238 255 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.hover\:tw-bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:tw-bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:tw-bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:tw-bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.hover\:tw-bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.hover\:tw-bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.hover\:tw-bg-vroom-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.hover\:tw-bg-vroom-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.hover\:tw-bg-vroom-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity));
}

.hover\:tw-bg-vroom-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.hover\:tw-bg-vroom-green-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(57 181 74 / var(--tw-bg-opacity));
}

.hover\:tw-bg-vroom-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 114 47 / var(--tw-bg-opacity));
}

.hover\:tw-bg-vroom-light-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 238 255 / var(--tw-bg-opacity));
}

.hover\:tw-bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.hover\:tw-fill-gray-500:hover {
  fill: #6b7280;
}

.hover\:tw-text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:tw-text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.hover\:tw-text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:tw-text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:tw-text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.hover\:tw-text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:\!tw-ring-vroom-green-500:hover {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(40 145 55 / var(--tw-ring-opacity)) !important;
}

.focus\:tw-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:tw-ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:tw-ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:tw-ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.focus\:tw-ring-blue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}

.focus\:tw-ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity));
}

.focus\:tw-ring-vroom-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(40 145 55 / var(--tw-ring-opacity));
}

.active\:\!tw-bg-vroom-gray-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity)) !important;
}

.active\:\!tw-bg-vroom-green-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(40 145 55 / var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-vroom-green-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(148 225 158 / var(--tw-bg-opacity));
}

.disabled\:tw-bg-vroom-gray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.disabled\:tw-bg-yellow-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.disabled\:tw-text-gray-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

@media (min-width: 375px) {
  .tiny\:tw-max-w-lg {
    max-width: 32rem;
  }
}

@media (min-width: 428px) {
  .xs\:tw-h-\[6vw\] {
    height: 6vw;
  }

  .xs\:tw-max-h-\[40\%\] {
    max-height: 40%;
  }

  .xs\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:tw-p-1 {
    padding: 4px;
  }

  .xs\:tw-p-1\.5 {
    padding: 6px;
  }

  .xs\:tw-pl-\[5vw\] {
    padding-left: 5vw;
  }

  .xs\:tw-text-\[6vw\] {
    font-size: 6vw;
  }

  .xs\:tw-text-base {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 500px) {
  .mobile\:tw-flex-row {
    flex-direction: row;
  }

  .mobile\:tw-items-center {
    align-items: center;
  }

  .mobile\:tw-justify-center {
    justify-content: center;
  }
}

@media (min-width: 640px) {
  .sm\:tw-flex {
    display: flex;
  }

  .sm\:tw-w-1\/3 {
    width: 33.333333%;
  }

  .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:tw-justify-between {
    justify-content: space-between;
  }

  .sm\:tw-p-2 {
    padding: 8px;
  }

  .sm\:tw-p-6 {
    padding: 24px;
  }

  .sm\:tw-text-left {
    text-align: left;
  }

  .sm\:tw-text-2xl {
    font-size: 24px;
    line-height: 32px;
  }

  .sm\:tw-text-\[10px\] {
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .md\:tw-left-0 {
    left: 0px;
  }

  .md\:tw-right-0 {
    right: 0px;
  }

  .md\:\!tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:\!tw-mt-16 {
    margin-top: 64px !important;
  }

  .md\:tw-mr-4 {
    margin-right: 16px;
  }

  .md\:tw-mt-40 {
    margin-top: 160px;
  }

  .md\:tw-mt-7 {
    margin-top: 28px;
  }

  .md\:tw-mt-8 {
    margin-top: 32px;
  }

  .md\:tw-block {
    display: block;
  }

  .md\:tw-flex {
    display: flex;
  }

  .md\:tw-inline-flex {
    display: inline-flex;
  }

  .md\:tw-grid {
    display: grid;
  }

  .md\:tw-hidden {
    display: none;
  }

  .md\:tw-size-12 {
    width: 48px;
    height: 48px;
  }

  .md\:tw-size-6 {
    width: 24px;
    height: 24px;
  }

  .md\:tw-size-8 {
    width: 32px;
    height: 32px;
  }

  .md\:tw-h-36 {
    height: 144px;
  }

  .md\:tw-h-44 {
    height: 176px;
  }

  .md\:tw-h-\[5vw\] {
    height: 5vw;
  }

  .md\:tw-h-\[600px\] {
    height: 600px;
  }

  .md\:tw-h-\[7vw\] {
    height: 7vw;
  }

  .md\:tw-h-\[8vw\] {
    height: 8vw;
  }

  .md\:tw-h-auto {
    height: auto;
  }

  .md\:tw-max-h-\[650px\] {
    max-height: 650px;
  }

  .md\:tw-max-h-full {
    max-height: 100%;
  }

  .md\:tw-min-h-96 {
    min-height: 384px;
  }

  .md\:tw-min-h-\[8vw\] {
    min-height: 8vw;
  }

  .md\:tw-w-1\/2 {
    width: 50%;
  }

  .md\:tw-w-1\/4 {
    width: 25%;
  }

  .md\:tw-w-40 {
    width: 160px;
  }

  .md\:tw-w-44 {
    width: 176px;
  }

  .md\:tw-w-\[200px\] {
    width: 200px;
  }

  .md\:tw-w-\[275px\] {
    width: 275px;
  }

  .md\:tw-w-\[2vw\] {
    width: 2vw;
  }

  .md\:tw-w-\[45\%\] {
    width: 45%;
  }

  .md\:tw-w-\[50\%\] {
    width: 50%;
  }

  .md\:tw-w-\[55\%\] {
    width: 55%;
  }

  .md\:tw-w-\[75vw\] {
    width: 75vw;
  }

  .md\:tw-w-\[calc\(45\%_-_12px\)\] {
    width: calc(45% - 12px);
  }

  .md\:tw-w-auto {
    width: auto;
  }

  .md\:tw-w-full {
    width: 100%;
  }

  .md\:tw-min-w-\[25vw\] {
    min-width: 25vw;
  }

  .md\:tw-max-w-\[750px\] {
    max-width: 750px;
  }

  .md\:tw-max-w-\[95vw\] {
    max-width: 95vw;
  }

  .md\:tw-max-w-xl {
    max-width: 36rem;
  }

  .md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-\[25px_8rem_72px\] {
    grid-template-columns: 25px 8rem 72px;
  }

  .md\:\!tw-flex-row {
    flex-direction: row !important;
  }

  .md\:tw-flex-row {
    flex-direction: row;
  }

  .md\:tw-flex-col {
    flex-direction: column;
  }

  .md\:tw-justify-center {
    justify-content: center;
  }

  .md\:tw-gap-1 {
    gap: 4px;
  }

  .md\:tw-gap-2 {
    gap: 8px;
  }

  .md\:tw-gap-3 {
    gap: 12px;
  }

  .md\:tw-gap-x-2 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .md\:tw-overflow-y-visible {
    overflow-y: visible;
  }

  .md\:\!tw-rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .md\:tw-rounded-md {
    border-radius: 0.375rem;
  }

  .md\:\!tw-border-none {
    border-style: none !important;
  }

  .md\:tw-bg-\[linear-gradient\(to_bottom\2c _transparent\2c _black_95\%\)\] {
    background-image: linear-gradient(to bottom, transparent, black 95%);
  }

  .md\:tw-bg-cover {
    background-size: cover;
  }

  .md\:tw-bg-center {
    background-position: center;
  }

  .md\:\!tw-p-2 {
    padding: 8px !important;
  }

  .md\:tw-p-0 {
    padding: 0px;
  }

  .md\:tw-p-24 {
    padding: 96px;
  }

  .md\:tw-p-5 {
    padding: 20px;
  }

  .md\:tw-p-6 {
    padding: 24px;
  }

  .md\:tw-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:tw-px-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:tw-pb-20 {
    padding-bottom: 80px;
  }

  .md\:tw-pl-3 {
    padding-left: 12px;
  }

  .md\:tw-pl-\[0px\] {
    padding-left: 0px;
  }

  .md\:tw-pl-\[15vw\] {
    padding-left: 15vw;
  }

  .md\:tw-pr-36 {
    padding-right: 144px;
  }

  .md\:tw-pr-5 {
    padding-right: 20px;
  }

  .md\:tw-pt-1 {
    padding-top: 4px;
  }

  .md\:tw-pt-16 {
    padding-top: 64px;
  }

  .md\:tw-text-center {
    text-align: center;
  }

  .md\:tw-text-2xl {
    font-size: 24px;
    line-height: 32px;
  }

  .md\:tw-text-\[12px\] {
    font-size: 12px;
  }

  .md\:tw-text-\[14px\] {
    font-size: 14px;
  }

  .md\:tw-text-\[5vw\] {
    font-size: 5vw;
  }

  .md\:tw-text-base {
    font-size: 16px;
    line-height: 24px;
  }

  .md\:tw-text-lg {
    font-size: 18px;
    line-height: 28px;
  }

  .md\:tw-text-sm {
    font-size: 14px;
    line-height: 20px;
  }

  .md\:tw-text-xs {
    font-size: 12px;
    line-height: 16px;
  }

  .md\:tw-font-medium {
    font-weight: 500;
  }

  .md\:tw-shadow-\[_0_-2px_8px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
    --tw-shadow: 0 -2px 8px rgba(0,0,0,0.5);
    --tw-shadow-colored: 0 -2px 8px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:tw-shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:before\:tw-h-full::before {
    content: var(--tw-content);
    height: 100%;
  }

  .md\:before\:tw-w-px::before {
    content: var(--tw-content);
    width: 1px;
  }
}

@media (min-width: 1024px) {
  .lg\:tw-relative {
    position: relative;
  }

  .lg\:tw-sticky {
    position: sticky;
  }

  .lg\:tw-top-0 {
    top: 0px;
  }

  .lg\:tw-mb-0 {
    margin-bottom: 0px;
  }

  .lg\:tw-mt-60 {
    margin-top: 240px;
  }

  .lg\:tw-block {
    display: block;
  }

  .lg\:tw-flex {
    display: flex;
  }

  .lg\:tw-hidden {
    display: none;
  }

  .lg\:tw-size-64 {
    width: 256px;
    height: 256px;
  }

  .lg\:tw-size-9 {
    width: 36px;
    height: 36px;
  }

  .lg\:tw-h-44 {
    height: 176px;
  }

  .lg\:tw-h-5 {
    height: 20px;
  }

  .lg\:tw-h-\[3\.5vw\] {
    height: 3.5vw;
  }

  .lg\:tw-h-\[5vw\] {
    height: 5vw;
  }

  .lg\:tw-min-h-\[5vw\] {
    min-height: 5vw;
  }

  .lg\:tw-w-1\/2 {
    width: 50%;
  }

  .lg\:tw-w-5 {
    width: 20px;
  }

  .lg\:tw-w-\[1vw\] {
    width: 1vw;
  }

  .lg\:tw-w-\[220px\] {
    width: 220px;
  }

  .lg\:tw-w-\[260px\] {
    width: 260px;
  }

  .lg\:tw-w-\[55vw\] {
    width: 55vw;
  }

  .lg\:tw-w-\[65vw\] {
    width: 65vw;
  }

  .lg\:tw-w-\[82\%\] {
    width: 82%;
  }

  .lg\:tw-w-\[calc\(50\%_-_12px\)\] {
    width: calc(50% - 12px);
  }

  .lg\:tw-w-full {
    width: 100%;
  }

  .lg\:tw-min-w-\[10vw\] {
    min-width: 10vw;
  }

  .lg\:tw-max-w-\[1000px\] {
    max-width: 1000px;
  }

  .lg\:tw-max-w-\[300px\] {
    max-width: 300px;
  }

  .lg\:tw-max-w-sm {
    max-width: 24rem;
  }

  .lg\:tw-flex-grow {
    flex-grow: 1;
  }

  .lg\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-\[55\%_45\%\] {
    grid-template-columns: 55% 45%;
  }

  .lg\:tw-flex-row {
    flex-direction: row;
  }

  .lg\:tw-gap-4 {
    gap: 16px;
  }

  .lg\:tw-gap-x-4 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .lg\:tw-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4px * var(--tw-space-y-reverse));
  }

  .lg\:tw-rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:tw-bg-\[linear-gradient\(to_bottom\2c _transparent\2c _black_95\%\)\] {
    background-image: linear-gradient(to bottom, transparent, black 95%);
  }

  .lg\:tw-bg-none {
    background-image: none;
  }

  .lg\:tw-bg-cover {
    background-size: cover;
  }

  .lg\:tw-bg-center {
    background-position: center;
  }

  .lg\:tw-p-0 {
    padding: 0px;
  }

  .lg\:tw-px-1 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .lg\:tw-px-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .lg\:tw-px-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:tw-px-8 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:tw-py-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lg\:tw-py-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:\!tw-pl-\[260px\] {
    padding-left: 260px !important;
  }

  .lg\:tw-pb-32 {
    padding-bottom: 128px;
  }

  .lg\:tw-pb-\[150px\] {
    padding-bottom: 150px;
  }

  .lg\:tw-pl-3 {
    padding-left: 12px;
  }

  .lg\:tw-pl-\[260px\] {
    padding-left: 260px;
  }

  .lg\:tw-pl-\[7\.5vw\] {
    padding-left: 7.5vw;
  }

  .lg\:tw-pt-0 {
    padding-top: 0px;
  }

  .lg\:\!tw-text-base {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .lg\:tw-text-2xl {
    font-size: 24px;
    line-height: 32px;
  }

  .lg\:tw-text-\[10px\] {
    font-size: 10px;
  }

  .lg\:tw-text-\[14px\] {
    font-size: 14px;
  }

  .lg\:tw-text-\[3\.5vw\] {
    font-size: 3.5vw;
  }

  .lg\:tw-text-base {
    font-size: 16px;
    line-height: 24px;
  }

  .lg\:tw-text-lg {
    font-size: 18px;
    line-height: 28px;
  }

  .lg\:tw-text-sm {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .xl\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:tw-w-1\/5 {
    width: 20%;
  }

  .xl\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-\[65\%_35\%\] {
    grid-template-columns: 65% 35%;
  }

  .xl\:tw-px-6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xl\:tw-py-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xl\:tw-text-sm {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:tw-w-1\/6 {
    width: 16.666667%;
  }

  .\32xl\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:tw-border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:tw-border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:tw-bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:tw-text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }

  .dark\:tw-ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .dark\:focus\:tw-ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
  }
}

.\[\&\:\:-webkit-inner-spin-button\]\:tw-appearance-none::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\:\:-webkit-outer-spin-button\]\:tw-appearance-none::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\>path\:first-of-type\]\:tw-stroke-green-600>path:first-of-type {
  stroke: #16a34a;
}

.\[\&\>path\:last-of-type\]\:tw-stroke-green-600>path:last-of-type {
  stroke: #16a34a;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-32175261daee76c82bb0edf0eea16a56421866fbc31e94f3c1d570aa114502f5.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-350df1b7131037de20e83c5c0f3a41a770d2ac48b5762ea772b3f4a8a7b9d47a.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-0b020fc6e696d88d296e7bb1f61f1eb2ad827848e2c7382a4c3e0999e702dd9b.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-40985a64b4d5dd213fba27fcd862a1bd1b337a97674f6ff0b9ec20abcee4bc69.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-faf32007ae120c302213557626e660dd10e711c5dd4f1113d35f26dc05b78d2f.png)/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
/*

 */

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
/*

 */

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */


.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
/*

 */


.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*

 */

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
/*

 */

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-draggable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*

 */

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
/*

 */

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
/*

 */

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-sortable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
/*

 */

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
/*

 */

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
/*

 */

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*

 */

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*




















 */

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*


 */

.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10001;
	margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */


.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:focus,.btn-adn.focus{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:hover{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}.btn-adn:active:hover,.btn-adn.active:hover,.open>.dropdown-toggle.btn-adn:hover,.btn-adn:active:focus,.btn-adn.active:focus,.open>.dropdown-toggle.btn-adn:focus,.btn-adn:active.focus,.btn-adn.active.focus,.open>.dropdown-toggle.btn-adn.focus{color:#fff;background-color:#b94630;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}
.btn-adn.disabled,.btn-adn[disabled],fieldset[disabled] .btn-adn,.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled.focus,.btn-adn[disabled].focus,fieldset[disabled] .btn-adn.focus,.btn-adn.disabled:active,.btn-adn[disabled]:active,fieldset[disabled] .btn-adn:active,.btn-adn.disabled.active,.btn-adn[disabled].active,fieldset[disabled] .btn-adn.active{background-color:#d87a68;border-color:rgba(0,0,0,0.2)}
.btn-adn .badge{color:#d87a68;background-color:#fff}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:focus,.btn-bitbucket.focus{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:hover{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:active:hover,.btn-bitbucket.active:hover,.open>.dropdown-toggle.btn-bitbucket:hover,.btn-bitbucket:active:focus,.btn-bitbucket.active:focus,.open>.dropdown-toggle.btn-bitbucket:focus,.btn-bitbucket:active.focus,.btn-bitbucket.active.focus,.open>.dropdown-toggle.btn-bitbucket.focus{color:#fff;background-color:#0f253c;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled.focus,.btn-bitbucket[disabled].focus,fieldset[disabled] .btn-bitbucket.focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket .badge{color:#205081;background-color:#fff}
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:focus,.btn-dropbox.focus{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:hover{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}.btn-dropbox:active:hover,.btn-dropbox.active:hover,.open>.dropdown-toggle.btn-dropbox:hover,.btn-dropbox:active:focus,.btn-dropbox.active:focus,.open>.dropdown-toggle.btn-dropbox:focus,.btn-dropbox:active.focus,.btn-dropbox.active.focus,.open>.dropdown-toggle.btn-dropbox.focus{color:#fff;background-color:#0a568c;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled.focus,.btn-dropbox[disabled].focus,fieldset[disabled] .btn-dropbox.focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
.btn-dropbox .badge{color:#1087dd;background-color:#fff}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:hover{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus{color:#fff;background-color:#23345a;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:focus,.btn-flickr.focus{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}
.btn-flickr:hover{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}.btn-flickr:active:hover,.btn-flickr.active:hover,.open>.dropdown-toggle.btn-flickr:hover,.btn-flickr:active:focus,.btn-flickr.active:focus,.open>.dropdown-toggle.btn-flickr:focus,.btn-flickr:active.focus,.btn-flickr.active.focus,.open>.dropdown-toggle.btn-flickr.focus{color:#fff;background-color:#a80057;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}
.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled.focus,.btn-flickr[disabled].focus,fieldset[disabled] .btn-flickr.focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}
.btn-flickr .badge{color:#ff0084;background-color:#fff}
.btn-foursquare{color:#fff;background-color:#f94877;border-color:rgba(0,0,0,0.2)}.btn-foursquare:focus,.btn-foursquare.focus{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:hover{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}.btn-foursquare:active:hover,.btn-foursquare.active:hover,.open>.dropdown-toggle.btn-foursquare:hover,.btn-foursquare:active:focus,.btn-foursquare.active:focus,.open>.dropdown-toggle.btn-foursquare:focus,.btn-foursquare:active.focus,.btn-foursquare.active.focus,.open>.dropdown-toggle.btn-foursquare.focus{color:#fff;background-color:#e30742;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none}
.btn-foursquare.disabled,.btn-foursquare[disabled],fieldset[disabled] .btn-foursquare,.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled.focus,.btn-foursquare[disabled].focus,fieldset[disabled] .btn-foursquare.focus,.btn-foursquare.disabled:active,.btn-foursquare[disabled]:active,fieldset[disabled] .btn-foursquare:active,.btn-foursquare.disabled.active,.btn-foursquare[disabled].active,fieldset[disabled] .btn-foursquare.active{background-color:#f94877;border-color:rgba(0,0,0,0.2)}
.btn-foursquare .badge{color:#f94877;background-color:#fff}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:focus,.btn-github.focus{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-github:hover{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}.btn-github:active:hover,.btn-github.active:hover,.open>.dropdown-toggle.btn-github:hover,.btn-github:active:focus,.btn-github.active:focus,.open>.dropdown-toggle.btn-github:focus,.btn-github:active.focus,.btn-github.active.focus,.open>.dropdown-toggle.btn-github.focus{color:#fff;background-color:#191919;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled.focus,.btn-github[disabled].focus,fieldset[disabled] .btn-github.focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2)}
.btn-github .badge{color:#444;background-color:#fff}
.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:focus,.btn-google.focus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:hover{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active:hover,.btn-google.active:hover,.open>.dropdown-toggle.btn-google:hover,.btn-google:active:focus,.btn-google.active:focus,.open>.dropdown-toggle.btn-google:focus,.btn-google:active.focus,.btn-google.active.focus,.open>.dropdown-toggle.btn-google.focus{color:#fff;background-color:#a32b1c;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled,.btn-google[disabled],fieldset[disabled] .btn-google,.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled.focus,.btn-google[disabled].focus,fieldset[disabled] .btn-google.focus,.btn-google.disabled:active,.btn-google[disabled]:active,fieldset[disabled] .btn-google:active,.btn-google.disabled.active,.btn-google[disabled].active,fieldset[disabled] .btn-google.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google .badge{color:#dd4b39;background-color:#fff}
.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:focus,.btn-instagram.focus{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:hover{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}.btn-instagram:active:hover,.btn-instagram.active:hover,.open>.dropdown-toggle.btn-instagram:hover,.btn-instagram:active:focus,.btn-instagram.active:focus,.open>.dropdown-toggle.btn-instagram:focus,.btn-instagram:active.focus,.btn-instagram.active.focus,.open>.dropdown-toggle.btn-instagram.focus{color:#fff;background-color:#26455d;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled.focus,.btn-instagram[disabled].focus,fieldset[disabled] .btn-instagram.focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}
.btn-instagram .badge{color:#3f729b;background-color:#fff}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:focus,.btn-linkedin.focus{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:hover{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}.btn-linkedin:active:hover,.btn-linkedin.active:hover,.open>.dropdown-toggle.btn-linkedin:hover,.btn-linkedin:active:focus,.btn-linkedin.active:focus,.open>.dropdown-toggle.btn-linkedin:focus,.btn-linkedin:active.focus,.btn-linkedin.active.focus,.open>.dropdown-toggle.btn-linkedin.focus{color:#fff;background-color:#00405f;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled.focus,.btn-linkedin[disabled].focus,fieldset[disabled] .btn-linkedin.focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-linkedin .badge{color:#007bb6;background-color:#fff}
.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:focus,.btn-microsoft.focus{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:hover{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}.btn-microsoft:active:hover,.btn-microsoft.active:hover,.open>.dropdown-toggle.btn-microsoft:hover,.btn-microsoft:active:focus,.btn-microsoft.active:focus,.open>.dropdown-toggle.btn-microsoft:focus,.btn-microsoft:active.focus,.btn-microsoft.active.focus,.open>.dropdown-toggle.btn-microsoft.focus{color:#fff;background-color:#0f4bac;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none}
.btn-microsoft.disabled,.btn-microsoft[disabled],fieldset[disabled] .btn-microsoft,.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled.focus,.btn-microsoft[disabled].focus,fieldset[disabled] .btn-microsoft.focus,.btn-microsoft.disabled:active,.btn-microsoft[disabled]:active,fieldset[disabled] .btn-microsoft:active,.btn-microsoft.disabled.active,.btn-microsoft[disabled].active,fieldset[disabled] .btn-microsoft.active{background-color:#2672ec;border-color:rgba(0,0,0,0.2)}
.btn-microsoft .badge{color:#2672ec;background-color:#fff}
.btn-odnoklassniki{color:#fff;background-color:#f4731c;border-color:rgba(0,0,0,0.2)}.btn-odnoklassniki:focus,.btn-odnoklassniki.focus{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:hover{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}.btn-odnoklassniki:active:hover,.btn-odnoklassniki.active:hover,.open>.dropdown-toggle.btn-odnoklassniki:hover,.btn-odnoklassniki:active:focus,.btn-odnoklassniki.active:focus,.open>.dropdown-toggle.btn-odnoklassniki:focus,.btn-odnoklassniki:active.focus,.btn-odnoklassniki.active.focus,.open>.dropdown-toggle.btn-odnoklassniki.focus{color:#fff;background-color:#b14c09;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{background-image:none}
.btn-odnoklassniki.disabled,.btn-odnoklassniki[disabled],fieldset[disabled] .btn-odnoklassniki,.btn-odnoklassniki.disabled:hover,.btn-odnoklassniki[disabled]:hover,fieldset[disabled] .btn-odnoklassniki:hover,.btn-odnoklassniki.disabled:focus,.btn-odnoklassniki[disabled]:focus,fieldset[disabled] .btn-odnoklassniki:focus,.btn-odnoklassniki.disabled.focus,.btn-odnoklassniki[disabled].focus,fieldset[disabled] .btn-odnoklassniki.focus,.btn-odnoklassniki.disabled:active,.btn-odnoklassniki[disabled]:active,fieldset[disabled] .btn-odnoklassniki:active,.btn-odnoklassniki.disabled.active,.btn-odnoklassniki[disabled].active,fieldset[disabled] .btn-odnoklassniki.active{background-color:#f4731c;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki .badge{color:#f4731c;background-color:#fff}
.btn-openid{color:#fff;background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid:focus,.btn-openid.focus{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}
.btn-openid:hover{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}.btn-openid:active:hover,.btn-openid.active:hover,.open>.dropdown-toggle.btn-openid:hover,.btn-openid:active:focus,.btn-openid.active:focus,.open>.dropdown-toggle.btn-openid:focus,.btn-openid:active.focus,.btn-openid.active.focus,.open>.dropdown-toggle.btn-openid.focus{color:#fff;background-color:#b86607;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none}
.btn-openid.disabled,.btn-openid[disabled],fieldset[disabled] .btn-openid,.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled.focus,.btn-openid[disabled].focus,fieldset[disabled] .btn-openid.focus,.btn-openid.disabled:active,.btn-openid[disabled]:active,fieldset[disabled] .btn-openid:active,.btn-openid.disabled.active,.btn-openid[disabled].active,fieldset[disabled] .btn-openid.active{background-color:#f7931e;border-color:rgba(0,0,0,0.2)}
.btn-openid .badge{color:#f7931e;background-color:#fff}
.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:focus,.btn-pinterest.focus{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:hover{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}.btn-pinterest:active:hover,.btn-pinterest.active:hover,.open>.dropdown-toggle.btn-pinterest:hover,.btn-pinterest:active:focus,.btn-pinterest.active:focus,.open>.dropdown-toggle.btn-pinterest:focus,.btn-pinterest:active.focus,.btn-pinterest.active.focus,.open>.dropdown-toggle.btn-pinterest.focus{color:#fff;background-color:#801419;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none}
.btn-pinterest.disabled,.btn-pinterest[disabled],fieldset[disabled] .btn-pinterest,.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled.focus,.btn-pinterest[disabled].focus,fieldset[disabled] .btn-pinterest.focus,.btn-pinterest.disabled:active,.btn-pinterest[disabled]:active,fieldset[disabled] .btn-pinterest:active,.btn-pinterest.disabled.active,.btn-pinterest[disabled].active,fieldset[disabled] .btn-pinterest.active{background-color:#cb2027;border-color:rgba(0,0,0,0.2)}
.btn-pinterest .badge{color:#cb2027;background-color:#fff}
.btn-reddit{color:#000;background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}.btn-reddit:focus,.btn-reddit.focus{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:hover{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}.btn-reddit:active:hover,.btn-reddit.active:hover,.open>.dropdown-toggle.btn-reddit:hover,.btn-reddit:active:focus,.btn-reddit.active:focus,.open>.dropdown-toggle.btn-reddit:focus,.btn-reddit:active.focus,.btn-reddit.active.focus,.open>.dropdown-toggle.btn-reddit.focus{color:#000;background-color:#98ccff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none}
.btn-reddit.disabled,.btn-reddit[disabled],fieldset[disabled] .btn-reddit,.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled.focus,.btn-reddit[disabled].focus,fieldset[disabled] .btn-reddit.focus,.btn-reddit.disabled:active,.btn-reddit[disabled]:active,fieldset[disabled] .btn-reddit:active,.btn-reddit.disabled.active,.btn-reddit[disabled].active,fieldset[disabled] .btn-reddit.active{background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}
.btn-reddit .badge{color:#eff7ff;background-color:#000}
.btn-soundcloud{color:#fff;background-color:#f50;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:focus,.btn-soundcloud.focus{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:hover{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:active:hover,.btn-soundcloud.active:hover,.open>.dropdown-toggle.btn-soundcloud:hover,.btn-soundcloud:active:focus,.btn-soundcloud.active:focus,.open>.dropdown-toggle.btn-soundcloud:focus,.btn-soundcloud:active.focus,.btn-soundcloud.active.focus,.open>.dropdown-toggle.btn-soundcloud.focus{color:#fff;background-color:#a83800;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none}
.btn-soundcloud.disabled,.btn-soundcloud[disabled],fieldset[disabled] .btn-soundcloud,.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled.focus,.btn-soundcloud[disabled].focus,fieldset[disabled] .btn-soundcloud.focus,.btn-soundcloud.disabled:active,.btn-soundcloud[disabled]:active,fieldset[disabled] .btn-soundcloud:active,.btn-soundcloud.disabled.active,.btn-soundcloud[disabled].active,fieldset[disabled] .btn-soundcloud.active{background-color:#f50;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud .badge{color:#f50;background-color:#fff}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:focus,.btn-tumblr.focus{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:hover{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}.btn-tumblr:active:hover,.btn-tumblr.active:hover,.open>.dropdown-toggle.btn-tumblr:hover,.btn-tumblr:active:focus,.btn-tumblr.active:focus,.open>.dropdown-toggle.btn-tumblr:focus,.btn-tumblr:active.focus,.btn-tumblr.active.focus,.open>.dropdown-toggle.btn-tumblr.focus{color:#fff;background-color:#111c26;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled.focus,.btn-tumblr[disabled].focus,fieldset[disabled] .btn-tumblr.focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
.btn-tumblr .badge{color:#2c4762;background-color:#fff}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:focus,.btn-twitter.focus{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:hover{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active:hover,.btn-twitter.active:hover,.open>.dropdown-toggle.btn-twitter:hover,.btn-twitter:active:focus,.btn-twitter.active:focus,.open>.dropdown-toggle.btn-twitter:focus,.btn-twitter:active.focus,.btn-twitter.active.focus,.open>.dropdown-toggle.btn-twitter.focus{color:#fff;background-color:#1583d7;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled.focus,.btn-twitter[disabled].focus,fieldset[disabled] .btn-twitter.focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}
.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo:focus,.btn-vimeo.focus{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:hover{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}.btn-vimeo:active:hover,.btn-vimeo.active:hover,.open>.dropdown-toggle.btn-vimeo:hover,.btn-vimeo:active:focus,.btn-vimeo.active:focus,.open>.dropdown-toggle.btn-vimeo:focus,.btn-vimeo:active.focus,.btn-vimeo.active.focus,.open>.dropdown-toggle.btn-vimeo.focus{color:#fff;background-color:#0f7b9f;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none}
.btn-vimeo.disabled,.btn-vimeo[disabled],fieldset[disabled] .btn-vimeo,.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled.focus,.btn-vimeo[disabled].focus,fieldset[disabled] .btn-vimeo.focus,.btn-vimeo.disabled:active,.btn-vimeo[disabled]:active,fieldset[disabled] .btn-vimeo:active,.btn-vimeo.disabled.active,.btn-vimeo[disabled].active,fieldset[disabled] .btn-vimeo.active{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}
.btn-vimeo .badge{color:#1ab7ea;background-color:#fff}
.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:focus,.btn-vk.focus{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}
.btn-vk:hover{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}.btn-vk:active:hover,.btn-vk.active:hover,.open>.dropdown-toggle.btn-vk:hover,.btn-vk:active:focus,.btn-vk.active:focus,.open>.dropdown-toggle.btn-vk:focus,.btn-vk:active.focus,.btn-vk.active.focus,.open>.dropdown-toggle.btn-vk.focus{color:#fff;background-color:#3a526b;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none}
.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled.focus,.btn-vk[disabled].focus,fieldset[disabled] .btn-vk.focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}
.btn-vk .badge{color:#587ea3;background-color:#fff}
.btn-yahoo{color:#fff;background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:focus,.btn-yahoo.focus{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:hover{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}.btn-yahoo:active:hover,.btn-yahoo.active:hover,.open>.dropdown-toggle.btn-yahoo:hover,.btn-yahoo:active:focus,.btn-yahoo.active:focus,.open>.dropdown-toggle.btn-yahoo:focus,.btn-yahoo:active.focus,.btn-yahoo.active.focus,.open>.dropdown-toggle.btn-yahoo.focus{color:#fff;background-color:#39074e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none}
.btn-yahoo.disabled,.btn-yahoo[disabled],fieldset[disabled] .btn-yahoo,.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled.focus,.btn-yahoo[disabled].focus,fieldset[disabled] .btn-yahoo.focus,.btn-yahoo.disabled:active,.btn-yahoo[disabled]:active,fieldset[disabled] .btn-yahoo:active,.btn-yahoo.disabled.active,.btn-yahoo[disabled].active,fieldset[disabled] .btn-yahoo.active{background-color:#720e9e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo .badge{color:#720e9e;background-color:#fff}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */

.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format('woff2'), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format('woff'), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format('truetype'), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/assets/owl.video.play-0436045686fddf10ccbbe2568e0cbffb457e7de7d43d1115c0056e81e97149ff.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/* line 2, app/assets/stylesheets/shared/autocomplete.css.scss */
.ui-autocomplete .ui-menu-item {
  font-size: 14px;
  padding: 4px 1em 4px .4em;
}

/* line 6, app/assets/stylesheets/shared/autocomplete.css.scss */
.ui-autocomplete .ui-menu-item:hover {
  background: #def !important;
  border-top: 0px;
  border-bottom: 0px;
}

/* line 12, app/assets/stylesheets/shared/autocomplete.css.scss */
.ui-autocomplete .ui-menu-item.empty-order-search {
  cursor: default;
  background: white !important;
}
/* line 1, app/assets/stylesheets/shared/button_controller.css.scss */
.button-controller-loader {
  margin: 0px auto;
  margin-top: 0px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

/* line 12, app/assets/stylesheets/shared/button_controller.css.scss */
.button-controller-loader.inverse-scheme {
  border-top: 1.1em solid rgba(50, 50, 50, 0.2);
  border-right: 1.1em solid rgba(50, 50, 50, 0.2);
  border-bottom: 1.1em solid rgba(50, 50, 50, 0.2);
  border-left: 1.1em solid #323232;
}

/* line 25, app/assets/stylesheets/shared/button_controller.css.scss */
.button-controller-loader,
.button-controller-loader:after {
  border-radius: 50%;
  width: 3em;
  height: 3em;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 1, app/assets/stylesheets/shared/spinner.css.scss */
.spinner {
  margin: 100px auto;
  text-align: center;
  width: 70px;
}

/* line 6, app/assets/stylesheets/shared/spinner.css.scss */
.spinner .bounce1 {
  animation-delay: -0.32s;
}

/* line 11, app/assets/stylesheets/shared/spinner.css.scss */
.spinner .bounce2 {
  animation-delay: -0.16s;
}

/* line 17, app/assets/stylesheets/shared/spinner.css.scss */
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes throbber {
  0% {
    background: #dde2e7;
  }

  10% {
    background: #6b9dc8;
  }

  40% {
    background: #dde2e7;
  }
}

/* :not(:required) hides these rules from IE9 and below */
.throbber:not(:required) {
  animation: throbber 2000ms 300ms infinite ease-out;
  background: #dde2e7;
  display: inline-block;
  position: relative;
  text-indent: -9999px;
  width: 0.9em;
  height: 1.5em;
  margin: 0 1.6em;
}
.throbber:not(:required):before, .throbber:not(:required):after {
  background: #dde2e7;
  content: '\x200B';
  display: inline-block;
  width: 0.9em;
  height: 1.5em;
  position: absolute;
  top: 0;
}
.throbber:not(:required):before {
  animation: throbber 2000ms 150ms infinite ease-out;
  left: -1.6em;
}
.throbber:not(:required):after {
  animation: throbber 2000ms 450ms infinite ease-out;
  right: -1.6em;
}
/* ============================================================
  COMMON
============================================================ */

#wrapper {
  min-width: 600px;
}

.settings {
  display: table;
  width: 100%;
}
.settings .row {
  display: table-row;
}
.settings .question,
.settings .switch {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.settings .question {
  width: 600px;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
}

/* ============================================================
  COMMON
============================================================ */
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* ============================================================
  SWITCH 1 - ROUND
============================================================ */
input.cmn-toggle-round + label {
  padding: 2px;
  width: 100px;
  height: 40px;
  background-color: #dddddd;
  border-radius: 40px;
}
input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 40px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 58px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 40px;
}

/* ============================================================
  SWITCH 2 - ROUND FLAT
============================================================ */
input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 100px;
  height: 40px;
  background-color: #dddddd;
  border-radius: 40px;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 40px;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 52px;
  background-color: #dddddd;
  border-radius: 52px;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {
  background-color: #8ce196;
}
input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 40px;
  background-color: #8ce196;
}

/* ============================================================
  SWITCH 3 - YES NO
============================================================ */
input.cmn-toggle-yes-no + label {
  padding: 2px;
  width: 100px;
  height: 40px;
}
input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no + label:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}
input.cmn-toggle-yes-no + label:before {
  background-color: #dddddd;
  content: attr(data-off);
  transition: transform 0.5s;
  backface-visibility: hidden;
}
input.cmn-toggle-yes-no + label:after {
  background-color: #8ce196;
  content: attr(data-on);
  transition: transform 0.5s;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}
input.cmn-toggle-yes-no:checked + label:before {
  transform: rotateY(180deg);
}
input.cmn-toggle-yes-no:checked + label:after {
  transform: rotateY(0);
}
/*
 * Tipped - A Complete Javascript Tooltip Solution - v4.5.5
 * (c) 2012-2016 Nick Stakenburg
 *
 * http://www.tippedjs.com
 *
 * License: http://www.tippedjs.com/license
 */


.tpd-tooltip {
  position: absolute;
}

/* Fix for CSS frameworks that don't keep the use of box-sizing: border-box
   within their own namespace */
.tpd-tooltip,
.tpd-tooltip [class^="tpd-"] {
  box-sizing: content-box;
}

/* Content */
.tpd-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tpd-content-spacer,
.tpd-content-relative,
.tpd-content-relative-padder {
  float: left;
  position: relative;
}
.tpd-content-relative {
  width: 100%;
}

.tpd-content {
  float: left;
  clear: both;
  position: relative;
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
}
.tpd-has-inner-close .tpd-content-relative .tpd-content { padding-right: 0 !important; }
.tpd-tooltip .tpd-content-no-padding { padding: 0 !important; }

.tpd-title-wrapper {
  float: left;
  position: relative;
  overflow: hidden;
}
.tpd-title-spacer {
  float: left;
}
.tpd-title-relative,
.tpd-title-relative-padder {
  float: left;
  position: relative;
}
.tpd-title-relative { width: 100%; }
.tpd-title {
  float: left;
  position: relative;
  font-size: 11px;
  line-height: 16px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.tpd-has-title-close .tpd-title { padding-right: 0 !important; }
.tpd-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
}
.tpd-close-icon {
  float: left;
  font-family: Arial, Baskerville, monospace;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}


/* Skin */
.tpd-skin {
  position: absolute;
  top: 0;
  left: 0;
}

.tpd-frames {
  position: absolute;
  top: 0;
  left: 0;
}
.tpd-frames .tpd-frame {
  float: left;
  width: 100%;
  height: 100%;
  clear: both;
  display: none;
}

.tpd-visible-frame-top .tpd-frame-top { display: block; }
.tpd-visible-frame-bottom .tpd-frame-bottom { display: block; }
.tpd-visible-frame-left .tpd-frame-left { display: block; }
.tpd-visible-frame-right .tpd-frame-right { display: block; }

.tpd-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0% 0%;
}
.tpd-background-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
}
.tpd-no-shadow .tpd-skin .tpd-background-shadow { box-shadow: none !important; }

.tpd-background-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
/* only the top background box should be shown when not using a stem */
.tpd-no-stem .tpd-background-box,
.tpd-no-stem .tpd-shift-stem { display: none; }
.tpd-no-stem .tpd-background-box-top { display: block; }

.tpd-background-box-shift,
.tpd-background-box-shift-further {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.tpd-background {
  border-radius: 10px;
  float: left;
  clear: both;
  background: none;
  -webkit-background-clip: padding-box; /* Safari */
  background-clip: padding-box; /* IE9+, Firefox 4+, Opera, Chrome */
  border-style: solid;
  border-width: 1px;
  border-color: #282828;
  border-color: rgba(255,255,255,.1); /* opacity here bugs out in firefox, .tpd-background-content should have no opacity if this opacity is less than 1 */
}
.tpd-background-loading { display: none; }
/* no radius */
.tpd-no-radius .tpd-skin .tpd-frames .tpd-frame .tpd-backgrounds .tpd-background { border-radius: 0; }
.tpd-background-title {
  float: left;
  clear: both;
  width: 100%;
  background-color: #282828;
}
.tpd-background-content {
  float: left;
  clear: both;
  width: 100%;
  background-color: #282828;
}
.tpd-background-border-hack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
}

.tpd-background-box-top { top: 0; }
.tpd-background-box-bottom { bottom: 0; }
.tpd-background-box-left { left: 0; }
.tpd-background-box-right { right: 0; }

/* iframeshim IE6 */
.tpd-iframeshim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* Skin / Stems */
.tpd-shift-stem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.tpd-shift-stem-side {
  position: absolute;
}
.tpd-frame-top .tpd-shift-stem-side,
.tpd-frame-bottom .tpd-shift-stem-side { width: 100%; }
.tpd-frame-left .tpd-shift-stem-side,
.tpd-frame-right .tpd-shift-stem-side { height: 100%; }

.tpd-stem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; /* shows possible invalid subpx rendering */
  width: 16px; /* best cross browser stem: width = 2 x height (90deg angle) */
  height: 8px;
  margin-left: 3px; /* space from the side */
  margin-top: 2px; /* space between target and stem */
  transform-origin: 0% 0%;
}
/* remove margins once we're done measuring */
.tpd-tooltip .tpd-skin .tpd-frames .tpd-frame .tpd-shift-stem .tpd-stem-reset { margin: 0 !important; }

.tpd-stem-spacer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tpd-stem-reset .tpd-stem-spacer { margin-top: 0; }

.tpd-stem-point {
  width: 100px;
  position: absolute;
  top: 0;
  left: 50%;
}
.tpd-stem-downscale,
.tpd-stem-transform {
  float: left;
  width: 100%;
  height: 100%;
  transform-origin: 0% 0%;
  position: relative;
}

.tpd-stem-side {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.tpd-stem-side-inversed {
  transform: scale(-1,1);
}
.tpd-stem-triangle {
  width: 0;
  height: 0;
  border-bottom-style: solid;
  border-left-color: transparent;
  border-left-style: solid;
  position: absolute;
  top: 0;
  left: 0;
}
.tpd-stem-border {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff; /* will become transparent */
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 0;
}

.tpd-stem-border-corner {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-right-style: solid;
  border-right-width: 0;
}

/* fixes rendering issue in IE */
.tpd-stem * { z-index: 0; zoom: 1; }

/* used by IE < 9 */
.tpd-stem-border-center-offset,
.tpd-stem-border-center-offset-inverse {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tpd-stem-notransform {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.tpd-stem-notransform .tpd-stem-border {
  height: 100%;
  position: relative;
  float: left;
  top: 0;
  left: 0;
  margin: 0;
}
.tpd-stem-notransform .tpd-stem-border-center {
  position: absolute;
}
.tpd-stem-notransform .tpd-stem-border-corner {
  background: #fff;
  border: 0;
  top: auto;
  left: auto;
}
.tpd-stem-notransform .tpd-stem-border-center,
.tpd-stem-notransform .tpd-stem-triangle {
  height: 0;
  border: 0;
  left: 50%;
}

/* transformations for left/right/bottom */
.tpd-stem-transform-left {
  transform: rotate(-90deg) scale(-1,1);
}
.tpd-stem-transform-right {
  transform: rotate(90deg) translate(0, -100%);
}
.tpd-stem-transform-bottom {
  transform: scale(1,-1) translate(0, -100%);
}


/* Spinner */
.tpd-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 36px;
}
.tpd-spinner-spin {
  position: relative;
  float: left;
  margin: 8px 0 0 13px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  animation: tpd-spinner-animation 1.1s infinite linear;
  box-sizing: border-box !important;
}
.tpd-spinner-spin,
.tpd-spinner-spin:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
@keyframes tpd-spinner-animation {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* show the loader while loading and hide all the content */
.tpd-is-loading .tpd-content-wrapper,
.tpd-is-loading .tpd-title-wrapper { display: none; }
.tpd-is-loading .tpd-background { display: none; }
.tpd-is-loading .tpd-background-loading { display: block; }



/* Resets while measuring content */
.tpd-tooltip-measuring {
  top: 0;
  left: 0;
  position: absolute;
  max-width: 100%;
  width: 100%;
}
.tpd-tooltip-measuring .tpd-skin,
.tpd-tooltip-measuring .tpd-spinner {
  display: none;
}

.tpd-tooltip-measuring .tpd-content-wrapper,
.tpd-tooltip-measuring .tpd-title-wrapper { display: block; }


/* Links */
.tpd-tooltip a,
.tpd-tooltip a:hover { color: #808080; text-decoration: underline; }
.tpd-tooltip a:hover { color: #6c6c6c; }


/*
 * Sizes
 */
/* x-small */
.tpd-size-x-small .tpd-content,
.tpd-size-x-small .tpd-title {
  padding: 7px 8px;
  font-size: 10px;
  line-height: 15px;
}
.tpd-size-x-small .tpd-background { border-radius: 5px; }
.tpd-size-x-small .tpd-stem {
  width: 12px;
  height: 6px;
  margin-left: 4px;
  margin-top: 2px; /* space between target and stem */
}
.tpd-size-x-small.tpd-no-radius .tpd-stem { margin-left: 7px; }
.tpd-size-x-small .tpd-close { margin-bottom: 1px; }
.tpd-size-x-small .tpd-spinner {
  width: 35px;
  height: 29px;
}
.tpd-size-x-small .tpd-spinner-spin { margin: 6px 0 0 9px; }
.tpd-size-x-small .tpd-spinner-spin,
.tpd-size-x-small .tpd-spinner-spin:after {
  width: 17px;
  height: 17px;
}

/* small */
.tpd-size-small .tpd-content,
.tpd-size-small .tpd-title {
  padding: 8px;
  font-size: 10px;
  line-height: 16px;
}
.tpd-size-small .tpd-background { border-radius: 6px; }
.tpd-size-small .tpd-stem {
  width: 14px;
  height: 7px;
  margin-left: 5px;
  margin-top: 2px; /* space between target and stem */
}
.tpd-size-small.tpd-no-radius .tpd-stem { margin-left: 8px; }
.tpd-size-small .tpd-close { margin: 2px 1px; }
.tpd-size-small .tpd-spinner {
  width: 42px;
  height: 32px;
}
.tpd-size-small .tpd-spinner-spin { margin: 7px 0 0 13px; }
.tpd-size-small .tpd-spinner-spin,
.tpd-size-small .tpd-spinner-spin:after {
  width: 18px;
  height: 18px;
}


/* medium (default) */
.tpd-size-medium .tpd-content,
.tpd-size-medium .tpd-title {
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
}
.tpd-size-medium .tpd-background { border-radius: 8px; }
.tpd-size-medium .tpd-stem {
  width: 16px;      /* best cross browser stem width is 2xheight, for a 90deg angle */
  height: 8px;
  margin-left: 6px; /* space from the side */
  margin-top: 2px; /* space between target and stem */
}
.tpd-size-medium.tpd-no-radius .tpd-stem { margin-left: 10px; }
.tpd-size-medium .tpd-close { margin: 4px 2px; }
/* ideal spinner dimensions don't cause movement op top and
   on the stem when switching to text using position:'topleft' */
.tpd-size-medium .tpd-spinner {
  width: 50px;
  height: 36px;
}
.tpd-size-medium .tpd-spinner-spin { margin: 8px 0 0 15px; }
.tpd-size-medium .tpd-spinner-spin,
.tpd-size-medium .tpd-spinner-spin:after {
  width: 20px;
  height: 20px;
}


/* large */
.tpd-size-large .tpd-content,
.tpd-size-large .tpd-title {
  padding: 10px;
  font-size: 13px;
  line-height: 18px;
}
.tpd-size-large .tpd-background { border-radius: 8px; }
.tpd-size-large .tpd-stem {
  width: 18px;
  height: 9px;
  margin-left: 7px;
  margin-top: 2px; /* space between target and stem */
}
.tpd-size-large.tpd-no-radius .tpd-stem { margin-left: 10px; }
.tpd-size-large .tpd-close { margin: 5px 2px 5px 2px; }
.tpd-size-large .tpd-spinner {
  width: 54px;
  height: 38px;
}
.tpd-size-large .tpd-spinner-spin { margin: 9px 0 0 17px; }
.tpd-size-large .tpd-spinner-spin,
.tpd-size-large .tpd-spinner-spin:after {
  width: 20px;
  height: 20px;
}



/* Skins */
/* default (dark) */
.tpd-skin-dark .tpd-content,
.tpd-skin-dark .tpd-title,
.tpd-skin-dark .tpd-close { color: #fff; }
.tpd-skin-dark .tpd-background-content,
.tpd-skin-dark .tpd-background-title {
  background-color: #282828;
}
.tpd-skin-dark .tpd-background {
  border-width: 1px;
  border-color: #282828;
  border-color: rgba(255,255,255,.1);
}
/* line below the title */
.tpd-skin-dark .tpd-title-wrapper { border-bottom: 1px solid #404040; }
/* spinner */
.tpd-skin-dark .tpd-spinner-spin {
  border-color: rgba(255,255,255,.2);
  border-left-color: #fff;
}
/* links */
.tpd-skin-dark a { color: #ccc; }
.tpd-skin-dark a:hover { color: #c0c0c0; }

/* line 1, app/assets/stylesheets/alerter/alerts.css.scss */
.alerter-container {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  padding-top: 150px;
}

/* line 11, app/assets/stylesheets/alerter/alerts.css.scss */
.alerter-container .alerter-modal {
  background-color: white;
  width: 50%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  margin-top: -80px;
}

/* line 20, app/assets/stylesheets/alerter/alerts.css.scss */
.alerter-container .alerter-modal .picker__select--month, .alerter-container .alerter-modal .picker__select--year {
  padding: 0px;
}

/* line 24, app/assets/stylesheets/alerter/alerts.css.scss */
.alerter-container .alerter-modal .alerter-message {
  font-size: 20px;
  margin-bottom: 20px;
  padding: 8px 0px;
}

/* line 30, app/assets/stylesheets/alerter/alerts.css.scss */
.alerter-container .alerter-modal .alerter-input {
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  height: 40px;
  margin-bottom: 10px;
}

/* line 38, app/assets/stylesheets/alerter/alerts.css.scss */
.alerter-container .alerter-modal .btn {
  font-size: 20px;
  padding: 10px;
}

/* line 42, app/assets/stylesheets/alerter/alerts.css.scss */
.alerter-container .alerter-modal .btn.alerter-full-page-button {
  width: 100%;
}

/* line 46, app/assets/stylesheets/alerter/alerts.css.scss */
.alerter-container .alerter-modal .btn.alerter-half-page-button {
  display: inline-block;
  width: 45%;
}

@media (max-width: 1000px) {
  /* line 56, app/assets/stylesheets/alerter/alerts.css.scss */
  .alerter-container .alerter-modal {
    width: 75%;
  }
}

@media (max-width: 700px) {
  /* line 64, app/assets/stylesheets/alerter/alerts.css.scss */
  .alerter-container .alerter-modal {
    width: 95%;
    margin-top: -140px;
  }
  /* line 68, app/assets/stylesheets/alerter/alerts.css.scss */
  .alerter-container .alerter-modal .alerter-message {
    font-size: 16px;
    padding: 0px;
  }
  /* line 73, app/assets/stylesheets/alerter/alerts.css.scss */
  .alerter-container .alerter-modal .picker__holder {
    max-width: 80%;
  }
  /* line 77, app/assets/stylesheets/alerter/alerts.css.scss */
  .alerter-container .alerter-modal .picker__select--month, .alerter-container .alerter-modal .picker__select--year {
    font-size: 12px;
  }
}
/* line 1, app/assets/stylesheets/animation_controllers/spinner.css.scss */
.modal-spinner {
  margin: 100px auto 100px;
  width: 70px;
  text-align: center;
}

/* line 7, app/assets/stylesheets/animation_controllers/spinner.css.scss */
.modal-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}

/* line 21, app/assets/stylesheets/animation_controllers/spinner.css.scss */
.modal-spinner .bounce1 {
  animation-delay: -0.32s;
}

/* line 26, app/assets/stylesheets/animation_controllers/spinner.css.scss */
.modal-spinner .bounce2 {
  animation-delay: -0.16s;
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* line 2, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body {
  padding: 27px;
  padding-bottom: 40px;
}

/* line 6, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .form-group {
  margin-bottom: 10px;
}

/* line 9, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .form-group label {
  font-size: 16px;
}

/* line 13, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .form-group .form-control {
  height: 40px;
  font-size: 15px !important;
}

/* line 19, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .save-account-info {
  width: 100%;
  margin-top: 15px;
  font-size: 18px;
  margin-bottom: -10px;
}

/* line 26, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .edit-payment-info {
  width: 100%;
  margin-top: 15px;
  font-size: 18px;
  margin-bottom: -10px;
}

/* line 33, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .edit-privacy-info {
  width: 100%;
  margin-top: 15px;
  font-size: 18px;
}

/* line 39, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .edit-basic-info {
  width: 100%;
  margin-top: 15px;
  font-size: 18px;
  margin-bottom: 5px;
}

/* line 46, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .delete-account, #account-info-modal .modal-body .go-back-from-privacy {
  width: 100%;
  margin-top: 5px;
  font-size: 18px;
  margin-bottom: 5px;
}

/* line 53, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .card-wrapper {
  margin-bottom: 25px;
}

/* line 57, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .card-input-edit {
  width: 49%;
  margin-top: 5px;
  display: inline-block;
  height: 40px;
}

/* line 64, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .card-input-edit.card-input-edit-full-width {
  width: 100%;
}

/* line 69, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body #braintree-dropin-container__account {
  margin-top: -10px;
}

/* line 73, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body #finix-dropin-container__account {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
  position: relative;
}

/* line 80, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .security-disclaimer-title {
  font-size: 20px;
  font-weight: bold;
  color: #555;
}

/* line 86, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .security-disclaimer-subtitle {
  margin-bottom: 20px;
  color: #888;
}

/* line 91, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .current-card-info {
  margin-bottom: 10px;
}

/* line 94, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .current-card-info .current-card-edit-card {
  color: #0307AB;
  cursor: pointer;
}

/* line 98, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .current-card-info .current-card-remove-card {
  color: red;
  cursor: pointer;
  margin-left: 7px;
}

/* line 105, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .current-bank-info {
  margin-top: -5px;
  margin-bottom: 10px;
}

/* line 109, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .current-bank-info .current-bank-edit-bank {
  color: #0307AB;
  cursor: pointer;
}

/* line 113, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .current-bank-info .current-bank-remove-bank {
  color: red;
  cursor: pointer;
  margin-left: 7px;
}

/* line 120, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .card-error {
  border-color: red;
}

/* line 124, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .campaign-code-display-url {
  font-size: 12px !important;
  cursor: pointer;
}

/* line 129, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .StripeElement {
  height: 40px;
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 20px;
}

/* line 138, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

/* line 142, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .StripeElement--invalid {
  border-color: #fa755a;
}

/* line 146, app/assets/stylesheets/customer_facing/account_info.css.scss */
#account-info-modal .modal-body .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

@media (max-width: 700px) {
  /* line 156, app/assets/stylesheets/customer_facing/account_info.css.scss */
  #account-info-modal .modal-body .card-wrapper {
    display: none;
  }
  /* line 160, app/assets/stylesheets/customer_facing/account_info.css.scss */
  #account-info-modal .modal-body .card-input-edit {
    width: 100%;
    margin-top: 5px;
    display: inline-block;
    height: 40px;
  }
}
/* line 1, app/assets/stylesheets/customer_facing/alcohol.css.scss */
#alcohol-landing {
  padding-top: 50px;
}

/* line 4, app/assets/stylesheets/customer_facing/alcohol.css.scss */
#alcohol-landing #alcohol-landing-search {
  width: 50%;
  margin: 0 auto;
}

/* line 10, app/assets/stylesheets/customer_facing/alcohol.css.scss */
#alcohol-landing #alcohol-landing-search #alcohol-landing-search-box .logo-text-wrapper img {
  width: 90%;
  height: auto;
  display: block;
  margin: auto;
}

/* line 18, app/assets/stylesheets/customer_facing/alcohol.css.scss */
#alcohol-landing #alcohol-landing-search #alcohol-landing-search-box #alcohol-address-picker {
  font-size: 20px;
  height: 50px;
  margin-top: 5px;
}

/* line 23, app/assets/stylesheets/customer_facing/alcohol.css.scss */
#alcohol-landing #alcohol-landing-search #alcohol-landing-search-box #submit-alcohol-search {
  height: 50px;
  width: 100%;
  font-size: 20px;
}

/* line 31, app/assets/stylesheets/customer_facing/alcohol.css.scss */
#alcohol-landing #alcohol-landing-instructions {
  background-color: rgba(28, 41, 83, 0.5);
  width: 50%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 30px;
  padding-left: 50px;
  margin-top: 20px;
  color: white;
  font-size: 23px;
  border: 1px solid #428bca;
}

/* line 43, app/assets/stylesheets/customer_facing/alcohol.css.scss */
#alcohol-landing #alcohol-landing-instructions #instruction-title {
  margin-bottom: 10px;
}

/* line 47, app/assets/stylesheets/customer_facing/alcohol.css.scss */
#alcohol-landing #alcohol-landing-instructions .instruction {
  font-size: 16px;
  list-style: none;
  margin-bottom: 5px;
}

/* line 52, app/assets/stylesheets/customer_facing/alcohol.css.scss */
#alcohol-landing #alcohol-landing-instructions .instruction i.fa {
  font-size: 22px;
  width: 40px;
}

/* line 59, app/assets/stylesheets/customer_facing/alcohol.css.scss */
#alcohol-landing .download-on-app-store {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

/* line 64, app/assets/stylesheets/customer_facing/alcohol.css.scss */
#alcohol-landing .download-on-app-store img {
  width: 120px;
}

/* line 69, app/assets/stylesheets/customer_facing/alcohol.css.scss */
#alcohol-landing #alcohol-landing-promoted-photos {
  text-align: center;
  width: 100%;
  background-color: rgba(28, 41, 83, 0.85);
  padding: 10px 0px;
  padding-bottom: 50px;
  min-height: 85%;
  margin-top: 80px;
}

/* line 78, app/assets/stylesheets/customer_facing/alcohol.css.scss */
#alcohol-landing #alcohol-landing-promoted-photos .alcohol-tags {
  text-align: center;
  width: 100%;
}

/* line 82, app/assets/stylesheets/customer_facing/alcohol.css.scss */
#alcohol-landing #alcohol-landing-promoted-photos .alcohol-tags img {
  width: 20%;
  min-width: 80px;
  display: inline-block;
}

/* line 88, app/assets/stylesheets/customer_facing/alcohol.css.scss */
#alcohol-landing #alcohol-landing-promoted-photos .alcohol-photos {
  text-align: center;
  width: 100%;
}

/* line 92, app/assets/stylesheets/customer_facing/alcohol.css.scss */
#alcohol-landing #alcohol-landing-promoted-photos .alcohol-photos img {
  width: 20%;
  height: auto;
  display: inline-block;
  margin: 20px 2%;
}

@media (max-width: 1200px) {
  /* line 104, app/assets/stylesheets/customer_facing/alcohol.css.scss */
  #alcohol-landing #alcohol-landing-search {
    width: 70%;
  }
  /* line 107, app/assets/stylesheets/customer_facing/alcohol.css.scss */
  #alcohol-landing #alcohol-landing-instructions {
    width: 70%;
  }
}

@media (max-width: 900px) {
  /* line 115, app/assets/stylesheets/customer_facing/alcohol.css.scss */
  #alcohol-landing #alcohol-landing-search {
    width: 90%;
  }
  /* line 120, app/assets/stylesheets/customer_facing/alcohol.css.scss */
  #alcohol-landing #alcohol-landing-search #alcohol-landing-search-box .logo-text-wrapper img {
    width: 100%;
  }
  /* line 126, app/assets/stylesheets/customer_facing/alcohol.css.scss */
  #alcohol-landing #alcohol-landing-instructions {
    width: 90%;
  }
}

@media (max-width: 700px) {
  /* line 136, app/assets/stylesheets/customer_facing/alcohol.css.scss */
  #alcohol-landing #alcohol-landing-promoted-photos .alcohol-photos img {
    width: 40%;
    margin: 20px 2%;
  }
  /* line 142, app/assets/stylesheets/customer_facing/alcohol.css.scss */
  #alcohol-landing #alcohol-landing-instructions {
    font-size: 18px;
    padding-left: 30px;
  }
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/customer_facing/company.css.scss */
.company-spinner {
  text-align: center;
}

/* line 5, app/assets/stylesheets/customer_facing/company.css.scss */
.modal-backdrop {
  overflow: hidden;
  z-index: 99999;
}

/* line 10, app/assets/stylesheets/customer_facing/company.css.scss */
.checkout-modal-backdrop {
  overflow: hidden;
  z-index: 100001 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 20, app/assets/stylesheets/customer_facing/company.css.scss */
.company {
  margin-top: 60px;
  padding-bottom: 30px;
  min-height: 700px;
}

/* line 25, app/assets/stylesheets/customer_facing/company.css.scss */
.company.kiosk-mode {
  margin-top: 0px;
}

/* line 28, app/assets/stylesheets/customer_facing/company.css.scss */
.company.kiosk-mode .tabs, .company.kiosk-mode .mobile-dropdown {
  position: fixed;
  top: 0px;
  z-index: 100;
  box-shadow: 0 2px 2px -2px #222;
}

/* line 35, app/assets/stylesheets/customer_facing/company.css.scss */
.company.kiosk-mode .products {
  padding-top: 70px;
  padding-bottom: 20px;
}

/* line 41, app/assets/stylesheets/customer_facing/company.css.scss */
.company .highlight {
  background-color: #FCFBE5;
}

/* line 45, app/assets/stylesheets/customer_facing/company.css.scss */
.company .logo-head {
  width: 100%;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #0090b9;
}

/* line 52, app/assets/stylesheets/customer_facing/company.css.scss */
.company .logo-head img {
  height: 150px;
  width: auto;
  cursor: pointer;
}

/* line 61, app/assets/stylesheets/customer_facing/company.css.scss */
.company .sidebar-tabs .tab.active {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

/* line 70, app/assets/stylesheets/customer_facing/company.css.scss */
.company .tabs {
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background-color: white;
  text-align: center;
  padding: 0px 20px;
  overflow: auto hidden;
  white-space: nowrap;
  transform: rotateX(180deg);
}

/* line 81, app/assets/stylesheets/customer_facing/company.css.scss */
.company .tabs .tab {
  color: #777;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  display: table;
  height: 50px;
  display: inline-block;
  padding: 15px 7px;
  font-weight: 600;
  transform: rotateX(180deg);
}

/* line 93, app/assets/stylesheets/customer_facing/company.css.scss */
.company .tabs .tab .dropdown-toggle::after {
  display: none;
}

/* line 97, app/assets/stylesheets/customer_facing/company.css.scss */
.company .tabs .tab p {
  display: table-cell;
  vertical-align: middle;
}

/* line 102, app/assets/stylesheets/customer_facing/company.css.scss */
.company .tabs .tab:hover {
  color: #333;
}

/* line 106, app/assets/stylesheets/customer_facing/company.css.scss */
.company .tabs .tab.active {
  color: #049146;
  border-bottom: 3px solid #049146;
  border-left: 0px;
}

/* line 107, app/assets/stylesheets/customer_facing/company.css.scss */
.company .tabs .tab.active .dropdown-toggle::after {
  display: inline-block;
}

/* line 116, app/assets/stylesheets/customer_facing/company.css.scss */
.company .tabs .tab .secondary-category-dropdown.active {
  color: #049146;
  border-bottom: #2E2F30;
  border-left: 0px;
}

/* line 121, app/assets/stylesheets/customer_facing/company.css.scss */
.company .tabs .tab .secondary-category-dropdown .dropdown-menu {
  display: none;
  margin-left: -2px;
}

/* line 125, app/assets/stylesheets/customer_facing/company.css.scss */
.company .tabs .tab .secondary-category-dropdown .category-caret {
  margin-right: 4px;
}

/* line 130, app/assets/stylesheets/customer_facing/company.css.scss */
.company .tabs .tab.caret-shown {
  padding-left: 4px;
}

/* line 135, app/assets/stylesheets/customer_facing/company.css.scss */
.company .tabs.sticky {
  position: fixed;
  top: 65px;
  z-index: 100;
  box-shadow: 0 2px 2px -2px #222;
}

/* line 143, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products {
  padding: 15px 0px;
}

/* line 146, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products h2 {
  color: #666;
  margin-left: 10px;
  font-size: 28px !important;
}

/* line 152, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .closed-warning {
  font-size: 19px;
  text-align: center;
  color: #006089;
  margin-top: 10px;
  width: 100%;
  background-color: rgba(150, 80, 200, 0.1);
  padding: 10px;
}

/* line 162, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .secondary-category-block {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 12px;
}

/* line 178, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box.hidden-title, .company .products .category-box.hidden-title {
  height: 180px;
}

/* line 182, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box.hidden-title .category-img-wrapper img, .company .products .category-box.hidden-title .category-img-wrapper img {
  max-width: 90%;
  max-height: 90%;
}

/* line 189, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box.search-result, .company .products .category-box.search-result {
  background-color: #FCFBE5;
}

/* line 193, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box:hover, .company .products .category-box:hover {
  background-color: #f9f9ff;
}

/* line 197, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box .snap-icon-wrapper, .company .products .category-box .snap-icon-wrapper {
  position: absolute;
  z-index: 5;
  text-align: center;
  margin-top: 7px;
  margin-left: 7px;
}

/* line 204, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box .snap-icon-wrapper img, .company .products .category-box .snap-icon-wrapper img {
  width: 30px;
  opacity: 0;
  transition: opacity 0.5s;
}

/* line 214, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box .product-img-wrapper, .company .products .product-box .category-img-wrapper, .company .products .category-box .product-img-wrapper, .company .products .category-box .category-img-wrapper {
  height: 130px;
  width: 200px;
  max-width: 100%;
  margin-top: 10px;
  padding-bottom: 5px;
  text-align: center;
}

/* line 223, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box .product-img-wrapper:before, .company .products .product-box .category-img-wrapper:before, .company .products .category-box .product-img-wrapper:before, .company .products .category-box .category-img-wrapper:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/* line 230, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box .product-img-wrapper img, .company .products .product-box .category-img-wrapper img, .company .products .category-box .product-img-wrapper img, .company .products .category-box .category-img-wrapper img {
  max-height: 130px;
  max-width: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transition: opacity 0.5s;
  vertical-align: middle;
  display: inline-block;
}

/* line 247, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box .category-img-wrapper, .company .products .category-box .category-img-wrapper {
  height: 160px;
}

/* line 251, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box .product-information, .company .products .product-box .category-information, .company .products .category-box .product-information, .company .products .category-box .category-information {
  position: relative;
  height: 55px;
}

/* line 255, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box .product-information .product-title, .company .products .product-box .product-information .category-title, .company .products .product-box .category-information .product-title, .company .products .product-box .category-information .category-title, .company .products .category-box .product-information .product-title, .company .products .category-box .product-information .category-title, .company .products .category-box .category-information .product-title, .company .products .category-box .category-information .category-title {
  margin: 18px 15px 2px 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 16px;
  max-height: 36px;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
}

/* line 268, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box .product-information .category-title, .company .products .product-box .category-information .category-title, .company .products .category-box .product-information .category-title, .company .products .category-box .category-information .category-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  font-weight: bold;
}

/* line 276, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box .product-information .category-primary-title, .company .products .product-box .category-information .category-primary-title, .company .products .category-box .product-information .category-primary-title, .company .products .category-box .category-information .category-primary-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
  font-weight: 300;
}

/* line 284, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box .product-information .product-price, .company .products .product-box .category-information .product-price, .company .products .category-box .product-information .product-price, .company .products .category-box .category-information .product-price {
  margin: 1px 15px 0px 15px;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

/* line 292, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box .product-information .product-price .compare-at-price, .company .products .product-box .category-information .product-price .compare-at-price, .company .products .category-box .product-information .product-price .compare-at-price, .company .products .category-box .category-information .product-price .compare-at-price {
  text-decoration: line-through;
}

/* line 296, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box .product-information .product-price .promotion-price, .company .products .product-box .category-information .product-price .promotion-price, .company .products .category-box .product-information .product-price .promotion-price, .company .products .category-box .category-information .product-price .promotion-price {
  color: green;
  padding-left: 2px;
}

/* line 301, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box .product-information .product-price .product-promotion, .company .products .product-box .category-information .product-price .product-promotion, .company .products .category-box .product-information .product-price .product-promotion, .company .products .category-box .category-information .product-price .product-promotion {
  padding-left: 5px;
  color: green;
}

/* line 309, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box.unable-to-order .product-img-wrapper, .company .products .product-box.unable-to-order .category-img-wrapper, .company .products .category-box.unable-to-order .product-img-wrapper, .company .products .category-box.unable-to-order .category-img-wrapper {
  opacity: 0.5;
}

/* line 313, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box.unable-to-order .snap-icon-wrapper, .company .products .category-box.unable-to-order .snap-icon-wrapper {
  opacity: 0.5;
}

/* line 317, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box.unable-to-order:hover, .company .products .category-box.unable-to-order:hover {
  background-color: white;
}

/* line 322, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .product-box .time-next-available, .company .products .category-box .time-next-available {
  position: absolute;
  z-index: 5;
  margin-top: 50px;
  min-height: 85px;
  width: 198px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #459;
  white-space: pre-line;
  text-align: center;
  font-size: 18px;
}

/* line 336, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .coming-soon-message {
  text-align: center;
  margin-top: 40px;
}

/* line 340, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .coming-soon-message .coming-soon-icon {
  display: inline-block;
}

/* line 344, app/assets/stylesheets/customer_facing/company.css.scss */
.company .products .coming-soon-message .coming-soon-text {
  display: inline-block;
  margin-left: 20px;
  font-size: 25px;
  font-weight: 800;
  font-family: Lato, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #444;
}

/* line 358, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal {
  overflow: auto;
}

/* line 361, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .modal-header {
  border: none;
}

/* line 365, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .modal-footer {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

/* line 371, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .modal-body {
  overflow: auto;
}

/* line 375, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .quantity-editor {
  font-size: 24px;
}

/* line 378, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .quantity-editor .quantity-change {
  cursor: pointer;
  line-height: 20px;
}

/* line 382, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .quantity-editor .quantity-change.disabled {
  cursor: default;
  color: lightgrey;
}

/* line 389, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .product-selection-wrapper {
  padding: 10px;
}

/* line 392, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .product-selection-wrapper .product-option {
  margin-bottom: 15px;
}

/* line 395, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .product-selection-wrapper .product-option .option-title {
  color: #444;
  font-size: 16px;
  margin-bottom: 5px;
}

/* line 400, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .product-selection-wrapper .product-option .option-title .option-required {
  font-size: 10px;
}

/* line 404, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .product-selection-wrapper .product-option .option-title.validation-error {
  color: #dc3545;
}

/* line 407, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .product-selection-wrapper .product-option .option-title.validation-error .gray-badge {
  background-color: #dc3545;
  color: white;
}

/* line 415, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .product-selection-wrapper .product-option .product-option-choice {
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 5px;
  background-color: white;
  padding: 5px 5px 5px 0px;
  font-size: 12px;
  color: black;
  cursor: pointer;
  /* Style when checked */
  /* Add the checkmark when checked */
}

/* line 425, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .product-selection-wrapper .product-option .product-option-choice:hover {
  background-color: #f9f9ff;
}

/* line 429, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .product-selection-wrapper .product-option .product-option-choice.disabled-poc {
  background-color: #e7e7e7 !important;
  cursor: default;
}

/* line 432, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .product-selection-wrapper .product-option .product-option-choice.disabled-poc:hover {
  background-color: white;
}

/* line 435, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .product-selection-wrapper .product-option .product-option-choice.disabled-poc label {
  cursor: default;
}

/* line 438, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .product-selection-wrapper .product-option .product-option-choice.disabled-poc .poc-check {
  cursor: default;
}

/* line 443, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .product-selection-wrapper .product-option .product-option-choice label {
  font-weight: normal;
  margin-bottom: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* line 451, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .product-selection-wrapper .product-option .product-option-choice .poc-check {
  margin-right: 5px;
  vertical-align: sub;
  cursor: pointer;
  /* Custom checkbox styling */
  appearance: none;
  -webkit-appearance: none;
  /* For Safari */
  -moz-appearance: none;
  /* For Firefox */
  width: 20px;
  height: 20px;
  border: 1.5px solid #ccc;
  border-radius: 4px;
  background-color: white;
  transition: all 0.2s ease;
}

/* line 469, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .product-selection-wrapper .product-option .product-option-choice .poc-check:checked {
  background-color: #7DC684;
  /* Green background (your Vroom green) */
  border-color: #7DC684;
  position: relative;
}

/* line 477, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .product-selection-wrapper .product-option .product-option-choice .poc-check:checked::after {
  content: '✓';
  /* Checkmark */
  color: white;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 492, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .product-selection-wrapper .product-option .product-option-choice .poc-image {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 498, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .product-selection-wrapper .product-option .product-option-choice .poc-element {
  float: left;
  margin-left: 2px;
  margin-right: 1px;
}

/* line 513, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .product-selection-wrapper .product-option .product-option-choice .poc-name {
  padding-top: 2px;
}

/* line 521, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .modal-product-wrapper {
  min-height: 180px;
}

/* line 525, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .modal-product-wrapper .modal-product-info .modal-product-description {
  padding-right: 4px;
}

/* line 530, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .modal-product-wrapper .modal-product-info .modal-product-warning hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 538, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .modal-product-price-promotional {
  padding-left: 5px;
  color: green;
}

/* line 544, app/assets/stylesheets/customer_facing/company.css.scss */
#add-to-cart-modal .modal-product-price-standard.has-promotion {
  text-decoration: line-through;
  color: #888;
}

/* line 551, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal {
  overflow: auto;
}

/* line 554, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal input {
  height: 48px;
}

/* line 558, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal select {
  height: 48px !important;
}

/* line 562, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body {
  overflow: auto;
}

/* line 565, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .form-group {
  margin-bottom: 10px;
}

/* line 569, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .medium-group {
  width: 49%;
  float: left;
}

/* line 574, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .form-break {
  width: 2%;
  float: left;
  height: 10px;
}

/* line 581, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout hr {
  margin: 5px 0px 10px 0px;
}

/* line 586, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout .order-type-wrapper label {
  line-height: 30px;
}

/* line 589, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout .order-type-wrapper .form-label {
  margin-bottom: 0px;
}

/* line 595, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout .checkout-bring-it-to-car-wrapper label {
  line-height: 30px;
}

/* line 600, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout .order-type-check {
  margin-right: 2px;
}

/* line 604, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout .order-type-check-text {
  font-weight: normal;
  padding-right: 5px;
}

/* line 608, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout .order-type-check-text.not-available {
  text-decoration: line-through;
  color: #aaa;
  background-color: #f7f7f7;
}

/* line 613, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout .order-type-check-text.not-available .radio-title, #checkout-modal .modal-body .review-checkout .order-type-check-text.not-available .radio-description {
  color: #aaa !important;
}

/* line 619, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout .bring-to-car-check-text {
  font-weight: normal;
  padding-right: 5px;
}

/* line 624, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout .car-instructions-wrapper {
  margin-top: 5px;
}

/* line 627, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout .car-instructions-wrapper .must-come-inside-warning {
  width: 100%;
  background-color: rgba(255, 174, 66, 0.3);
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 5px;
  color: #555;
  text-align: center;
}

/* line 638, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout .recommended-products-section {
  margin-top: 15px;
}

/* line 642, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout .recommended-products-section .recommended-products-container .product-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  min-width: 160px;
}

@media (max-width: 576px) {
  /* line 642, app/assets/stylesheets/customer_facing/company.css.scss */
  #checkout-modal .modal-body .review-checkout .recommended-products-section .recommended-products-container .product-div {
    margin-left: 5px;
    margin-right: 5px;
    min-width: 130px;
  }
}

/* line 660, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout .recommended-products-section .recommended-products-container .product-div .product-box {
  text-align: center;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
}

/* line 668, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout .recommended-products-section .recommended-products-container .product-div .product-box .product-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}

/* line 674, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout .recommended-products-section .recommended-products-container .product-div .product-box .product-img-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* line 682, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout .recommended-products-section .recommended-products-container .product-div .product-box .product-information .product-title {
  font-size: 12px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 16px;
  max-height: 32px;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
}

/* line 694, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout .recommended-products-section .recommended-products-container .product-div .product-box .product-information .product-price {
  margin-top: 1px;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

/* line 702, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout .recommended-products-section .recommended-products-container .product-div .product-box .product-information .product-price .product-promotion {
  padding-left: 5px;
  color: green;
}

/* line 710, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .review-checkout .recommended-products-section .recommended-products-container .product-div .recommended-add-to-cart {
  margin-top: 10px;
}

/* line 718, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .loyalty-code {
  width: 100%;
  float: left;
}

/* line 722, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .loyalty-code.has-backend-provider {
  width: 73%;
}

/* line 726, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .loyalty-code.valid-code {
  border: 1px solid green !important;
}

/* line 731, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .check-loyalty-code {
  float: left;
  width: 25%;
  margin-left: 2%;
  height: 48px;
}

/* line 738, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .loyalty-email-password-login-wrapper {
  margin-bottom: 10px;
}

/* line 741, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .loyalty-email-password-login-wrapper input {
  margin-bottom: 5px;
}

/* line 744, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .loyalty-email-password-login-wrapper input.is-invalid {
  border-color: red;
}

/* line 748, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .loyalty-email-password-login-wrapper .btn {
  float: left;
  width: 50%;
}

/* line 754, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .promo-code {
  width: 73%;
  float: left;
}

/* line 758, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .promo-code.valid-code {
  border: 1px solid green;
}

/* line 763, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .check-promo {
  float: left;
  margin-left: 2%;
  width: 25%;
  height: 48px;
}

/* line 770, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .address-disclaimer {
  font-size: 10px;
  font-weight: initial;
}

/* line 775, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .promo-status-icons {
  margin-left: 15px;
  font-size: 12px;
  margin-top: 10px;
  float: left;
}

/* line 781, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .promo-status-icons .promo-status-success {
  color: green;
}

/* line 785, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .promo-status-icons .promo-status-warn {
  color: red;
}

/* line 790, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .add-loyalty-account-button {
  width: 100%;
  float: left;
}

/* line 794, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .add-loyalty-account-button.is-update-button {
  width: 73%;
}

/* line 798, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .add-loyalty-account-button.valid-code {
  border: 1px solid green;
}

/* line 803, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body #pay-secure-wrapper {
  margin-top: 20px;
}

/* line 806, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body #pay-secure-wrapper iframe {
  border: 0px;
}

/* line 811, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-ebt-form {
  margin-top: 10px;
}

/* line 815, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-ebt-form #ebt-login-gate .ebt-login-gate-explanation {
  font-size: 13px;
  text-align: left;
  color: #006089;
  margin-top: 10px;
  width: 100%;
  background-color: rgba(150, 80, 200, 0.07);
  padding: 10px;
  border-radius: 4px;
}

/* line 826, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-ebt-form #ebt-login-gate .ebt-login-prompt-yes {
  width: 100%;
  margin-top: 10px;
}

/* line 832, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-ebt-form #ebt-number {
  height: 44px;
}

/* line 835, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-ebt-form #add-pin-btn {
  height: 44px;
}

/* line 839, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-ebt-form #ebt-card-display #remove-ebt-card {
  cursor: pointer;
  text-decoration: underline;
  color: red;
}

/* line 844, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-ebt-form #ebt-card-display .use-ebt-amount-button {
  width: 90px;
  float: right;
  margin-top: -26px;
}

/* line 849, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-ebt-form #ebt-card-display .ebt-card-last-4-digits {
  text-align: center;
  font-weight: bold;
}

/* line 853, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-ebt-form #ebt-card-display .ebt-eligible-amounts {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  font-style: italic;
}

/* line 859, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-ebt-form #ebt-card-display .ebt-remaining {
  margin-top: 2px;
  text-align: center;
  color: green;
  font-size: 12px;
}

/* line 865, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-ebt-form #ebt-card-display .ebt-payment-block {
  font-size: 13px;
}

/* line 868, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-ebt-form #ebt-card-display .ebt-payment-block .ebt-use-controllers {
  float: right;
  margin-top: -25px;
}

/* line 872, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-ebt-form #ebt-card-display .ebt-payment-block .ebt-use-controllers .ebt-use-dollar-sign {
  color: #888;
  font-size: 16px;
}

/* line 876, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-ebt-form #ebt-card-display .ebt-payment-block .ebt-use-controllers .fa-window-close {
  color: red;
  cursor: pointer;
  font-size: 20px;
  margin-left: 5px;
}

/* line 882, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-ebt-form #ebt-card-display .ebt-payment-block .ebt-use-controllers .ebt-use-amount {
  width: 70px;
  display: inline-block;
}

/* line 886, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-ebt-form #ebt-card-display .ebt-payment-block .ebt-use-controllers .ebt-use-amount.is-invalid {
  border: 1px solid red;
}

/* line 895, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body #trustly-widget-wrapper {
  margin-top: 20px;
  min-height: 350px;
}

/* line 899, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body #trustly-widget-wrapper .pending-authorization {
  filter: blur(3px);
  pointer-events: none;
}

/* line 905, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body #trustly-widget-wrapper .trustly-widget-spinner-wrapper {
  position: absolute;
  width: 100%;
  height: 50%;
}

/* line 910, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body #trustly-widget-wrapper .trustly-widget-spinner-wrapper .trustly-widget-spinner {
  z-index: 10000;
  position: absolute;
  height: 60px;
  width: 60px;
  left: calc(50% - 53px);
  top: 48%;
  animation: trustly-widget-spinner .6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, 0.15);
  border-right: 6px solid rgba(0, 174, 239, 0.15);
  border-bottom: 6px solid rgba(0, 174, 239, 0.15);
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%;
}

/* line 931, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body #rebate-payment-type {
  float: left;
  width: 49%;
  margin-right: 1%;
}

/* line 937, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .rebate-payment-type-value {
  float: left;
  width: 49%;
}

/* line 941, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .rebate-payment-type-value.is-invalid {
  border: 1px solid red;
}

/* line 946, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body #loyalty-enrollment {
  cursor: pointer;
}

/* line 950, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-card-wrapper {
  margin-bottom: 25px;
}

/* line 954, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .card-input-edit {
  margin-top: 5px;
  display: inline-block;
  height: 40px;
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

/* line 963, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .card-input-edit.card-input-edit-full-width {
  width: 100%;
}

/* line 967, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .card-input-edit.card-error {
  border-color: red;
}

/* line 974, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-payment-info [data-braintree-id="choose-a-way-to-pay"] {
  display: none;
}

/* line 978, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-payment-info #braintree-dropin-container {
  overflow: hidden;
}

/* line 981, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-payment-info #braintree-dropin-container .braintree-sheet {
  max-height: 600px;
}

/* line 985, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-payment-info #braintree-dropin-container .braintree-sheet__header .braintree-sheet__card-icon {
  padding: 0px;
}

/* line 990, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-payment-info #checkout-finix-wrapper {
  padding-top: 10px;
  position: relative;
}

/* line 994, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-payment-info #checkout-finix-wrapper.no-express-pay {
  margin-top: 20px;
  border-top: 1px solid #ddd;
}

/* line 999, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-payment-info #checkout-finix-wrapper .gpay-card-info-container {
  width: 100%;
  outline: none;
}

/* line 1005, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-payment-info #checkout-finix-wrapper .mobile-wallet-section .payment-separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #999;
}

/* line 1014, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-payment-info #checkout-finix-wrapper .mobile-wallet-section .payment-separator::before,
#checkout-modal .modal-body .checkout-payment-info #checkout-finix-wrapper .mobile-wallet-section .payment-separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ddd;
}

/* line 1021, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-payment-info #checkout-finix-wrapper .mobile-wallet-section .payment-separator:not(:empty)::before {
  margin-right: .25em;
}

/* line 1025, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-payment-info #checkout-finix-wrapper .mobile-wallet-section .payment-separator:not(:empty)::after {
  margin-left: .25em;
}

/* line 1032, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check {
  padding: 10px;
}

/* line 1035, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .id-cards-wrapper {
  text-align: center;
}

/* line 1038, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .id-cards-wrapper .id-card {
  display: inline-block;
  width: 49%;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 100px;
  color: #557;
  font-size: 14px;
  cursor: pointer;
  background-color: #eff;
  vertical-align: top;
}

/* line 1050, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .id-cards-wrapper .id-card .id-card-empty-text {
  margin-top: 29px;
}

/* line 1055, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .id-cards-wrapper .id-card .id-card-img-wrapper img {
  height: 90px;
  width: auto;
  max-width: 100%;
  margin-top: 4px;
}

/* line 1062, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .id-cards-wrapper .id-card .id-card-spinner-wrapper {
  margin-top: 30px;
}

/* line 1065, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .id-cards-wrapper .id-card .id-card-spinner-wrapper .id-card-spinner {
  height: 40px;
  width: 40px;
  animation: id-load-rotation .6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, 0.15);
  border-right: 6px solid rgba(0, 174, 239, 0.15);
  border-bottom: 6px solid rgba(0, 174, 239, 0.15);
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%;
  margin: 0 auto;
}

/* line 1081, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .id-cards-wrapper .id-card:hover {
  border: 1px solid #aba;
  background-color: #f4ffff;
}

/* line 1088, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .back-to-id-card-text {
  color: #888;
  cursor: pointer;
  text-align: center;
}

/* line 1093, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .back-to-id-card-text:hover {
  color: #555;
}

/* line 1098, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .more-information-text {
  color: #888;
  cursor: pointer;
  text-align: center;
}

/* line 1103, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .more-information-text:hover {
  color: #555;
}

/* line 1108, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .id-more-information-form {
  padding-bottom: 10px;
}

/* line 1111, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .id-more-information-form .form-group {
  margin-bottom: 15px;
}

/* line 1115, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .id-more-information-form .picker__footer {
  display: none;
}

/* line 1119, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .id-more-information-form .picker__select--month, #checkout-modal .modal-body .checkout-id-check .id-more-information-form .picker__select--year {
  padding: 0px;
  font-size: 14px;
}

/* line 1124, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .id-more-information-form .is-invalid {
  border: 1px solid red;
}

/* line 1129, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .koupon-eaiv-choice-wrapper {
  text-align: center;
  position: relative;
  text-align: center;
  color: white;
  cursor: pointer;
}

/* line 1136, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .koupon-eaiv-choice-wrapper:hover {
  opacity: 0.8;
}

/* line 1140, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .koupon-eaiv-choice-wrapper .start-verify-graphic {
  width: 80%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 5px 5px 5px #bbb;
}

/* line 1150, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .koupon-eaiv-choice-wrapper .start-verification-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: black;
  font-weight: bold;
}

/* line 1160, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-id-check .koupon-eaiv-choice-wrapper .id-verify-spinner {
  position: absolute;
  height: 30.5%;
  width: 15%;
  top: 35%;
  left: 42%;
  animation: id-verify-rotation .6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, 0.15);
  border-right: 6px solid rgba(0, 174, 239, 0.15);
  border-bottom: 6px solid rgba(0, 174, 239, 0.15);
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%;
}

/* line 1179, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .security-disclaimer-title {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  margin-top: -5px;
}

/* line 1186, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .security-disclaimer-subtitle {
  margin-bottom: 25px;
  color: #888;
}

/* line 1192, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-payment-check-wrapper span {
  vertical-align: middle;
}

/* line 1195, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-payment-check-wrapper span .existing-card, #checkout-modal .modal-body .checkout-payment-check-wrapper span .existing-trustly-bank, #checkout-modal .modal-body .checkout-payment-check-wrapper span .existing-trustly-account {
  vertical-align: baseline;
}

/* line 1201, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .StripeElement {
  height: 40px;
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 20px;
}

/* line 1210, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

/* line 1214, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .StripeElement--invalid {
  border-color: #fa755a;
}

/* line 1218, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* line 1222, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-save-card {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}

/* line 1227, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-save-card .checkout-save-card-check {
  margin-right: 10px;
}

/* line 1232, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-delivery-address-wrapper {
  margin-bottom: 10px;
}

/* line 1235, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-delivery-address-wrapper .clickable-delivery-address-edit {
  cursor: pointer;
}

/* line 1238, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .checkout-delivery-address-wrapper .clickable-delivery-address-edit .address-edit-icon {
  color: #049146;
  padding-right: 5px;
  font-size: 16px;
}

/* line 1246, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .future-order-selections {
  display: flex;
  justify-content: center;
}

/* line 1253, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .future-order-selections #future-order-datepicker .datepicker {
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  height: 48px;
  border-radius: 5px;
}

/* line 1263, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body .future-order-selections #future-order-selector-splitter {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding-top: 5px;
}

/* line 1272, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body #checkout-warning {
  font-size: 13px;
  text-align: left;
  color: #006089;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

/* line 1281, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body #final-total {
  font-size: 14px;
  margin-top: -5px;
  margin-bottom: 2px;
  font-weight: bold;
  color: #555;
}

/* line 1289, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-body #final-order-type-summary {
  font-weight: 300;
  margin-bottom: -5px;
}

/* line 1296, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-footer .proccess-buttons {
  text-align: center;
}

/* line 1299, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-footer .proccess-buttons .btn {
  font-size: 16px;
}

/* line 1302, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-footer .proccess-buttons .btn.checkout-next {
  padding-left: 18px;
  padding-right: 18px;
}

/* line 1309, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .modal-footer #accept-terms {
  color: #888;
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: -5px;
}

/* line 1318, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .checkout-success {
  padding-bottom: 10px;
  padding-top: 10px;
}

/* line 1322, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .checkout-success .success-header {
  color: #228;
  margin-left: 12px;
}

/* line 1327, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .checkout-success .success-body {
  padding: 0px 15px;
  font-size: 15px;
}

/* line 1332, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .checkout-success .create-account-from-order {
  margin-top: 10px;
  max-width: 400px;
  height: 130px;
}

/* line 1339, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .checkout-success .checkout-success-additional-info {
  padding: 0px 15px;
}

/* line 1342, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .checkout-success .checkout-success-additional-info p {
  font-size: 15px;
  margin-bottom: 25px;
}

/* line 1347, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .checkout-success .checkout-success-additional-info #register-facebook-from-order {
  text-align: center;
  padding-right: 50px;
  margin-top: 10px;
}

/* line 1353, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .checkout-success .checkout-success-additional-info #register-google-from-order {
  text-align: center;
  padding-left: 10px;
}

/* line 1358, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .checkout-success .checkout-success-additional-info .btn {
  width: 100%;
  margin-top: 5px;
}

/* line 1364, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .checkout-success .track-your-order {
  color: green;
  font-weight: bold;
  font-size: 16px;
}

/* line 1370, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .checkout-success .ebt-info {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 10px;
}

/* line 1377, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .order-line {
  cursor: pointer;
  margin-bottom: 5px;
}

/* line 1381, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .order-line .order-line-edit-wrapper {
  color: #049146;
  padding-right: 5px;
  font-size: 16px;
}

/* line 1387, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .order-line .quantity-display {
  color: #888;
  font-size: 14px;
  margin-right: 5px;
}

/* line 1394, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .order-line .title-display {
  margin-bottom: 6px;
}

/* line 1398, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .order-line .options-list {
  margin-top: 5px;
}

/* line 1402, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .order-line .var-option-title {
  margin-left: -10px;
  color: #444;
  font-size: 11px;
}

/* line 1408, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .order-line .var-choice-title {
  margin-left: -35px;
  color: #444;
  font-size: 11px;
}

/* line 1414, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .order-line .order-line-edit-buttons {
  float: right;
}

/* line 1418, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .order-line .order-line-additional-instructions {
  margin: 1px 0px 5px 25px;
  font-size: 10px;
}

/* line 1424, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .order-line:hover .title-display {
  color: #555;
}

/* line 1430, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal #bundles {
  margin-top: 10px;
}

/* line 1433, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal #bundles .bundle {
  margin-bottom: 5px;
}

/* line 1436, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal #bundles .bundle .bundle-quantity {
  color: #888;
  font-size: 14px;
  margin-right: 5px;
}

/* line 1444, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .summary {
  margin-top: 20px;
  line-height: 15px;
}

/* line 1448, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .summary label {
  min-width: 95px;
  margin-bottom: 5px;
}

/* line 1453, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .summary .free-delivery-message {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
}

/* line 1462, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .summary .delivery-minimum-message {
  font-size: 15px;
  text-align: center;
  color: #EE7600;
  margin-top: 15px;
  margin-bottom: 5px;
}

/* line 1470, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .summary .ebt-bypass-minimum {
  font-size: 11px;
  text-align: center;
  margin-top: 8px;
}

/* line 1475, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .summary .ebt-bypass-minimum .ebt-bypass-minimum-click-here {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}

/* line 1482, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .summary .free-delivery-threshold-non-tobacco-disclaimer {
  font-size: 10px;
  text-align: center;
  font-style: italic;
  margin-top: 5px;
}

/* line 1490, app/assets/stylesheets/customer_facing/company.css.scss */
#checkout-modal .summary .cash-back .fa {
  margin-right: 5px;
  color: green;
}

/* line 1499, app/assets/stylesheets/customer_facing/company.css.scss */
#select-address-modal .modal-header {
  color: #aaa;
}

/* line 1503, app/assets/stylesheets/customer_facing/company.css.scss */
#select-address-modal .modal-body {
  padding: 15px 25px 40px 30px;
}

/* line 1506, app/assets/stylesheets/customer_facing/company.css.scss */
#select-address-modal .modal-body .address-select-head {
  font-size: 24px !important;
  font-weight: 800;
  font-family: Lato, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1514, app/assets/stylesheets/customer_facing/company.css.scss */
#select-address-modal .modal-body .address-select-subtext {
  color: #666;
  font-size: 16px;
  font-family: Lato, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1522, app/assets/stylesheets/customer_facing/company.css.scss */
#select-address-modal .modal-body .input-group {
  margin-top: 15px;
}

/* line 1525, app/assets/stylesheets/customer_facing/company.css.scss */
#select-address-modal .modal-body .input-group input {
  height: 40px;
  font-size: 18px !important;
}

/* line 1531, app/assets/stylesheets/customer_facing/company.css.scss */
#select-address-modal .modal-body .welcome-done-button {
  width: 100%;
  height: 40px;
  font-size: 16px;
  margin-bottom: 5px;
}

/* line 1539, app/assets/stylesheets/customer_facing/company.css.scss */
#select-address-modal .modal-footer {
  text-align: center;
  padding: 20px 25px;
}

/* line 1543, app/assets/stylesheets/customer_facing/company.css.scss */
#select-address-modal .modal-footer .btn {
  width: 100%;
  font-size: 17px;
}

/* line 1550, app/assets/stylesheets/customer_facing/company.css.scss */
.pac-container {
  z-index: 100000000;
}

/* line 1553, app/assets/stylesheets/customer_facing/company.css.scss */
.pac-container.homepage-pac {
  margin-top: 20px;
}

/* line 1558, app/assets/stylesheets/customer_facing/company.css.scss */
#faqs {
  margin-top: 30px;
  padding: 30px;
}

/* line 1562, app/assets/stylesheets/customer_facing/company.css.scss */
#faqs .question {
  font-size: 18px;
  font-weight: bold;
  color: #888;
}

/* line 1568, app/assets/stylesheets/customer_facing/company.css.scss */
#faqs .answer {
  margin-bottom: 15px;
}

/* line 1573, app/assets/stylesheets/customer_facing/company.css.scss */
.footer {
  text-align: center;
  color: #888;
  font-size: 12px;
  padding-bottom: 10px;
}

/* line 1579, app/assets/stylesheets/customer_facing/company.css.scss */
.footer .copyright {
  display: inline-block;
}

/* line 1583, app/assets/stylesheets/customer_facing/company.css.scss */
.footer .legal {
  display: inline-block;
}

/* line 1586, app/assets/stylesheets/customer_facing/company.css.scss */
.footer .legal:before {
  content: " | ";
  margin-right: 7px;
  margin-left: 7px;
  color: #888;
}

/* line 1593, app/assets/stylesheets/customer_facing/company.css.scss */
.footer .legal a {
  color: #888;
  text-decoration: none;
}

/* line 1600, app/assets/stylesheets/customer_facing/company.css.scss */
.menu-footer {
  width: 100%;
  height: 43px;
  background-color: white;
  position: fixed;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  text-align: center;
  z-index: 100;
  font-size: 14px;
  border-top: 3px solid #e7e7e7;
}

/* line 1613, app/assets/stylesheets/customer_facing/company.css.scss */
.menu-footer.kiosk-mode {
  padding: 0px;
  height: 60px;
}

/* line 1617, app/assets/stylesheets/customer_facing/company.css.scss */
.menu-footer.kiosk-mode .kiosk-buttons {
  display: flex;
}

/* line 1622, app/assets/stylesheets/customer_facing/company.css.scss */
.menu-footer.kiosk-mode #kiosk-checkout-start-over svg {
  fill: #000 !important;
}

/* line 1628, app/assets/stylesheets/customer_facing/company.css.scss */
.menu-footer.kiosk-mode #kiosk-checkout-bottom svg {
  fill: #fff !important;
  margin-top: -3px;
  margin-right: 3px;
  width: 22px;
  height: 22px;
}

/* line 1636, app/assets/stylesheets/customer_facing/company.css.scss */
.menu-footer.kiosk-mode #kiosk-checkout-bottom.cart-is-empty {
  color: #555 !important;
  background-color: var(--bs-border-color);
}

/* line 1640, app/assets/stylesheets/customer_facing/company.css.scss */
.menu-footer.kiosk-mode #kiosk-checkout-bottom.cart-is-empty svg {
  fill: transparent !important;
}

/* line 1646, app/assets/stylesheets/customer_facing/company.css.scss */
.menu-footer.kiosk-mode #kiosk-checkout-bottom:not(.cart-is-empty):hover {
  background-color: rgba(40, 145, 55, 0.8);
}

/* line 1652, app/assets/stylesheets/customer_facing/company.css.scss */
.menu-footer.kiosk-mode svg {
  fill: #fff !important;
  margin-top: -3px;
  margin-right: 3px;
  width: 22px;
  height: 22px;
}

/* line 1661, app/assets/stylesheets/customer_facing/company.css.scss */
.menu-footer .address-edit-wrapper {
  cursor: pointer;
  background-color: white;
  padding: 6px 15px;
  border-radius: 3px;
  font-family: Lato, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
}

/* line 1671, app/assets/stylesheets/customer_facing/company.css.scss */
.menu-footer .address-edit-wrapper .fa-pencil-square {
  color: green;
}

/* line 1675, app/assets/stylesheets/customer_facing/company.css.scss */
.menu-footer .address-edit-wrapper:hover {
  background-color: #ddd;
}

/* line 1681, app/assets/stylesheets/customer_facing/company.css.scss */
.mobile-dropdown {
  display: none;
  font-size: 20px !important;
}

/* line 1685, app/assets/stylesheets/customer_facing/company.css.scss */
.mobile-dropdown.sticky {
  position: fixed;
  top: 65px;
  z-index: 100;
}

/* line 1694, app/assets/stylesheets/customer_facing/company.css.scss */
.mobile-category-carousel {
  display: none;
  opacity: 0;
}

/* line 1701, app/assets/stylesheets/customer_facing/company.css.scss */
#promo-code-campaign-modal .modal-header .modal-title {
  color: #888;
}

/* line 1706, app/assets/stylesheets/customer_facing/company.css.scss */
#promo-code-campaign-modal .modal-body {
  padding: 20px 35px;
}

/* line 1709, app/assets/stylesheets/customer_facing/company.css.scss */
#promo-code-campaign-modal .modal-body .is-invalid {
  border: 1px solid red;
}

/* line 1714, app/assets/stylesheets/customer_facing/company.css.scss */
#promo-code-campaign-modal .modal-body #start-campaign h3 {
  margin-top: 10px;
  font-weight: 700;
}

/* line 1719, app/assets/stylesheets/customer_facing/company.css.scss */
#promo-code-campaign-modal .modal-body #start-campaign #promo-redeem-instructions {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 16px;
}

/* line 1725, app/assets/stylesheets/customer_facing/company.css.scss */
#promo-code-campaign-modal .modal-body #start-campaign .btn {
  width: 100%;
  font-size: 18px;
  margin-bottom: 5px;
}

/* line 1733, app/assets/stylesheets/customer_facing/company.css.scss */
#promo-code-campaign-modal .modal-body #campaign-customer-info #campaign-customer-info-instructions {
  font-size: 17px;
  margin-bottom: 10px;
}

/* line 1738, app/assets/stylesheets/customer_facing/company.css.scss */
#promo-code-campaign-modal .modal-body #campaign-customer-info .form-group {
  margin-bottom: 0px;
}

/* line 1741, app/assets/stylesheets/customer_facing/company.css.scss */
#promo-code-campaign-modal .modal-body #campaign-customer-info .form-group input {
  width: 100%;
  font-size: 18px;
  height: 40px;
  margin-bottom: 5px;
}

/* line 1749, app/assets/stylesheets/customer_facing/company.css.scss */
#promo-code-campaign-modal .modal-body #campaign-customer-info .btn {
  width: 100%;
  font-size: 18px;
  margin-bottom: 5px;
}

/* line 1757, app/assets/stylesheets/customer_facing/company.css.scss */
#promo-code-campaign-modal .modal-body #campaign-text-verification #campaign-two-factor-instructions {
  font-size: 17px;
  margin-bottom: 10px;
}

/* line 1762, app/assets/stylesheets/customer_facing/company.css.scss */
#promo-code-campaign-modal .modal-body #campaign-text-verification input {
  width: 100%;
  font-size: 18px;
  height: 40px;
  margin-bottom: 5px;
}

/* line 1769, app/assets/stylesheets/customer_facing/company.css.scss */
#promo-code-campaign-modal .modal-body #campaign-text-verification .btn {
  width: 100%;
  font-size: 18px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  /* line 1780, app/assets/stylesheets/customer_facing/company.css.scss */
  #subscription-landing-modal .modal-body {
    padding: 25px 35px 25px 35px;
  }
}

/* line 1785, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal hr {
  width: 100%;
  margin: 10px 0px;
}

/* line 1790, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal .subscription-modal-section {
  display: flex;
  flex-direction: column;
  padding: 0px 10px;
}

/* line 1795, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal .subscription-modal-section .subscription-modal-section-title {
  font-weight: bold;
  margin: 0 0;
}

/* line 1800, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal .subscription-modal-section .subscription-prices {
  margin: 10px 0 10px;
}

/* line 1803, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal .subscription-modal-section .subscription-prices .subscription-price {
  font-size: 12px;
  color: grey;
  margin: 0 0 0 0;
}

/* line 1810, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal .subscription-modal-section .subscription-description {
  margin: 5px 0 5px;
}

/* line 1814, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal .subscription-modal-section .benefit-icon {
  font-size: 28px;
  vertical-align: middle;
}

/* line 1819, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal .subscription-modal-section .col {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 1824, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal .subscription-modal-section .subscription-select-plan {
  margin-top: 15px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-around;
}

/* line 1830, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal .subscription-modal-section .subscription-select-plan .col {
  padding-left: 3px;
  padding-right: 3px;
}

/* line 1834, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal .subscription-modal-section .subscription-select-plan .col .card {
  height: 200px;
  text-align: center;
}

/* line 1838, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal .subscription-modal-section .subscription-select-plan .col .card .card-header {
  font-weight: bold;
  visibility: hidden;
}

/* line 1844, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal .subscription-modal-section .subscription-select-plan .col .card .card-body .subscription-plan-rate {
  margin-top: 10px;
  font-weight: bold;
}

/* line 1848, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal .subscription-modal-section .subscription-select-plan .col .card .card-body .subscription-select-plan-button {
  width: 100%;
  margin-top: 15px;
}

/* line 1858, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal .subscription-modal-section #already-subscribed-wrapper #subscription-already-subscribed {
  font-weight: bold;
  text-align: center;
  padding: 10px 0px;
  color: green;
  font-size: 16px;
}

/* line 1865, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal .subscription-modal-section #already-subscribed-wrapper #subscription-already-subscribed .fa-check-circle {
  color: green;
  padding-right: 2px;
}

/* line 1871, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal .subscription-modal-section #already-subscribed-wrapper #account-manage-subscriptions {
  width: 100%;
  margin-top: 10px;
}

/* line 1879, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal #subscription-service-payment label {
  font-weight: normal;
}

/* line 1883, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal #subscription-service-payment input[type='radio'] {
  vertical-align: top;
}

/* line 1887, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal #subscription-service-payment .subscription-payment-button {
  width: 100%;
}

/* line 1893, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal #subscription-service-confirmation .subscription-close-modal-button {
  width: 100%;
}

/* line 1896, app/assets/stylesheets/customer_facing/company.css.scss */
#subscription-landing-modal #subscription-service-confirmation #subscription-service-confirmation-details {
  margin: 10px 0px 20px 0px;
}

/* line 1904, app/assets/stylesheets/customer_facing/company.css.scss */
#referral-modal #referrals-overview table {
  cursor: pointer;
}

/* line 1907, app/assets/stylesheets/customer_facing/company.css.scss */
#referral-modal #referrals-overview table tr:hover {
  background-color: #def;
}

/* line 1911, app/assets/stylesheets/customer_facing/company.css.scss */
#referral-modal #referrals-overview table tr td {
  text-align: center;
  vertical-align: middle;
}

/* line 1915, app/assets/stylesheets/customer_facing/company.css.scss */
#referral-modal #referrals-overview table tr td.claim-offer-text {
  text-align: left;
  font-weight: 500;
  padding: 15px;
}

/* line 1926, app/assets/stylesheets/customer_facing/company.css.scss */
#referral-modal #referrals-overview #referrals-phone-input-wrapper #referral-phone-input {
  margin-bottom: 10px;
  width: 100%;
}

/* line 1931, app/assets/stylesheets/customer_facing/company.css.scss */
#referral-modal #referrals-overview #referrals-phone-input-wrapper .phone-input-error {
  margin-bottom: 12px;
  color: red;
}

/* line 1936, app/assets/stylesheets/customer_facing/company.css.scss */
#referral-modal #referrals-overview #referrals-phone-input-wrapper .phone-input-success {
  margin-bottom: 10px;
}

/* line 1941, app/assets/stylesheets/customer_facing/company.css.scss */
#referral-modal #referrals-overview #referrals-phone-input-wrapper .button-group button {
  width: 49%;
}

/* line 1948, app/assets/stylesheets/customer_facing/company.css.scss */
.twitter-typeahead {
  width: 100%;
}

/* line 1951, app/assets/stylesheets/customer_facing/company.css.scss */
.twitter-typeahead #product-search {
  width: 100%;
  height: 50px;
  font-size: 20px !important;
  padding-left: 40px !important;
  border-radius: 0;
}

/* line 1960, app/assets/stylesheets/customer_facing/company.css.scss */
.tt-query,
.tt-hint {
  width: 100%;
  height: 30px;
  padding: 8px 12px;
  line-height: 30px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
}

/* line 1971, app/assets/stylesheets/customer_facing/company.css.scss */
.tt-query {
  /* UPDATE: newer versions use tt-input instead of tt-query */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1975, app/assets/stylesheets/customer_facing/company.css.scss */
.tt-hint {
  color: #999;
}

/* line 1979, app/assets/stylesheets/customer_facing/company.css.scss */
.tt-menu {
  /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
  width: 100%;
  margin-top: 0px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 1989, app/assets/stylesheets/customer_facing/company.css.scss */
.tt-dataset {
  padding: 3px 14px;
  font-size: 18px;
  color: #888;
}

/* line 1994, app/assets/stylesheets/customer_facing/company.css.scss */
.tt-dataset .tt-suggestion {
  color: black;
  line-height: 24px;
  padding: 3px 10px;
}

/* line 2001, app/assets/stylesheets/customer_facing/company.css.scss */
.tt-suggestion.tt-is-under-cursor {
  /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
  color: #fff;
  background-color: #0097cf;
}

/* line 2006, app/assets/stylesheets/customer_facing/company.css.scss */
.tt-suggestion.tt-cursor, .tt-suggestion:hover {
  color: #fff;
  background-color: #0097cf;
  cursor: pointer;
}

/* line 2012, app/assets/stylesheets/customer_facing/company.css.scss */
.tt-suggestion p {
  margin: 0;
}

/* line 2016, app/assets/stylesheets/customer_facing/company.css.scss */
#search-button {
  border-radius: 50%;
  position: fixed;
  bottom: 5px;
  right: -80px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  background-position: 50%;
  background-color: #049c04;
  border: 1px solid #046004;
  font-size: 30px;
  color: white;
  text-align: center;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

/* line 2033, app/assets/stylesheets/customer_facing/company.css.scss */
#search-button .fa-search {
  padding-top: 10px;
}

/* line 2037, app/assets/stylesheets/customer_facing/company.css.scss */
#search-button:hover {
  background-color: #048b04;
}

/* line 2042, app/assets/stylesheets/customer_facing/company.css.scss */
#coupon-button {
  border-radius: 50%;
  position: fixed;
  bottom: 5px;
  right: -80px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  background-position: 50%;
  background-color: #000080;
  border: 1px solid #000050;
  font-size: 30px;
  color: white;
  text-align: center;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

/* line 2059, app/assets/stylesheets/customer_facing/company.css.scss */
#coupon-button .fa-tag {
  padding-top: 10px;
}

/* line 2063, app/assets/stylesheets/customer_facing/company.css.scss */
#coupon-button:hover {
  background-color: #000050;
}

/* line 2068, app/assets/stylesheets/customer_facing/company.css.scss */
.btn-facebook {
  background-color: #3b5998 !important;
  color: white !important;
}

/* line 2072, app/assets/stylesheets/customer_facing/company.css.scss */
.btn-facebook:hover {
  background-color: #2d4373 !important;
  color: white !important;
}

/* line 2078, app/assets/stylesheets/customer_facing/company.css.scss */
.btn-google {
  background-color: black !important;
  color: white !important;
}

/* line 2082, app/assets/stylesheets/customer_facing/company.css.scss */
.btn-google:hover {
  background-color: #333 !important;
  color: white !important;
}

@media (max-width: 1100px) {
  /* line 2091, app/assets/stylesheets/customer_facing/company.css.scss */
  #checkout-modal .modal-body .checkout-card-wrapper {
    display: none;
  }
}

@media (max-width: 900px) {
  /* line 2099, app/assets/stylesheets/customer_facing/company.css.scss */
  .address-check {
    display: none !important;
  }
  /* line 2104, app/assets/stylesheets/customer_facing/company.css.scss */
  body.modal-open .company {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    top: 0px !important;
    left: 0px !important;
  }
  /* line 2115, app/assets/stylesheets/customer_facing/company.css.scss */
  #add-to-cart-modal .quantity-editor {
    font-size: 30px;
    margin-left: -2px;
  }
  /* line 2119, app/assets/stylesheets/customer_facing/company.css.scss */
  #add-to-cart-modal .quantity-editor .qty-label {
    font-size: 15px;
    margin-top: 10px;
  }
  /* line 2125, app/assets/stylesheets/customer_facing/company.css.scss */
  #add-to-cart-modal .add-to-cart {
    margin-top: 5px;
  }
  /* line 2129, app/assets/stylesheets/customer_facing/company.css.scss */
  #add-to-cart-modal .product-selection-wrapper {
    padding: 5px;
  }
  /* line 2133, app/assets/stylesheets/customer_facing/company.css.scss */
  #add-to-cart-modal .product-selection-wrapper .product-option .product-option-choice {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  /* line 2137, app/assets/stylesheets/customer_facing/company.css.scss */
  #add-to-cart-modal .product-selection-wrapper .product-option .product-option-choice .poc-image {
    max-width: 40px;
    max-height: 40px;
  }
  /* line 2149, app/assets/stylesheets/customer_facing/company.css.scss */
  #checkout-modal .modal-body .promo-code {
    width: 73%;
  }
  /* line 2153, app/assets/stylesheets/customer_facing/company.css.scss */
  #checkout-modal .modal-body .tip-group {
    width: 35%;
  }
  /* line 2158, app/assets/stylesheets/customer_facing/company.css.scss */
  #checkout-modal .proccess-buttons .btn {
    font-size: 14px;
  }
  /* line 2166, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .tabs {
    display: none;
  }
  /* line 2170, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .mobile-dropdown {
    width: 100%;
    border-radius: 0px;
  }
  /* line 2175, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .mobile-category-carousel {
    display: flex;
    flex-direction: row;
    gap: 10px;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    background: white;
    overflow-x: scroll;
  }
  /* line 2187, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .mobile-category-carousel.sticky {
    position: fixed;
    width: 100%;
    top: 105px;
    border-bottom: 1px solid black;
    z-index: 99;
  }
  /* line 2194, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .mobile-category-carousel.sticky.single-primary-category {
    top: 65px;
  }
  /* line 2200, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .category-carousel-item {
    flex: none;
    height: 32px;
    background: white;
    border: 1px solid green;
    color: black;
    border-radius: 16px;
    padding: 5px 10px;
    text-decoration: none;
  }
  /* line 2210, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .category-carousel-item.active {
    border: none;
    background: green;
    color: white;
  }
  /* line 2217, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .mobile-dropdown {
    display: block;
  }
  /* line 2221, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .logo-head {
    width: 100%;
  }
  /* line 2224, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .logo-head img {
    max-width: 100%;
    height: auto;
    max-height: 120px;
  }
  /* line 2231, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products {
    padding: 5px;
  }
  /* line 2234, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .product-box, .company .products .category-box {
    width: 130px;
    height: 169px;
    margin-top: 10px;
  }
  /* line 2239, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .product-box.hidden-title, .company .products .category-box.hidden-title {
    height: 140px;
  }
  /* line 2243, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .product-box .snap-icon-wrapper, .company .products .category-box .snap-icon-wrapper {
    margin-top: 5px;
    margin-left: 5px;
  }
  /* line 2247, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .product-box .snap-icon-wrapper img, .company .products .category-box .snap-icon-wrapper img {
    width: 25px;
  }
  /* line 2252, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .product-box .product-img-wrapper, .company .products .category-box .product-img-wrapper {
    height: 80px;
    width: 130px;
  }
  /* line 2256, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .product-box .product-img-wrapper img, .company .products .category-box .product-img-wrapper img {
    max-height: 75px;
    max-width: 100px;
  }
  /* line 2262, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .product-box .category-img-wrapper, .company .products .category-box .category-img-wrapper {
    height: 120px;
  }
  /* line 2265, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .product-box .category-img-wrapper img, .company .products .category-box .category-img-wrapper img {
    max-width: 100px;
    max-height: 120px;
  }
  /* line 2271, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .product-box .product-title, .company .products .product-box .category-title, .company .products .category-box .product-title, .company .products .category-box .category-title {
    margin: 2px 15px;
    max-width: 150px;
    font-size: 10px;
  }
  /* line 2277, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .product-box .category-primary-title, .company .products .category-box .category-primary-title {
    font-size: 10px;
  }
  /* line 2281, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .product-box .product-price, .company .products .category-box .product-price {
    margin: 0px 15px;
    font-size: 11px;
  }
  /* line 2286, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .product-box .time-next-available, .company .products .category-box .time-next-available {
    width: 130px;
    font-size: 16px;
    margin-top: 30px;
  }
  /* line 2294, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .product-box .product-information .product-price .product-promotion, .company .products .product-box .category-information .product-price .product-promotion, .company .products .category-box .product-information .product-price .product-promotion, .company .products .category-box .category-information .product-price .product-promotion {
    padding-left: 2px;
    font-size: 10px;
  }
  /* line 2301, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .product-box .category-information, .company .products .category-box .category-information {
    height: unset;
  }
  /* line 2306, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .closed-warning {
    font-size: 15px;
  }
  /* line 2314, app/assets/stylesheets/customer_facing/company.css.scss */
  #checkout-modal .modal-body .checkout-card-wrapper {
    display: none;
  }
  /* line 2318, app/assets/stylesheets/customer_facing/company.css.scss */
  #checkout-modal .modal-body .card-input-edit {
    width: 100%;
  }
  /* line 2321, app/assets/stylesheets/customer_facing/company.css.scss */
  #checkout-modal .modal-body .card-input-edit.card-input-edit-eigth-width {
    width: 100%;
  }
  /* line 2325, app/assets/stylesheets/customer_facing/company.css.scss */
  #checkout-modal .modal-body .card-input-edit.card-input-edit-full-width {
    width: 100%;
  }
  /* line 2332, app/assets/stylesheets/customer_facing/company.css.scss */
  .menu-footer {
    font-size: 13px;
  }
}

/* line 2337, app/assets/stylesheets/customer_facing/company.css.scss */
.finix-iframe-spinner {
  position: absolute;
  height: 70px;
  width: 70px;
  top: 60px;
  left: calc(50% - 35px);
  animation: finix-loader-rotation .6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, 0.15);
  border-right: 6px solid rgba(0, 174, 239, 0.15);
  border-bottom: 6px solid rgba(0, 174, 239, 0.15);
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%;
}

/* line 2354, app/assets/stylesheets/customer_facing/company.css.scss */
.dropdown-menu-clone {
  margin-left: -5px;
}

/* line 2357, app/assets/stylesheets/customer_facing/company.css.scss */
.dropdown-menu-clone li {
  cursor: pointer;
}

/* line 2360, app/assets/stylesheets/customer_facing/company.css.scss */
.dropdown-menu-clone .dropdown-item:active {
  background-color: #f8f9fa;
  color: #495057;
}

@media (min-width: 320px) {
  /* line 2370, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .secondary-category-block {
    width: 320px;
  }
}

@media (max-width: 450px) {
  /* line 2381, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .secondary-category-block {
    width: 98%;
  }
  /* line 2384, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .secondary-category-block .secondary-category-title {
    margin-top: 15px;
  }
  /* line 2388, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .secondary-category-block .product-box, .company .products .secondary-category-block .category-box {
    width: calc(50% - 10px);
    margin: 5px;
  }
  /* line 2392, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .secondary-category-block .product-box .product-img-wrapper, .company .products .secondary-category-block .product-box .category-img-wrapper, .company .products .secondary-category-block .category-box .product-img-wrapper, .company .products .secondary-category-block .category-box .category-img-wrapper {
    width: 100%;
  }
  /* line 2396, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .secondary-category-block .product-box .time-next-available, .company .products .secondary-category-block .category-box .time-next-available {
    width: calc(50% - 30px);
    margin-top: 20px;
  }
  /* line 2401, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .secondary-category-block .product-box .snap-icon-wrapper, .company .products .secondary-category-block .category-box .snap-icon-wrapper {
    margin-top: 7px;
    margin-left: 7px;
  }
}

/* line 2413, app/assets/stylesheets/customer_facing/company.css.scss */
#shopping-lists-modal .shopping-list-product .product-quantity-input {
  padding: 6px 6px !important;
  cursor: pointer;
}

/* line 2417, app/assets/stylesheets/customer_facing/company.css.scss */
#shopping-lists-modal .shopping-list-product .product-quantity-decrement, #shopping-lists-modal .shopping-list-product .product-quantity-increment {
  touch-action: manipulation;
}

/* line 2423, app/assets/stylesheets/customer_facing/company.css.scss */
.kiosk-overlay-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10000000;
  cursor: pointer;
}

@media (min-width: 470px) {
  /* line 2437, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .secondary-category-block {
    width: 450px;
  }
}

@media (min-width: 620px) {
  /* line 2447, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .secondary-category-block {
    width: 600px;
  }
}

@media (min-width: 680px) {
  /* line 2457, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .secondary-category-block {
    width: 660px;
  }
}

@media (min-width: 900px) {
  /* line 2467, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .secondary-category-block {
    width: 880px;
  }
}

@media (min-width: 1120px) {
  /* line 2477, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .secondary-category-block {
    width: 1100px;
  }
}

@media (min-width: 1340px) {
  /* line 2487, app/assets/stylesheets/customer_facing/company.css.scss */
  .company .products .secondary-category-block {
    width: 1320px;
  }
}

@keyframes id-load-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes trustly-widget-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* line 2539, app/assets/stylesheets/customer_facing/company.css.scss */
.grecaptcha-badge {
  visibility: hidden;
}

@keyframes id-verify-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes finix-loader-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* line 2583, app/assets/stylesheets/customer_facing/company.css.scss */
apple-pay-button {
  --apple-pay-button-width: 100%;
  --apple-pay-button-height: 38px;
  margin-bottom: 10px;
}
/* line 1, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page {
  height: 100%;
}

/* line 4, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-banner {
  width: 100%;
  min-height: 75%;
  padding-top: 130px;
  padding-bottom: 50px;
}

/* line 10, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-banner.embedded-landing {
  padding-top: 80px;
}

/* line 14, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-banner.show-banner-image {
  background-size: cover;
  background-position: center;
  min-height: 100%;
}

/* line 20, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-banner #company-logo-wrapper {
  width: 750px;
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
  min-height: 160px;
}

/* line 27, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-banner #company-logo-wrapper img {
  max-width: 100%;
}

/* line 32, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-banner #company-bare-search-wrapper {
  width: 500px;
  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
  max-width: 80%;
}

/* line 39, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-banner #company-bare-search-wrapper textarea:focus, #company-search-page #company-banner #company-bare-search-wrapper input:focus {
  outline: none;
}

/* line 43, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-banner #company-bare-search-wrapper #company-bare-search-input {
  width: 100%;
  font-size: 18px;
  padding: 10px;
  border: none;
  background-color: transparent;
  float: left;
}

/* line 51, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-banner #company-bare-search-wrapper #company-bare-search-input.input-for-banner-image {
  border-radius: 10px;
}

/* line 56, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-banner #company-bare-search-wrapper #company-search-right-arrow-wrapper {
  float: left;
  margin-left: -30px;
  padding-top: 15px;
  cursor: pointer;
}

/* line 62, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-banner #company-bare-search-wrapper #company-search-right-arrow-wrapper #company-search-right-arrow {
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* line 72, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-center-panel-wrapper {
  position: absolute;
  top: 350px;
  left: 0;
  width: 100%;
}

/* line 78, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-center-panel-wrapper #company-center-panel {
  width: 750px;
  max-width: 95%;
  margin: 0 auto;
  background-color: white;
  padding: 5px 15px 20px 15px;
  border-radius: 5px;
  margin-bottom: 50px;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.3);
}

/* line 88, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-center-panel-wrapper #company-center-panel #company-search-bar {
  width: 100%;
}

/* line 91, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-center-panel-wrapper #company-center-panel #company-search-bar #store-find-address-input {
  float: left;
  width: 100%;
  font-size: 18px;
  height: 45px;
  padding-right: 130px;
}

/* line 99, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-center-panel-wrapper #company-center-panel #company-search-bar #find-stores-button {
  float: left;
  width: 130px;
  margin-left: -130px;
  height: 45px;
  margin-top: 0px;
  font-size: 16px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 110, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-center-panel-wrapper #company-center-panel #company-search-bar #find-stores-button #search-text-wrapper {
  display: inline;
}

/* line 114, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-center-panel-wrapper #company-center-panel #company-search-bar #find-stores-button #search-icon-wrapper {
  display: none;
}

/* line 120, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-center-panel-wrapper #company-center-panel #company-search-results {
  margin-top: 20px;
}

/* line 125, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-center-panel-wrapper #company-center-panel #company-search-map-wrapper {
  margin-top: 20px;
  display: none;
}

/* line 129, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-center-panel-wrapper #company-center-panel #company-search-map-wrapper #toggle-company-search-map {
  width: 100%;
  text-align: center;
  cursor: pointer;
}

/* line 135, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-center-panel-wrapper #company-center-panel #company-search-map-wrapper #company-search-map {
  margin-top: 10px;
  width: 100%;
  height: 400px;
}

/* line 140, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
#company-search-page #company-center-panel-wrapper #company-center-panel #company-search-map-wrapper #company-search-map .gm-style .gm-style-iw-c {
  padding: unset;
}

@media (max-width: 600px) {
  /* line 152, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
  #company-search-page #company-banner #company-bare-search-wrapper {
    width: 95%;
    max-width: 95%;
  }
  /* line 158, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
  #company-search-page #company-center-panel-wrapper {
    top: 300px;
  }
  /* line 163, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
  #company-search-page #company-center-panel-wrapper #company-center-panel #company-search-bar #find-stores-button {
    width: 80px;
    margin-left: -80px;
  }
  /* line 167, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
  #company-search-page #company-center-panel-wrapper #company-center-panel #company-search-bar #find-stores-button #search-text-wrapper {
    display: none;
  }
  /* line 171, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
  #company-search-page #company-center-panel-wrapper #company-center-panel #company-search-bar #find-stores-button #search-icon-wrapper {
    display: inline;
  }
  /* line 176, app/assets/stylesheets/customer_facing/company_search_page.css.scss */
  #company-search-page #company-center-panel-wrapper #company-center-panel #company-search-bar #store-find-address-input {
    padding-right: 80px;
  }
}
/* line 1, app/assets/stylesheets/customer_facing/email_collection_landing.css.scss */
#email-collection-landing {
  padding: 120px 5%;
  margin: 0 auto;
}

/* line 5, app/assets/stylesheets/customer_facing/email_collection_landing.css.scss */
#email-collection-landing #collection-image-wrapper {
  width: 40%;
  margin: 0 auto;
}

/* line 9, app/assets/stylesheets/customer_facing/email_collection_landing.css.scss */
#email-collection-landing #collection-image-wrapper img {
  width: 100%;
}

/* line 14, app/assets/stylesheets/customer_facing/email_collection_landing.css.scss */
#email-collection-landing #collection-info-wrapper {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}

/* line 20, app/assets/stylesheets/customer_facing/email_collection_landing.css.scss */
#email-collection-landing #collection-info-wrapper #collection-title {
  font-family: "Cooper Black", serif;
}

/* line 24, app/assets/stylesheets/customer_facing/email_collection_landing.css.scss */
#email-collection-landing #collection-info-wrapper #collection-subtitle {
  font-size: 20px;
  margin-top: -5px;
  color: #777;
}

/* line 30, app/assets/stylesheets/customer_facing/email_collection_landing.css.scss */
#email-collection-landing #collection-info-wrapper #collection-email-input {
  font-size: 20px;
  height: 50px;
  margin-top: 20px;
}

/* line 36, app/assets/stylesheets/customer_facing/email_collection_landing.css.scss */
#email-collection-landing #collection-info-wrapper #submit-collection {
  width: 100%;
  font-size: 25px;
}

@media (max-width: 700px) {
  /* line 45, app/assets/stylesheets/customer_facing/email_collection_landing.css.scss */
  #email-collection-landing #collection-image-wrapper {
    width: 80%;
    margin: 0 auto;
  }
  /* line 50, app/assets/stylesheets/customer_facing/email_collection_landing.css.scss */
  #email-collection-landing #collection-info-wrapper {
    width: 90%;
  }
}
/* line 1, app/assets/stylesheets/customer_facing/first_time.css.scss */
#promo-landing {
  margin-top: 55px;
  min-height: 100%;
  background-color: #1C2953;
  text-align: center;
}

/* line 7, app/assets/stylesheets/customer_facing/first_time.css.scss */
#promo-landing .promo-landing-section-1 {
  background-color: white;
  padding-bottom: 10px;
}

/* line 11, app/assets/stylesheets/customer_facing/first_time.css.scss */
#promo-landing .promo-landing-section-1 .promo-landing-logo {
  max-height: 350px;
  width: auto;
  margin-top: -30px;
}

/* line 17, app/assets/stylesheets/customer_facing/first_time.css.scss */
#promo-landing .promo-landing-section-1 h1 {
  font-size: 45px;
  width: 50%;
  margin: 0 auto;
  margin-top: -40px;
  font-weight: bold;
}

/* line 25, app/assets/stylesheets/customer_facing/first_time.css.scss */
#promo-landing .promo-landing-section-1 h3 {
  font-size: 16px;
  width: 45%;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 10px;
  color: #555;
}

/* line 35, app/assets/stylesheets/customer_facing/first_time.css.scss */
#promo-landing .promo-landing-section-2 {
  background-color: #FFB200;
  height: 20px;
}

/* line 40, app/assets/stylesheets/customer_facing/first_time.css.scss */
#promo-landing .promo-landing-section-3 {
  color: white;
  padding-top: 50px;
}

/* line 44, app/assets/stylesheets/customer_facing/first_time.css.scss */
#promo-landing .promo-landing-section-3 #promo-landing-cell-phone {
  width: 50%;
  margin: 0 auto;
  height: 48px;
  font-size: 22px;
  padding: 0px 20px;
}

/* line 52, app/assets/stylesheets/customer_facing/first_time.css.scss */
#promo-landing .promo-landing-section-3 #send-text-button {
  width: 50%;
  height: 50px;
  font-size: 25px;
  margin-bottom: 30px;
}

/* line 59, app/assets/stylesheets/customer_facing/first_time.css.scss */
#promo-landing .promo-landing-section-3 .create-promo-result {
  padding-bottom: 20px;
  font-size: 30px;
  width: 75%;
  margin: 0 auto;
}

/* line 65, app/assets/stylesheets/customer_facing/first_time.css.scss */
#promo-landing .promo-landing-section-3 .create-promo-result .create-promo-result-subtitle {
  font-size: 18px;
  margin-top: 5px;
}

/* line 70, app/assets/stylesheets/customer_facing/first_time.css.scss */
#promo-landing .promo-landing-section-3 .create-promo-result.create-promo-error {
  color: #FFB200;
}

/* line 78, app/assets/stylesheets/customer_facing/first_time.css.scss */
#facebook-only-login-modal .login-panel {
  font-size: 17px;
  padding: 10px;
}

/* line 81, app/assets/stylesheets/customer_facing/first_time.css.scss */
#facebook-only-login-modal .login-panel .login-with-facebook-for-promo {
  margin-top: 20px;
}

@media (max-width: 700px) {
  /* line 90, app/assets/stylesheets/customer_facing/first_time.css.scss */
  #promo-landing .promo-landing-section-1 .promo-landing-logo {
    max-height: 300px;
    margin-bottom: 30px;
  }
  /* line 95, app/assets/stylesheets/customer_facing/first_time.css.scss */
  #promo-landing .promo-landing-section-1 h1 {
    width: 90%;
  }
  /* line 99, app/assets/stylesheets/customer_facing/first_time.css.scss */
  #promo-landing .promo-landing-section-1 h3 {
    width: 90%;
  }
  /* line 108, app/assets/stylesheets/customer_facing/first_time.css.scss */
  #promo-landing .promo-landing-section-3 #promo-landing-cell-phone {
    width: 90%;
  }
  /* line 112, app/assets/stylesheets/customer_facing/first_time.css.scss */
  #promo-landing .promo-landing-section-3 #send-text-button {
    width: 90%;
  }
  /* line 116, app/assets/stylesheets/customer_facing/first_time.css.scss */
  #promo-landing .promo-landing-section-3 .create-promo-result {
    width: 90%;
  }
}
/* line 1, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five {
  text-align: center;
}

/* line 4, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five h1 {
  font-size: 50px;
}

/* line 8, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five h3 {
  font-size: 20px;
  width: 75%;
  margin: 0 auto;
  color: #888;
}

/* line 15, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five .fff-blue {
  background-color: #1C2953;
}

/* line 18, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five .fff-blue img {
  max-width: 100%;
  max-height: 30%;
}

/* line 23, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five .fff-blue h1 {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #fff;
}

/* line 30, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five .fff-blue ul {
  color: white;
  font-size: 12px;
  width: 50%;
  margin: 0 auto;
}

/* line 36, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five .fff-blue ul li {
  padding-bottom: 30px;
  text-align: left;
}

/* line 40, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five .fff-blue ul li .fa {
  font-size: 30px;
  color: #FFB200;
}

/* line 48, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five .fff-white {
  min-height: 200px;
}

/* line 52, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five .fff-yellow {
  background-color: #FFB200;
  height: 20px;
}

/* line 57, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five .campaign-code-wrapper {
  margin: 0 auto;
  margin-top: 10px;
}

/* line 61, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five .campaign-code-wrapper h1 {
  font-size: 30px;
  color: #555;
}

/* line 66, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five .campaign-code-wrapper .campaign-code {
  background-color: white;
}

/* line 71, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five .campaign-login-button {
  font-size: 30px;
  margin-top: 35px;
  padding: 10px 20px;
  width: 50%;
}

/* line 78, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five .fb-share-img {
  width: 160px;
  height: auto;
  cursor: pointer;
}

/* line 88, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five-custom-landing {
  text-align: center;
}

/* line 91, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five-custom-landing .landing-block-1 {
  background-color: #1C2953;
}

/* line 96, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five-custom-landing .landing-block-2 {
  background-color: #FFB200;
  height: 15px;
}

/* line 101, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five-custom-landing .landing-block-3 {
  margin-top: 30px;
}

/* line 105, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five-custom-landing h1 {
  font-size: 35px;
}

/* line 109, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five-custom-landing h3 {
  font-size: 20px;
  width: 60%;
  margin: 0 auto;
  color: #888;
}

/* line 116, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five-custom-landing img.landing-logo {
  width: 40%;
}

/* line 120, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
#five-for-five-custom-landing .five-for-five-signup {
  font-size: 30px;
  margin-top: 35px;
  padding: 10px 20px;
  width: 50%;
}

/* line 128, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
.campaign-spinner {
  margin: 100px auto 100px;
  width: 120px;
  text-align: center;
}

/* line 134, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
.campaign-spinner > div {
  width: 30px;
  height: 30px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}

/* line 148, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
.campaign-spinner .bounce1 {
  animation-delay: -0.32s;
}

/* line 153, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
.campaign-spinner .bounce2 {
  animation-delay: -0.16s;
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@media (max-width: 700px) {
  /* line 175, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
  #five-for-five .campaign-code-wrapper {
    width: 90%;
    margin-top: 20px;
  }
  /* line 179, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
  #five-for-five .campaign-code-wrapper h1 {
    font-size: 20px;
  }
  /* line 183, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
  #five-for-five .campaign-code-wrapper .campaign-code {
    background-color: white;
    padding: 10px;
  }
  /* line 189, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
  #five-for-five .campaign-login-button {
    width: 90%;
    font-size: 20px;
  }
  /* line 196, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
  #five-for-five-custom-landing img.landing-logo {
    width: 50%;
  }
  /* line 200, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
  #five-for-five-custom-landing h1 {
    font-size: 30px;
    margin-top: -15px;
  }
  /* line 205, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
  #five-for-five-custom-landing h3 {
    font-size: 14px;
    width: 100%;
    padding: 3px;
  }
  /* line 211, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
  #five-for-five-custom-landing .five-for-five-signup {
    font-size: 20px;
    margin-top: 10px;
    padding: 10px 20px;
    width: 95%;
  }
  /* line 219, app/assets/stylesheets/customer_facing/five_for_five.css.scss */
  .fb-share-button {
    transform: scale(4);
    -ms-transform: scale(4);
    -webkit-transform: scale(4);
    -o-transform: scale(4);
    -moz-transform: scale(4);
    transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    margin-left: -45px;
    margin-bottom: 10px;
  }
}
/* line 1, app/assets/stylesheets/customer_facing/gift_cards.css.scss */
#gift-cards {
  padding: 25px;
  width: 70%;
  margin: 0 auto;
  margin-top: 120px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}

/* line 9, app/assets/stylesheets/customer_facing/gift_cards.css.scss */
#gift-cards h1 {
  text-align: center;
  font-size: 50px;
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
}

/* line 15, app/assets/stylesheets/customer_facing/gift_cards.css.scss */
#gift-cards h3 {
  text-align: center;
  color: #888;
  font-size: 18px;
  margin-top: -4px;
}

/* line 23, app/assets/stylesheets/customer_facing/gift_cards.css.scss */
#gift-cards #gift-form .StripeElement {
  height: 40px;
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 35px;
}

/* line 32, app/assets/stylesheets/customer_facing/gift_cards.css.scss */
#gift-cards #gift-form .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

/* line 36, app/assets/stylesheets/customer_facing/gift_cards.css.scss */
#gift-cards #gift-form .StripeElement--invalid {
  border-color: #fa755a;
}

/* line 40, app/assets/stylesheets/customer_facing/gift_cards.css.scss */
#gift-cards #gift-form .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* line 44, app/assets/stylesheets/customer_facing/gift_cards.css.scss */
#gift-cards #gift-form .form-control {
  margin-top: 10px;
  height: 40px;
}

/* line 48, app/assets/stylesheets/customer_facing/gift_cards.css.scss */
#gift-cards #gift-form .form-control.validation-error {
  border: 1px solid red;
}

/* line 53, app/assets/stylesheets/customer_facing/gift_cards.css.scss */
#gift-cards #gift-form button {
  margin-top: 10px;
  width: 100%;
}

/* line 58, app/assets/stylesheets/customer_facing/gift_cards.css.scss */
#gift-cards #gift-form hr {
  border-top: 1px solid #ccc;
}

/* line 62, app/assets/stylesheets/customer_facing/gift_cards.css.scss */
#gift-cards #gift-form #gift-card-summary {
  text-align: center;
  font-size: 20px;
  margin-top: -5px;
}

@media (max-width: 700px) {
  /* line 71, app/assets/stylesheets/customer_facing/gift_cards.css.scss */
  #gift-cards {
    width: 90%;
    margin: 0 auto;
    margin-top: 120px;
  }
}
/* line 1, app/assets/stylesheets/customer_facing/informational.css.scss */
.informational {
  margin-top: 30px;
}

/* line 5, app/assets/stylesheets/customer_facing/informational.css.scss */
#faqs {
  padding: 50px;
}

/* line 8, app/assets/stylesheets/customer_facing/informational.css.scss */
#faqs .question {
  font-size: 18px;
  font-weight: bold;
  color: #888;
}

/* line 14, app/assets/stylesheets/customer_facing/informational.css.scss */
#faqs .answer {
  margin-bottom: 15px;
}

/* line 18, app/assets/stylesheets/customer_facing/informational.css.scss */
#faqs .customer-service-selection {
  margin-bottom: 25px;
}

/* line 22, app/assets/stylesheets/customer_facing/informational.css.scss */
#faqs .customer-service {
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/customer_facing/informational.css.scss */
#faqs .show-email {
  cursor: pointer;
}

/* line 30, app/assets/stylesheets/customer_facing/informational.css.scss */
#faqs .state-dropdown {
  width: 400px;
  max-width: 100%;
}

/* line 35, app/assets/stylesheets/customer_facing/informational.css.scss */
#faqs .city-dropdown {
  width: 400px;
  max-width: 100%;
}

/* line 40, app/assets/stylesheets/customer_facing/informational.css.scss */
#faqs .company-dropdown {
  width: 400px;
  max-width: 100%;
}

/* line 45, app/assets/stylesheets/customer_facing/informational.css.scss */
#faqs .email {
  margin-top: 5px;
}

/* line 51, app/assets/stylesheets/customer_facing/informational.css.scss */
#legal-docs {
  padding: 30px;
  padding-top: 80px;
}

/* line 56, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  color: #313131;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  /*********************  Default-CSS  End *********************/
  /*============== Header Css Start ===============*/
  /*============== Header Css End ===============*/
  /*============== Hero Css Start ===============*/
  /*============== Hero Css End ===============*/
  /*============== Numbers Css Start ===============*/
  /*============== Numbers Css End ===============*/
}

/* line 65, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective :root {
  scroll-behavior: unset;
}

/* line 69, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 74, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective a,
#prospective span,
#prospective a:hover,
#prospective a:active,
#prospective button {
  text-decoration: none;
}

/* line 81, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective a,
#prospective div a:hover,
#prospective div a:active,
#prospective div a:focus,
#prospective button {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

/* line 93, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective p {
  margin: 0;
}

/* line 96, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective body h1,
#prospective body h2,
#prospective body h3,
#prospective body h4,
#prospective body h5,
#prospective body h6 {
  margin: 0;
}

/* line 104, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective input:focus, #prospective button:focus {
  outline: none;
  box-shadow: none;
}

/* line 108, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective ul, #prospective li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 113, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective img {
  max-width: 100%;
}

/* line 116, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .cm-overflow {
  overflow: hidden;
  touch-action: unset;
}

/* line 120, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .row {
  margin: 0 -15px;
}

/* line 123, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .container {
  padding: 0 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 129, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .col, #prospective [class*=col-] {
  padding: 0 15px;
}

/* line 136, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .logo_wrap {
  position: absolute;
  margin-top: 40px;
}

/* line 143, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .hero_wrapper {
  background-image: url(https://deliver-images.s3.us-west-2.amazonaws.com/adhoc/prospective/Hero.png);
  min-height: 690px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 195px 0 0 0;
}

/* line 151, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .hero_wrap {
  display: flex;
}

/* line 154, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .hero_block {
  max-width: 570px;
}

/* line 157, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .hero_block h3 {
  font-weight: 700;
  font-size: 32px;
  color: #313131;
  line-height: 1.4;
}

/* line 163, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .hero_block h3 span {
  color: #049146;
}

/* line 166, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .hero_block p {
  font-weight: 400;
  font-size: 16px;
  color: #0B0B0B;
  margin-top: 20px;
}

/* line 172, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .comman_btn span {
  display: inline-block;
  background: #049146;
  padding: 15px 34px;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 30px;
  border: 1px solid transparent;
  transition: all 0.4s ease;
  cursor: pointer;
}

/* line 185, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .comman_btn span:hover {
  color: #049146;
  background-color: transparent;
  border: 1px solid #049146;
}

/* line 190, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .hero_img {
  transform: translateY(-100px);
  margin-left: 80px;
}

/* line 197, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .numbers_wrapper {
  background: linear-gradient(360deg, rgba(4, 145, 70, 0.1) 0%, rgba(248, 248, 248, 0) 100%);
  padding: 120px 0;
}

/* line 201, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .numbers_wrap {
  margin-top: 50px;
}

/* line 204, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .numbers_block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}

/* line 210, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .numbers_block li {
  padding: 0 15px;
  width: 33.33%;
}

/* line 214, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .numbers_sec {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  padding: 30px;
  text-align: center;
  min-height: 292px;
}

/* line 221, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .numbers_sec p {
  font-weight: 400;
  font-size: 18px;
  color: #313131;
  margin-top: 20px;
}

/* line 227, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .numbers_sec p span {
  font-weight: 600;
}

/* line 230, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .numbers_sec .numbers_img img {
  transition: all 0.5s ease;
  display: inline-block;
}

/* line 234, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .numbers_sec:hover .numbers_img img {
  transform: scale(-1, 1);
}

/* line 237, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .common_section_title h2 {
  font-size: 44px;
  color: #313131;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
}

/* line 244, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .common_section_title h2 span {
  color: #049146;
}

/* line 249, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .why_is_wrapper {
  padding: 120px 0;
}

/* line 252, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .why_is_content {
  display: flex;
  justify-content: space-between;
}

/* line 256, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .why_is_content .common_section_title {
  max-width: 669px;
}

/* line 259, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .why_is_content .common_section_title h2 {
  text-align: left;
}

/* line 262, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .why_is_content .comman_btn span {
  margin-top: 0;
}

/* line 265, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .why_is_content .comman_btn {
  display: flex;
  align-items: center;
  padding-left: 100px;
}

/* line 270, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .why_is_block {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 276, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .why_col_left {
  width: calc(100% - 500px);
  padding-right: 20px;
}

/* line 280, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .why_col_right {
  width: 500px;
}

/* line 283, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .why_is_info ul li {
  display: flex;
  align-items: flex-start;
}

/* line 287, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .why_is_info ul li + li {
  margin-top: 30px;
}

/* line 290, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .why_is_info ul li img {
  min-width: 62px;
  margin-right: 20px;
}

/* line 294, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .why_is_desc h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 10px;
}

/* line 301, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .why_is_desc p {
  font-weight: 400;
  font-size: 18px;
  color: #777777;
}

/* line 307, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .the_product_wrapper {
  padding: 120px 0;
  background: #CDE9DA;
}

/* line 311, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .product_slider_block {
  margin: 15px -15px 0;
}

/* line 314, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .product_content {
  text-align: center;
  margin-top: 30px;
}

/* line 318, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .product_content h3 {
  font-weight: 600;
  font-size: 20px;
  color: #313131;
  margin-bottom: 10px;
}

/* line 324, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .product_content p {
  font-weight: 400;
  font-size: 18px;
  color: #313131;
}

/* line 329, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .product_owl.owl-theme .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  background: #7F8D85;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  margin: 0;
}

/* line 341, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .product_owl.owl-carousel .owl-nav button.owl-next {
  right: -80px;
}

/* line 345, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .product_owl.owl-carousel .owl-nav button.owl-prev {
  left: -80px;
}

/* line 348, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .product_iamge {
  margin: 18px 15px;
  box-shadow: 0px 4px 15px rgba(0, 106, 50, 0.3);
}

/* line 353, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .product_owl.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #049146;
}

/* line 356, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .brand_logo_block ul {
  display: flex;
  flex-wrap: wrap;
}

/* line 360, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .brand_logo_block li {
  width: 16.666%;
}

/* line 363, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .brand_logo_box {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  text-align: center;
}

/* line 368, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .brand_logo_box img {
  max-width: 75%;
}

/* line 373, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .how_does_work_wrapper {
  padding: 120px 0;
}

/* line 376, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .how_does_work_block {
  margin-top: 50px;
}

/* line 379, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .road_map_box {
  max-width: 870px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 80px 0px 0px 80px;
  padding: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

/* line 389, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .road_map_box img.road_icon {
  min-width: 100px;
  margin-right: 20px;
}

/* line 393, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .road_desc p {
  font-weight: 400;
  font-size: 18px;
}

/* line 397, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .road_desc p span {
  font-weight: 600;
}

/* line 400, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .road_line {
  position: absolute;
  right: -150px;
  top: 50%;
}

/* line 405, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .road_number {
  background: #fff;
  border: 1px solid #049146;
  width: 30px;
  height: 30px;
  font-weight: 600;
  font-size: 18px;
  color: #0B0B0B;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 43%;
  right: -15px;
  border-radius: 50%;
  z-index: 1;
}

/* line 422, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .how_roadmap_common_block + .how_roadmap_common_block {
  margin-top: 60px;
}

/* line 426, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .cm_right_road .road_map_box {
  border-radius: 0px 80px 80px 0px;
  margin-left: auto;
  flex-direction: row-reverse;
}

/* line 431, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .cm_right_road .road_desc {
  text-align: right;
}

/* line 434, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .cm_right_road .road_map_box img.road_icon {
  margin: 0 0 0 20px;
}

/* line 437, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .cm_right_road .road_desc p {
  max-width: 635px;
}

/* line 440, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .cm_right_road .road_number {
  left: -15px;
  right: unset;
}

/* line 444, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .cm_right_road .road_line {
  position: absolute;
  left: -150px;
  right: unset;
}

/* line 449, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .how_lunch_block {
  max-width: 289px;
  margin-left: auto;
  padding-top: 70px;
}

/* line 454, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .how_lunch_block h4 {
  font-weight: 600;
  font-size: 18px;
  color: #313131;
  text-align: center;
  line-height: 1.5;
}

/* line 461, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .how_lunch_block h4 span {
  color: #049146;
}

/* line 465, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .as_seen_in_wrapper {
  background: #F8F8F8;
  padding: 80px 0;
}

/* line 470, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .as_seen_block {
  margin-top: 40px;
}

/* line 473, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .as_seen_block ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

/* line 478, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .as_seen_block ul li {
  width: 16.333%;
  padding: 0 15px;
}

/* line 482, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .as_seen_box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  min-height: 80px;
}

/* line 489, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .footer_wrapper {
  margin-top: 120px;
  position: relative;
}

/* line 493, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .footer_wrapper::after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  min-height: 716px;
  background-image: url(https://deliver-images.s3.us-west-2.amazonaws.com/adhoc/prospective/footer_shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

/* line 505, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .footer_form_box {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  padding: 50px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

/* line 513, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .form_content {
  text-align: center;
  max-width: 587px;
  margin: 0 auto 50px;
}

/* line 518, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .form_content p {
  font-weight: 400;
  font-size: 18px;
  color: #0B0B0B;
  margin-top: 10px;
}

/* line 524, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .common_input {
  margin-bottom: 35px;
}

/* line 528, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .common_input .learn-more-input.is-invalid {
  border: 1px solid red;
}

/* line 533, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .common_input p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #313131;
  font-family: 'Inter', sans-serif;
}

/* line 541, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .common_input input, #prospective .common_input textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  height: 50px;
  padding: 14px 20px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000;
}

/* line 554, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .common_input input::-webkit-input-placeholder, #prospective .common_input textarea::-webkit-input-placeholder {
  color: #DDDDDD;
}

/* line 557, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .common_input input:focus, #prospective .common_input textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #049146;
}

/* line 562, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .common_input input::-webkit-inner-spin-button, #prospective .common_input input::-webkit-outer-spin-button {
  display: none;
}

/* line 565, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .common_input textarea {
  height: 140px;
  resize: none;
}

/* line 569, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .submit_form_btn {
  text-align: center;
}

/* line 572, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .submit_btn {
  display: inline-block;
  background: #049146;
  padding: 15px 34px;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1;
  border: 1px solid transparent;
  transition: all 0.4s ease;
}

/* line 583, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .submit_btn:hover {
  color: #049146;
  background-color: transparent;
  border: 1px solid #049146;
}

/* line 588, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .copyright {
  text-align: center;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

/* line 594, app/assets/stylesheets/customer_facing/informational.css.scss */
#prospective .copyright p {
  font-weight: 400;
  font-size: 16px;
  color: #313131;
}

@media (min-width: 1200px) {
  /* line 601, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .container {
    max-width: 1200px;
  }
}

@media (max-width: 1440px) {
  /* line 608, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .product_owl.owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
  /* line 612, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .product_owl.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
  /* line 615, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .brand_logo_block li {
    width: 25%;
  }
}

@media (max-width: 1199px) {
  /* line 621, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .hero_wrapper {
    background-position-x: -350px;
    min-height: 640px;
  }
  /* line 625, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .hero_block h3 {
    font-size: 25px;
  }
  /* line 628, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .hero_img {
    margin-left: 30px;
    transform: translateY(-40px);
  }
  /* line 632, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .why_is_content .comman_btn {
    padding-left: 60px;
  }
  /* line 635, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .road_map_box {
    max-width: 720px;
    border-radius: 100px 0px 0px 100px;
  }
  /* line 639, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .cm_right_road .road_map_box {
    border-radius: 0px 100px 100px 0px;
  }
  /* line 642, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .as_seen_block ul li {
    width: 33.333%;
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  /* line 649, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .hero_img {
    transform: translateY(0px);
    margin-left: 20px;
  }
  /* line 653, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .hero_block h3 {
    font-size: 20px;
  }
  /* line 656, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .hero_wrapper {
    padding: 150px 0 0 0;
  }
  /* line 659, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .hero_wrapper {
    background-position-x: -570px;
    min-height: 640px;
  }
  /* line 663, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .numbers_block li {
    width: 50%;
    margin-bottom: 25px;
  }
  /* line 667, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .numbers_sec {
    padding: 25px 15px;
  }
  /* line 670, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .numbers_block li:last-child {
    margin-bottom: 0;
  }
  /* line 673, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .numbers_wrapper, #prospective .why_is_wrapper, #prospective .the_product_wrapper, #prospective .how_does_work_wrapper {
    padding: 70px 0;
  }
  /* line 676, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .why_is_content {
    flex-wrap: wrap;
  }
  /* line 679, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .why_is_content .comman_btn {
    padding: 30px 0 0;
    border: 0;
  }
  /* line 683, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .why_col_left, #prospective .why_col_right {
    width: 100%;
  }
  /* line 686, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .why_col_right {
    order: -1;
    margin-bottom: 35px;
  }
  /* line 690, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .why_imag {
    text-align: center;
  }
  /* line 693, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .product_owl.owl-theme .owl-nav [class*=owl-] {
    width: 30px;
    height: 30px;
  }
  /* line 697, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .product_owl.owl-theme .owl-nav [class*=owl-] img {
    max-width: 15px;
  }
  /* line 700, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .road_line {
    display: none;
  }
  /* line 703, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .how_does_work_block {
    position: relative;
  }
  /* line 706, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .how_does_work_block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: 95%;
    border: 1px dashed #d9d6d6;
    margin: 0 auto;
  }
  /* line 717, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .road_number {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -15px;
  }
  /* line 723, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .cm_right_road .road_number {
    right: 0;
    left: 0;
  }
  /* line 727, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .how_lunch_block {
    margin: 0 auto;
  }
  /* line 730, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .as_seen_in_wrapper {
    padding: 70px 0 45px;
  }
  /* line 733, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .footer_wrapper {
    margin-top: 70px;
  }
  /* line 736, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .footer_wrapper::after {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  /* line 742, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .logo_wrap {
    width: 100%;
    left: 0;
    text-align: center;
  }
  /* line 747, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .hero_wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  /* line 751, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .hero_block_img {
    order: -1;
  }
  /* line 754, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .hero_block {
    max-width: 100%;
    margin-top: 50px;
    text-align: center;
  }
  /* line 759, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .hero_wrapper {
    background-position-x: -560px;
    min-height: 100%;
    padding: 120px 0 60px 0;
  }
  /* line 764, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .hero_block h3 br {
    display: none;
  }
  /* line 767, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .common_section_title h2 {
    font-size: 30px;
  }
  /* line 770, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .numbers_block li {
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 774, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .numbers_sec {
    min-height: auto;
  }
  /* line 777, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .numbers_wrap {
    margin-top: 25px;
  }
  /* line 780, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .numbers_wrapper, #prospective .why_is_wrapper, #prospective .the_product_wrapper, #prospective .how_does_work_wrapper {
    padding: 50px 0;
  }
  /* line 783, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .why_is_content .common_section_title h2, #prospective .why_is_desc {
    text-align: center;
  }
  /* line 786, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .why_is_content .comman_btn, #prospective .why_is_info ul li img {
    margin: 0 auto;
  }
  /* line 789, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .why_is_info ul li img {
    margin-bottom: 25px;
  }
  /* line 792, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .why_is_info ul li {
    flex-direction: column;
    justify-content: center;
  }
  /* line 796, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .product_slider_block {
    margin: 0px -15px 0;
  }
  /* line 799, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .product_content {
    padding: 0 15px;
  }
  /* line 802, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .brand_logo_block li {
    width: 33.333%;
  }
  /* line 805, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .road_map_box, #prospective .cm_right_road .road_map_box {
    flex-wrap: wrap;
    border-radius: 25px;
    padding: 20px;
  }
  /* line 810, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .road_desc, #prospective .cm_right_road .road_desc {
    width: 100%;
    text-align: center;
  }
  /* line 814, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .road_map_box img.road_icon, #prospective .cm_right_road .road_map_box img.road_icon {
    margin: 20px auto 15px;
    max-width: 70px;
    min-width: auto;
  }
  /* line 819, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .how_does_work_block::before {
    height: 96%;
  }
  /* line 822, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .as_seen_box img {
    max-width: 80%;
  }
  /* line 825, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .as_seen_in_wrapper {
    padding: 50px 0 25px;
  }
  /* line 828, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .as_seen_block {
    margin-top: 20px;
  }
  /* line 831, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .common_input {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  /* line 837, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .common_section_title h2 {
    font-size: 25px;
  }
  /* line 840, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .numbers_sec p, #prospective .why_is_desc p, #prospective .product_content p, #prospective .road_desc p, #prospective .form_content p {
    font-size: 16px;
  }
  /* line 843, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .comman_btn span, #prospective .submit_btn {
    padding: 13px 30px;
    font-size: 16px;
  }
  /* line 847, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .product_owl.owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
  /* line 850, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .product_owl.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
  }
  /* line 853, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .as_seen_block ul li {
    width: 50%;
  }
  /* line 856, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .footer_wrapper {
    margin-top: 50px;
  }
  /* line 859, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .footer_form_box {
    padding: 30px;
  }
  /* line 862, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .form_content {
    margin-bottom: 30px;
  }
  /* line 865, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .common_input input, #prospective .common_input textarea {
    font-size: 16px;
    padding: 10px 15px;
  }
  /* line 869, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .common_input input {
    height: 40px;
  }
  /* line 872, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .common_input textarea {
    height: 100px;
  }
  /* line 875, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .copyright p {
    font-size: 14px;
  }
}

/* line 887, app/assets/stylesheets/customer_facing/informational.css.scss */
#ebt-info {
  font-family: Lato, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 30px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 100px;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: white;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.3);
  padding: 20px 60px;
}

/* line 902, app/assets/stylesheets/customer_facing/informational.css.scss */
#ebt-info h1 {
  font-weight: 750;
  line-height: 1.2em;
  color: #529247;
  font-size: 45px;
  margin-bottom: 50px;
}

/* line 910, app/assets/stylesheets/customer_facing/informational.css.scss */
#ebt-info img.snap-logo {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 200px;
  margin-right: 20px;
}

/* line 917, app/assets/stylesheets/customer_facing/informational.css.scss */
#ebt-info .question {
  font-size: 30px;
  font-weight: bold;
  color: #888;
}

/* line 923, app/assets/stylesheets/customer_facing/informational.css.scss */
#ebt-info .answer {
  margin-bottom: 30px;
  font-size: 18px;
}

/* line 928, app/assets/stylesheets/customer_facing/informational.css.scss */
#ebt-info img.ebt-content-photo {
  width: 400px;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  /* line 887, app/assets/stylesheets/customer_facing/informational.css.scss */
  #ebt-info {
    width: 96%;
    text-align: left;
    padding: 20px;
  }
  /* line 940, app/assets/stylesheets/customer_facing/informational.css.scss */
  #ebt-info h1 {
    font-size: 30px;
  }
}

@media (max-width: 900px) {
  /* line 949, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .prospective-section {
    padding: 50px 30px 90px 30px;
  }
  /* line 952, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .prospective-section h1 {
    font-size: 25px;
    width: 100%;
  }
  /* line 956, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .prospective-section h1 .emphaiszed {
    font-size: 38px;
    padding-right: 5px;
  }
  /* line 967, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .prospective-section .demo-images .demo-image-wrapper {
    padding: 30px;
    width: 100%;
    text-align: center;
    vertical-align: top;
    margin-right: 4px;
    margin-left: 4px;
    min-height: 300px;
    margin-bottom: 10px;
  }
  /* line 979, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .prospective-section .list-element {
    margin-top: 40px;
    line-height: 2em;
  }
  /* line 983, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .prospective-section .list-element .list-number {
    font-size: 25px;
    width: 50px;
  }
  /* line 987, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .prospective-section .list-element .list-content {
    width: 80%;
  }
  /* line 992, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .prospective-section .prospective-form {
    width: 100%;
  }
  /* line 998, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .prospective-section .news-images {
    margin-top: 40px;
    text-align: center;
  }
  /* line 1002, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .prospective-section .news-images .news-image-wrapper {
    display: inline-block;
    width: 150px;
    padding: 20px;
  }
  /* line 1007, app/assets/stylesheets/customer_facing/informational.css.scss */
  #prospective .prospective-section .news-images .news-image-wrapper img {
    width: 100%;
  }
}

/* line 1016, app/assets/stylesheets/customer_facing/informational.css.scss */
#oregon-alcohol-laws {
  padding: 30px;
  margin-top: 60px;
}
/* line 2, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-dialog {
  max-width: 500px;
}

/* line 5, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body {
  padding: 30px;
}

/* line 8, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body .form-group {
  margin-bottom: 10px;
}

/* line 11, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body .form-group label {
  font-size: 17px;
}

/* line 15, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body .form-group .form-control {
  font-size: 16px !important;
}

/* line 20, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body #login-reason {
  color: #006089;
  background-color: rgba(150, 80, 200, 0.1);
  padding: 10px 20px;
  margin-bottom: 20px;
  text-align: center;
}

/* line 28, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body .sign-in-button {
  width: 100%;
  margin-bottom: 20px;
}

/* line 33, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body #login-buttons-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

/* line 38, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body #login-buttons-wrapper .btn {
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}

/* line 45, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body .login-submit {
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  font-size: 20px;
}

/* line 52, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body .login-signup-button {
  width: 100%;
  height: 40px;
  font-size: 20px;
}

/* line 58, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body .login-error {
  color: red;
  text-align: center;
  height: 12px;
  font-size: 18px;
  margin-top: 10px;
}

/* line 66, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body .submit-registration {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 5px;
}

/* line 72, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body .success-header {
  font-size: 20px;
  color: green;
  margin-left: 12px;
}

/* line 78, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body .success-body {
  padding: 15px;
  font-size: 18px;
}

/* line 83, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body .registration-error {
  color: red;
  text-align: center;
  height: 12px;
  font-size: 18px;
  margin-top: 10px;
  opacity: 0;
}

/* line 92, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body .sign-in-below {
  color: #bbb;
  font-size: 12px;
}

/* line 97, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body .sign-in-below .line {
  border-top: 1px solid #bbb;
  margin: 5px 10px;
}

/* line 103, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body .login-with-facebook {
  text-align: center;
  padding-right: 35px;
}

/* line 108, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body .login-with-google {
  text-align: center;
  padding-right: 35px;
}

/* line 113, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body .forgot-password-link {
  text-align: right;
  margin: -5px 0px 10px 0px;
  font-size: 11px;
  cursor: pointer;
  color: #44a;
}

/* line 120, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body .forgot-password-link:hover {
  color: #44f;
}

/* line 126, app/assets/stylesheets/customer_facing/login.css.scss */
#login-modal .modal-body .accept-terms label {
  font-weight: normal;
  font-size: 14px;
}

/* line 134, app/assets/stylesheets/customer_facing/login.css.scss */
.login-spinner {
  margin: 100px auto 100px;
  width: 70px;
  text-align: center;
}

/* line 140, app/assets/stylesheets/customer_facing/login.css.scss */
.login-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}

/* line 154, app/assets/stylesheets/customer_facing/login.css.scss */
.login-spinner .bounce1 {
  animation-delay: -0.32s;
}

/* line 159, app/assets/stylesheets/customer_facing/login.css.scss */
.login-spinner .bounce2 {
  animation-delay: -0.16s;
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* line 1, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar {
  width: 100%;
  height: 65px;
  display: flex;
  line-height: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  position: fixed;
  top: 0px;
  left: 0px;
  box-shadow: 1px 2px 2px #e4e4e4;
  text-align: right;
  padding: 0px 10px;
  z-index: 10000;
}

/* line 18, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .dropdown-toggle::after {
  display: none;
}

/* line 22, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar.has-stuck-element-underneath {
  box-shadow: 0px 0px 0px #222;
}

/* line 26, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .right-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

/* line 33, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .address-check {
  width: 40%;
  height: 60px;
  float: left;
  margin-left: 5px;
}

/* line 39, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .address-check .form-control {
  margin-top: 13px;
  display: inline-block;
  width: 90%;
}

/* line 45, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .address-check .navbar-address-check-icon {
  color: #5e5;
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  opacity: 0;
}

/* line 54, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .navbar-element-left {
  font-size: 19px;
  cursor: pointer;
  float: left;
}

/* line 59, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .navbar-element-left:hover {
  color: #ddd;
}

/* line 63, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .navbar-element-left img {
  height: 35px;
  width: auto;
}

/* line 70, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .navbar-element-right-unstyled {
  margin: 0px 2px;
}

/* line 74, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .navbar-element-right {
  color: #333;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  margin: 0px 2px;
  font-weight: 500;
  margin-top: 2px;
}

/* line 84, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .navbar-element-right:hover {
  color: #333;
}

/* line 88, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .navbar-element-right.retailers {
  margin-right: -5px;
}

/* line 92, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .navbar-element-right.login-button {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 97, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .navbar-element-right.cart {
  background-color: #289137;
  color: white !important;
}

/* line 101, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .navbar-element-right.cart svg {
  fill: #fff !important;
  margin-top: -3px;
  margin-right: 3px;
  width: 22px;
  height: 22px;
}

/* line 109, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .navbar-element-right.cart.cart-is-empty {
  color: #333 !important;
  background-color: var(--bs-border-color);
}

/* line 114, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .navbar-element-right.cart.cart-is-empty svg {
  color: #333 !important;
  fill: transparent !important;
}

/* line 121, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .navbar-element-right.cart:not(.cart-is-empty):hover {
  background-color: rgba(40, 145, 55, 0.8);
}

/* line 127, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .navbar-element-right .dropdown-menu {
  margin-right: -15px;
}

/* line 133, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar.search-nav .checkout {
  display: none;
}

/* line 139, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar.company-nav .companies {
  display: none;
}

/* line 142, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar.company-nav .companies-splitter {
  display: none;
}

/* line 145, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar.company-nav .promotions {
  display: none;
}

/* line 148, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar.company-nav .promotions-splitter {
  display: none;
}

/* line 151, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar.company-nav .retailers {
  display: none;
}

/* line 154, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar.company-nav .faq-help {
  display: none;
}

/* line 159, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .dropdown-menu {
  font-size: 16px;
  margin-top: 8px !important;
}

/* line 163, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .dropdown-menu .dropdown-item {
  line-height: 30px;
}

/* line 167, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar .dropdown-menu .dropdown-item:active {
  background-color: #f8f9fa;
  color: #495057;
}

/* line 173, app/assets/stylesheets/customer_facing/navbar.css.scss */
.public-navbar #active-order-count {
  color: green;
}

@media (max-width: 700px) {
  /* line 180, app/assets/stylesheets/customer_facing/navbar.css.scss */
  .public-navbar .navbar-element-left {
    font-size: 14px;
    font-weight: bold;
  }
  /* line 184, app/assets/stylesheets/customer_facing/navbar.css.scss */
  .public-navbar .navbar-element-left.navbar-logo {
    display: none;
  }
  /* line 188, app/assets/stylesheets/customer_facing/navbar.css.scss */
  .public-navbar .navbar-element-left.mobile-home-button {
    display: block;
  }
  /* line 193, app/assets/stylesheets/customer_facing/navbar.css.scss */
  .public-navbar .companies-splitter {
    display: none;
  }
  /* line 197, app/assets/stylesheets/customer_facing/navbar.css.scss */
  .public-navbar .navbar-element-right {
    font-size: 14px;
  }
  /* line 201, app/assets/stylesheets/customer_facing/navbar.css.scss */
  .public-navbar .navbar-element-right.left-bar:before {
    margin-right: 5px;
    margin-left: 5px;
  }
  /* line 208, app/assets/stylesheets/customer_facing/navbar.css.scss */
  .public-navbar .navbar-element-right.right-bar:after {
    margin-right: 5px;
    margin-left: 5px;
  }
  /* line 215, app/assets/stylesheets/customer_facing/navbar.css.scss */
  .public-navbar .full-screen-checkout-icon {
    display: none;
  }
  /* line 219, app/assets/stylesheets/customer_facing/navbar.css.scss */
  .public-navbar .caret-wrapper {
    display: none;
  }
}
/* line 2, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 15px;
}

/* line 7, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row.active-row {
  border-left: 5px solid green;
}

/* line 11, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .header-section {
  background-color: #f6f6f6;
  padding: 15px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 19, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .header-section h2 {
  color: #888;
  font-size: 15px !important;
  margin: 0px;
  padding: 0px;
}

/* line 27, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .body-section {
  padding: 15px;
}

/* line 31, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-logo {
  float: left;
  width: 20%;
  height: 100px;
  position: relative;
  border-radius: 5px;
  margin-top: 5px;
}

/* line 39, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-logo img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 53, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row a.store-link {
  text-decoration: none;
  color: #0156b4;
  font-size: 20px;
  font-weight: 700;
}

/* line 60, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-description {
  float: left;
  width: 75%;
  margin-left: 4%;
  color: #333;
  font-weight: 350;
}

/* line 67, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-description .order-history-canceled {
  color: red;
}

/* line 71, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-description hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 76, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-description .order-history-cart {
  padding: 15px 0px;
  font-size: 13px;
  font-weight: lighter;
}

/* line 81, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-description .order-history-cart .order-history-cart-item {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

/* line 85, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-description .order-history-cart .order-history-cart-item .ohci_element {
  float: left;
}

/* line 89, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-description .order-history-cart .order-history-cart-item .order-history-cart-quantity {
  color: #888;
  min-width: 30px;
  max-width: 10%;
}

/* line 95, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-description .order-history-cart .order-history-cart-item .order-history-cart-text {
  width: 80%;
}

/* line 99, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-description .order-history-cart .order-history-cart-item:first-child {
  border-top: 1px solid #ddd;
}

/* line 105, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-description .order-status-log {
  margin-top: 10px;
  color: #888;
  font-weight: lighter;
}

/* line 110, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-description .order-status-log .order-status-circle {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

/* line 119, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-description .order-status-log .order-status-circle.active-blue {
  background-color: #0156b4;
}

/* line 123, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-description .order-status-log .order-status-circle.active-green {
  background-color: green;
}

/* line 127, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-description .order-status-log .order-status-circle.active-red {
  background-color: red;
}

/* line 131, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-description .order-status-log .order-status-info {
  display: inline-block;
  width: 350px;
  max-width: 80%;
  margin-left: 15px;
}

/* line 137, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-description .order-status-log .order-status-info.active-status-info {
  font-weight: 500;
  color: black;
}

/* line 144, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-description .call-store-wrapper {
  width: 100%;
  margin-top: 20px;
}

/* line 148, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal .order-history-row .order-history-description .call-store-wrapper button {
  padding: 6px 10px;
}

/* line 155, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
#order-history-modal #order-history-no-history-text {
  padding: 20px;
  font-size: 18px;
}

/* line 161, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
.order-more-history-button {
  width: 100%;
  height: 50px;
  font-size: 18px;
}

@media (max-width: 620px) {
  /* line 170, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
  #order-history-modal .order-history-row .order-history-logo {
    display: none;
  }
  /* line 173, app/assets/stylesheets/customer_facing/order_history_modal.css.scss */
  #order-history-modal .order-history-row .order-history-description {
    width: 100%;
  }
}
/* line 2, app/assets/stylesheets/customer_facing/product_landing.css.scss */
#product-landing .product-item {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  margin-top: 100px;
}

/* line 8, app/assets/stylesheets/customer_facing/product_landing.css.scss */
#product-landing .product-item #item-image {
  width: 40%;
  height: auto;
}

/* line 12, app/assets/stylesheets/customer_facing/product_landing.css.scss */
#product-landing .product-item .item-info-item {
  display: inline-block;
  vertical-align: middle;
}

/* line 16, app/assets/stylesheets/customer_facing/product_landing.css.scss */
#product-landing .product-item #item-name {
  font-size: 55px;
  font-weight: 800;
  font-family: Lato, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, app/assets/stylesheets/customer_facing/product_landing.css.scss */
#product-landing .product-item #item-description {
  font-size: 16px;
  color: #777;
  margin-top: -10px;
  font-weight: 500;
  font-family: Lato, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 32, app/assets/stylesheets/customer_facing/product_landing.css.scss */
#product-landing .product-item .gapper {
  height: 20px;
}

/* line 35, app/assets/stylesheets/customer_facing/product_landing.css.scss */
#product-landing .product-item #item-search-and-details {
  text-align: left;
  width: 58%;
}

/* line 40, app/assets/stylesheets/customer_facing/product_landing.css.scss */
#product-landing #product-address-picker {
  font-size: 20px;
  height: 50px;
  margin-top: 5px;
}

/* line 45, app/assets/stylesheets/customer_facing/product_landing.css.scss */
#product-landing #submit-product-search {
  height: 50px;
  width: 100%;
  font-size: 20px;
  margin-top: -5px;
}

/* line 51, app/assets/stylesheets/customer_facing/product_landing.css.scss */
#product-landing #product-description {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 50px;
}

/* line 57, app/assets/stylesheets/customer_facing/product_landing.css.scss */
#product-landing #product-description .description-title {
  color: #555;
  font-size: 25px;
  margin-bottom: -15px;
}

/* line 62, app/assets/stylesheets/customer_facing/product_landing.css.scss */
#product-landing #product-description .description-text {
  font-size: 18px;
}

@media (max-width: 1000px) {
  /* line 71, app/assets/stylesheets/customer_facing/product_landing.css.scss */
  #product-landing .product-item #item-image {
    width: 40%;
  }
  /* line 74, app/assets/stylesheets/customer_facing/product_landing.css.scss */
  #product-landing .product-item #item-name {
    font-size: 40px;
  }
  /* line 77, app/assets/stylesheets/customer_facing/product_landing.css.scss */
  #product-landing .product-item #item-description {
    margin-top: -5px;
  }
  /* line 80, app/assets/stylesheets/customer_facing/product_landing.css.scss */
  #product-landing .product-item .gapper {
    height: 10px;
  }
}

@media (max-width: 700px) {
  /* line 89, app/assets/stylesheets/customer_facing/product_landing.css.scss */
  #product-landing .product-item {
    width: 90%;
  }
  /* line 92, app/assets/stylesheets/customer_facing/product_landing.css.scss */
  #product-landing .product-item #item-image {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 80%;
  }
  /* line 97, app/assets/stylesheets/customer_facing/product_landing.css.scss */
  #product-landing .product-item .item-info-item {
    display: block;
  }
  /* line 100, app/assets/stylesheets/customer_facing/product_landing.css.scss */
  #product-landing .product-item #item-name {
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 35px;
  }
  /* line 105, app/assets/stylesheets/customer_facing/product_landing.css.scss */
  #product-landing .product-item #item-description {
    margin-top: -5px;
  }
  /* line 108, app/assets/stylesheets/customer_facing/product_landing.css.scss */
  #product-landing .product-item .gapper {
    height: 10px;
  }
  /* line 111, app/assets/stylesheets/customer_facing/product_landing.css.scss */
  #product-landing .product-item #item-search-and-details {
    width: 90%;
    margin: 0 auto;
  }
}
/* line 1, app/assets/stylesheets/customer_facing/pulsate.css.scss */
.pulsate {
  animation: pulsate 2s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
}

@keyframes pulsate {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.1;
  }
}
/* line 2, app/assets/stylesheets/customer_facing/qd.css.scss */
#qd-landing #qd-banner {
  background-color: #bd0000;
  padding: 120px 20px 100px 20px;
  text-align: center;
  font-weight: 800;
  font-family: Lato, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 11, app/assets/stylesheets/customer_facing/qd.css.scss */
#qd-landing #qd-banner #banner-header {
  width: 100%;
  color: white;
  font-size: 40px;
  margin-bottom: 50px;
}

/* line 18, app/assets/stylesheets/customer_facing/qd.css.scss */
#qd-landing #qd-banner .banner-element {
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
}

/* line 23, app/assets/stylesheets/customer_facing/qd.css.scss */
#qd-landing #qd-banner .banner-element .dropdown-menu {
  width: 100%;
}

/* line 26, app/assets/stylesheets/customer_facing/qd.css.scss */
#qd-landing #qd-banner .banner-element .dropdown-menu .dropdown-item {
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 5px 10px;
  cursor: pointer;
}

/* line 35, app/assets/stylesheets/customer_facing/qd.css.scss */
#qd-landing #qd-banner #qd-pickup-option.banner-element {
  width: 300px;
}

/* line 38, app/assets/stylesheets/customer_facing/qd.css.scss */
#qd-landing #qd-banner #qd-pickup-option.banner-element img {
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/customer_facing/qd.css.scss */
#qd-landing #qd-banner #qd-pickup-option.banner-element #pickup-subheader {
  color: white;
  width: 100%;
  margin-top: 3px;
  font-size: 13px;
}

/* line 50, app/assets/stylesheets/customer_facing/qd.css.scss */
#qd-landing #qd-banner #qd-delivery-seperator.banner-element {
  color: white;
  font-size: 40px;
  width: 100px;
}

/* line 56, app/assets/stylesheets/customer_facing/qd.css.scss */
#qd-landing #qd-banner #qd-delivery-option.banner-element {
  width: 400px;
  cursor: pointer;
}

/* line 61, app/assets/stylesheets/customer_facing/qd.css.scss */
#qd-landing #qd-banner #qd-catering-option.banner-element {
  width: 300px;
  cursor: pointer;
}

/* line 66, app/assets/stylesheets/customer_facing/qd.css.scss */
#qd-landing #qd-banner .banner-element img {
  width: 100%;
}

@media (max-width: 850px) {
  /* line 76, app/assets/stylesheets/customer_facing/qd.css.scss */
  #qd-landing #qd-banner #banner-header {
    font-size: 35px;
    margin-bottom: 40px;
  }
  /* line 81, app/assets/stylesheets/customer_facing/qd.css.scss */
  #qd-landing #qd-banner .banner-element {
    display: block;
    margin: 0 auto;
  }
  /* line 85, app/assets/stylesheets/customer_facing/qd.css.scss */
  #qd-landing #qd-banner #qd-delivery-seperator.banner-element {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  /* line 90, app/assets/stylesheets/customer_facing/qd.css.scss */
  #qd-landing #qd-banner #qd-delivery-option.banner-element {
    width: 350px;
  }
}
/* line 1, app/assets/stylesheets/customer_facing/redeem.css.scss */
#redeem-gift {
  padding: 25px;
  width: 70%;
  margin: 0 auto;
  margin-top: 120px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}

/* line 9, app/assets/stylesheets/customer_facing/redeem.css.scss */
#redeem-gift h1 {
  text-align: center;
  font-size: 50px;
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
}

/* line 15, app/assets/stylesheets/customer_facing/redeem.css.scss */
#redeem-gift h3 {
  text-align: center;
  color: #888;
  font-size: 18px;
  margin-top: -4px;
}

/* line 22, app/assets/stylesheets/customer_facing/redeem.css.scss */
#redeem-gift #login-to-redeem-button {
  width: 100%;
  margin-top: 30px;
}

/* line 28, app/assets/stylesheets/customer_facing/redeem.css.scss */
#redeem-gift #already-used-wrapper hr {
  border-top: 1px solid #ccc;
}

/* line 31, app/assets/stylesheets/customer_facing/redeem.css.scss */
#redeem-gift #already-used-wrapper h2 {
  font-size: 22px;
  text-align: center;
  color: #7f0000;
}

@media (max-width: 700px) {
  /* line 40, app/assets/stylesheets/customer_facing/redeem.css.scss */
  #redeem-gift {
    width: 90%;
    margin: 0 auto;
    margin-top: 120px;
  }
}
/* line 2, app/assets/stylesheets/customer_facing/review.css.scss */
#review #review-header {
  margin-bottom: 30px;
}

/* line 5, app/assets/stylesheets/customer_facing/review.css.scss */
#review #review-header h4 {
  color: #888;
}

/* line 10, app/assets/stylesheets/customer_facing/review.css.scss */
#review .is-invalid {
  border: 1px solid red;
}

/* line 14, app/assets/stylesheets/customer_facing/review.css.scss */
#review form {
  font-size: 16px;
}

/* line 17, app/assets/stylesheets/customer_facing/review.css.scss */
#review form h3 {
  font-size: 20px;
}

/* line 21, app/assets/stylesheets/customer_facing/review.css.scss */
#review form select {
  width: 100%;
  height: 40px;
}

/* line 26, app/assets/stylesheets/customer_facing/review.css.scss */
#review form #review-additional-details {
  height: 100px;
}

/* line 30, app/assets/stylesheets/customer_facing/review.css.scss */
#review form #review-submit {
  margin-top: 20px;
  width: 100%;
  height: 50px;
  font-size: 20px;
}

@media (max-width: 700px) {
  /* line 42, app/assets/stylesheets/customer_facing/review.css.scss */
  #review #review-header h1 {
    font-size: 25px;
    padding: 0px 10px;
  }
}
/* line 1, app/assets/stylesheets/customer_facing/search.css.scss */
.auth-flash {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  display: none;
}

/* line 10, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body {
  padding-top: 65px;
}

/* line 14, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-start .home-typer {
  margin-top: 150px;
  font-size: 40px;
  min-height: auto;
  color: #fff;
  font-weight: 700;
  line-height: 1.20312em;
  font-family: Lato, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 25, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-start .home-typer .type-content {
  border-bottom: 4px solid #39B54A;
}

/* line 30, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-start .logo-wrapper {
  display: none;
}

/* line 36, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-start .search-wrapper .logo-text-wrapper img {
  width: 90%;
  height: auto;
  display: block;
  margin: auto;
}

/* line 44, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-start .search-wrapper .search-box {
  border-radius: 20px;
}

/* line 47, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-start .search-wrapper .search-box .form-control {
  float: left;
  font-size: 17px !important;
  height: 45px;
  padding-right: 130px;
}

/* line 54, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-start .search-wrapper .search-box .validation-error {
  border: 1px solid red;
}

/* line 58, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-start .search-wrapper .search-box button {
  float: left;
  width: 130px;
  margin-left: -130px;
  height: 45px;
  margin-top: 0px;
  font-size: 16px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 69, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-start .search-wrapper .search-box button .submit-search-icon {
  display: none;
}

/* line 75, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-start .search-wrapper .search-promo {
  font-size: 24px;
  margin-top: 30px;
  color: white;
  font-size: 16px;
}

/* line 81, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-start .search-wrapper .search-promo .search-promo-header {
  text-align: center;
  font-size: 24px;
  margin-bottom: 5px;
}

/* line 87, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-start .search-wrapper .search-promo a {
  color: white;
  text-decoration: underline;
}

/* line 93, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-start .download-on-app-store {
  width: 100%;
  margin-top: 20px;
}

/* line 97, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-start .download-on-app-store img {
  height: 40px;
}

/* line 101, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-start .custom-brand-home-logo {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

/* line 106, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-start .custom-brand-home-logo img {
  width: 120px;
}

/* line 110, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-start .custom-home-banner {
  width: 100%;
  text-align: center;
  margin-top: 0px;
}

/* line 115, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-start .custom-home-banner img {
  width: 600px;
  max-width: 90%;
}

/* line 122, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body .search-transparent-floater {
  background-color: white;
  text-align: center;
}

/* line 126, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body .search-transparent-floater .no-search-match {
  font-size: 18px;
  color: #555;
  padding-top: 25px;
}

/* line 131, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body .search-transparent-floater .no-search-match hr {
  border-color: #ccc;
}

/* line 136, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-display.search-transparent-floater {
  background-color: white;
}

/* line 139, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-display.search-transparent-floater #search-display-looking-for-wrapper {
  margin-top: -10px;
}

/* line 143, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-display.search-transparent-floater .search-display-input {
  font-size: 16px;
  height: 45px;
  background-color: #fbfbfb;
}

/* line 149, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-display.search-transparent-floater .button-checkboxes {
  height: 45px;
}

/* line 152, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-display.search-transparent-floater .button-checkboxes .button-checkbox button {
  font-size: 20px;
  margin: 0px;
  float: left;
  height: 45px;
}

/* line 161, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-display.search-transparent-floater #search-display-contents {
  margin-top: 20px;
}

/* line 164, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-display.search-transparent-floater #search-display-contents .companies-not-found-message {
  padding-top: 10px;
}

/* line 169, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #search-display.search-transparent-floater #search-display-contents .store-result .store-image-wrapper {
  margin-top: 4px;
}

/* line 177, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #store-types-bar {
  background-color: rgba(28, 41, 83, 0.85);
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 12px;
  opacity: 0;
}

/* line 185, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #store-types-bar .store-types-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 193, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #store-types-bar .store-types-list .store-type-element {
  color: white;
  display: table-cell;
  text-align: center;
  opacity: 0.9;
  cursor: default;
}

/* line 200, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #store-types-bar .store-types-list .store-type-element .store-type-text {
  font-size: 16px;
}

/* line 204, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #store-types-bar .store-types-list .store-type-element .store-type-icon {
  font-size: 26px;
}

/* line 213, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #choose-address-modal .modal-body .address-select {
  cursor: pointer;
  font-size: 14px;
  color: black;
}

/* line 218, app/assets/stylesheets/customer_facing/search.css.scss */
#search-body #choose-address-modal .modal-body .address-select:hover {
  color: #459;
  font-weight: bold;
}

@media (max-width: 900px) {
  /* line 230, app/assets/stylesheets/customer_facing/search.css.scss */
  #search-body #search-start .home-typer {
    margin-top: 70px;
    font-size: 35px;
  }
}

@media (max-width: 850px) {
  /* line 241, app/assets/stylesheets/customer_facing/search.css.scss */
  #search-body #search-start .home-typer {
    margin-top: 50px;
    font-size: 30px;
    height: 50px;
  }
  /* line 247, app/assets/stylesheets/customer_facing/search.css.scss */
  #search-body #search-start .search-wrapper {
    text-align: center;
  }
  /* line 251, app/assets/stylesheets/customer_facing/search.css.scss */
  #search-body #search-start .search-wrapper .logo-text-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }
  /* line 259, app/assets/stylesheets/customer_facing/search.css.scss */
  #search-body #search-start .search-wrapper .search-promo {
    width: 80%;
    margin: 0 auto;
    margin-top: 18px;
  }
  /* line 266, app/assets/stylesheets/customer_facing/search.css.scss */
  #search-body #search-start .search-wrapper .search-box button {
    width: 80px;
    margin-left: -80px;
  }
  /* line 270, app/assets/stylesheets/customer_facing/search.css.scss */
  #search-body #search-start .search-wrapper .search-box button .submit-search-text {
    display: none;
  }
  /* line 273, app/assets/stylesheets/customer_facing/search.css.scss */
  #search-body #search-start .search-wrapper .search-box button .submit-search-icon {
    display: block;
  }
  /* line 281, app/assets/stylesheets/customer_facing/search.css.scss */
  #search-body .search-transparent-floater {
    margin-bottom: 30px;
  }
  /* line 285, app/assets/stylesheets/customer_facing/search.css.scss */
  #search-body #store-types-bar {
    position: relative;
    margin-top: 100px;
  }
  /* line 290, app/assets/stylesheets/customer_facing/search.css.scss */
  #search-body #store-types-bar .store-types-list .store-type-element {
    display: block;
    padding: 30px;
  }
  /* line 294, app/assets/stylesheets/customer_facing/search.css.scss */
  #search-body #store-types-bar .store-types-list .store-type-element .store-type-text {
    font-size: 20px;
  }
  /* line 298, app/assets/stylesheets/customer_facing/search.css.scss */
  #search-body #store-types-bar .store-types-list .store-type-element .store-type-icon {
    font-size: 30px;
  }
}
/* line 3, app/assets/stylesheets/customer_facing/shared_search.css.scss */
.store-result {
  padding-top: 10px;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  text-align: left;
  overflow: auto;
}

/* line 11, app/assets/stylesheets/customer_facing/shared_search.css.scss */
.store-result:last-child {
  border-bottom: none;
}

/* line 15, app/assets/stylesheets/customer_facing/shared_search.css.scss */
.store-result:hover {
  background-color: #eee;
}

/* line 19, app/assets/stylesheets/customer_facing/shared_search.css.scss */
.store-result.recommended-result {
  border-left: 8px solid #006838;
  border-top: 2px solid #006838;
  border-top-left-radius: 8px;
  padding-left: 10px;
}

/* line 25, app/assets/stylesheets/customer_facing/shared_search.css.scss */
.store-result.recommended-result .recommended-result-text {
  color: #006838;
  text-transform: capitalize;
  font-family: Lato, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 800;
  font-size: 11px;
  margin-top: -9px;
  margin-left: -4px;
  margin-bottom: 10px;
}

/* line 39, app/assets/stylesheets/customer_facing/shared_search.css.scss */
.store-result .store-image-wrapper {
  width: 120px;
  max-width: 30%;
  vertical-align: middle;
  float: left;
  display: none;
}

@media (min-width: 768px) {
  /* line 39, app/assets/stylesheets/customer_facing/shared_search.css.scss */
  .store-result .store-image-wrapper {
    display: inline-block;
  }
}

/* line 50, app/assets/stylesheets/customer_facing/shared_search.css.scss */
.store-result .store-image-wrapper .store-image-display {
  width: 120px;
  height: 100px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

/* line 57, app/assets/stylesheets/customer_facing/shared_search.css.scss */
.store-result .store-image-wrapper .store-image-display img {
  max-width: 100%;
  max-height: 100px;
}

/* line 64, app/assets/stylesheets/customer_facing/shared_search.css.scss */
.store-result .store-metadata-wrapper {
  margin-left: 0px;
  max-width: 100%;
  float: left;
  font-family: Lato, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  /* line 64, app/assets/stylesheets/customer_facing/shared_search.css.scss */
  .store-result .store-metadata-wrapper {
    margin-left: 30px;
    max-width: 70%;
  }
}

/* line 77, app/assets/stylesheets/customer_facing/shared_search.css.scss */
.store-result .store-metadata-wrapper .store-name {
  font-size: 19px;
  font-weight: 800;
  color: #424242;
}

@media (min-width: 768px) {
  /* line 77, app/assets/stylesheets/customer_facing/shared_search.css.scss */
  .store-result .store-metadata-wrapper .store-name {
    font-size: 20px;
  }
}

/* line 87, app/assets/stylesheets/customer_facing/shared_search.css.scss */
.store-result .store-metadata-wrapper .store-list-item {
  font-size: 13px;
  font-weight: 400;
}

@media (min-width: 768px) {
  /* line 87, app/assets/stylesheets/customer_facing/shared_search.css.scss */
  .store-result .store-metadata-wrapper .store-list-item {
    font-size: 14px;
  }
}

/* line 96, app/assets/stylesheets/customer_facing/shared_search.css.scss */
.store-result .store-metadata-wrapper .store-list-item .store-open {
  color: green;
}

/* line 100, app/assets/stylesheets/customer_facing/shared_search.css.scss */
.store-result .store-metadata-wrapper .store-list-item .store-catering-only {
  color: #4c49A0;
}

/* line 104, app/assets/stylesheets/customer_facing/shared_search.css.scss */
.store-result .store-metadata-wrapper .store-list-item .store-closed {
  color: red;
}
/* line 2, app/assets/stylesheets/customer_facing/subscriptions_modal.css.scss */
#subscriptions-modal .mt-10 {
  margin-top: 10px;
}

/* line 7, app/assets/stylesheets/customer_facing/subscriptions_modal.css.scss */
#subscriptions-modal .subscription-row:hover, #subscriptions-modal .subscription-row:focus, #subscriptions-modal .subscription-row:active {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/customer_facing/subscriptions_modal.css.scss */
#subscriptions-modal .subscription-row .subscription-preview {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 18, app/assets/stylesheets/customer_facing/subscriptions_modal.css.scss */
#subscriptions-modal .subscription-row .subscription-preview i.fa {
  margin-top: auto;
  margin-bottom: auto;
}

/* line 25, app/assets/stylesheets/customer_facing/subscriptions_modal.css.scss */
#subscriptions-modal #subscriptions-no-history-text {
  padding: 10px;
  height: 125px;
}

/* line 30, app/assets/stylesheets/customer_facing/subscriptions_modal.css.scss */
#subscriptions-modal .subscription-information {
  display: flex;
  flex-direction: column;
}

/* line 34, app/assets/stylesheets/customer_facing/subscriptions_modal.css.scss */
#subscriptions-modal .subscription-information .subscription-name {
  font-size: 20px;
  font-weight: bold;
}

/* line 39, app/assets/stylesheets/customer_facing/subscriptions_modal.css.scss */
#subscriptions-modal .subscription-information .subscription-next-renewal-date {
  color: darkgrey;
}

/* line 42, app/assets/stylesheets/customer_facing/subscriptions_modal.css.scss */
#subscriptions-modal .subscription-information .subscription-lifetime-savings {
  font-size: larger;
}

/* line 47, app/assets/stylesheets/customer_facing/subscriptions_modal.css.scss */
#subscriptions-modal .subscription-buttons {
  margin-bottom: 10px;
}

/* line 50, app/assets/stylesheets/customer_facing/subscriptions_modal.css.scss */
#subscriptions-modal .subscription-buttons .btn {
  margin-bottom: 5px;
}

/* line 55, app/assets/stylesheets/customer_facing/subscriptions_modal.css.scss */
#subscriptions-modal .nav-tabs > li:first-child {
  margin-left: 10px;
}

/* line 59, app/assets/stylesheets/customer_facing/subscriptions_modal.css.scss */
#subscriptions-modal #subscription-stores {
  padding: 15px;
}

/* line 62, app/assets/stylesheets/customer_facing/subscriptions_modal.css.scss */
#subscriptions-modal #subscription-stores .subscription-store-link {
  width: 100%;
}

/* line 67, app/assets/stylesheets/customer_facing/subscriptions_modal.css.scss */
#subscriptions-modal #subscription-payments {
  overflow-x: scroll;
}
/* line 1, app/assets/stylesheets/customer_facing/unsubscribe.css.scss */
#unsubscribe {
  margin-top: 30px;
  padding: 80px 50px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

/* line 8, app/assets/stylesheets/customer_facing/unsubscribe.css.scss */
#unsubscribe #send-emails-input-wrapper {
  margin-top: 20px;
}

/* line 12, app/assets/stylesheets/customer_facing/unsubscribe.css.scss */
#unsubscribe #save-email-prefs-button {
  width: 130px;
  margin-top: 10px;
  height: 40px;
}
/* line 2, app/assets/stylesheets/auth/reset_password.css.scss */
#reset-password-modal .modal-body {
  padding: 30px;
}

/* line 5, app/assets/stylesheets/auth/reset_password.css.scss */
#reset-password-modal .modal-body .form-group {
  margin-bottom: 10px;
}

/* line 8, app/assets/stylesheets/auth/reset_password.css.scss */
#reset-password-modal .modal-body .form-group .form-control {
  height: 50px;
  font-size: 18px !important;
}

/* line 14, app/assets/stylesheets/auth/reset_password.css.scss */
#reset-password-modal .modal-body .save-new-password {
  width: 100%;
  font-size: 20px;
  height: 50px;
  margin: 10px 0px;
}

/* line 21, app/assets/stylesheets/auth/reset_password.css.scss */
#reset-password-modal .modal-body .save-new-password-success {
  color: white;
  font-size: 30px;
  margin-top: -5px;
}

/* line 27, app/assets/stylesheets/auth/reset_password.css.scss */
#reset-password-modal .modal-body .save-new-password-error {
  color: red;
  font-size: 20px;
  width: 100%;
  text-align: center;
  display: none;
}

/* line 37, app/assets/stylesheets/auth/reset_password.css.scss */
.save-new-password-button-loader {
  margin: 60px auto;
  margin-top: 0px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

/* line 53, app/assets/stylesheets/auth/reset_password.css.scss */
.save-new-password-button-loader,
.save-new-password-button-loader:after {
  border-radius: 50%;
  width: 3em;
  height: 3em;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 2, app/assets/stylesheets/general/availability_times.css.scss */
.generalized-availability-times .time-label {
  width: 100px;
  float: left;
}

/* line 6, app/assets/stylesheets/general/availability_times.css.scss */
.generalized-availability-times .settings-field-wrapper {
  float: left;
}

/* line 9, app/assets/stylesheets/general/availability_times.css.scss */
.generalized-availability-times .cbd-checkbox-wrapper {
  float: left;
}

/* line 12, app/assets/stylesheets/general/availability_times.css.scss */
.generalized-availability-times .except-breaker {
  width: 60px;
  float: left;
}

/* line 16, app/assets/stylesheets/general/availability_times.css.scss */
.generalized-availability-times .has-blackout-wrapper {
  float: left;
}
/* line 1, app/assets/stylesheets/general/date_picker.css.scss */
.datepicker-inline-label {
  width: 100%;
  height: 44px;
  float: left;
  border: 1px solid #eee;
  padding: 10px 0px 10px 10px;
  cursor: pointer;
}

/* line 9, app/assets/stylesheets/general/date_picker.css.scss */
.datepicker-inline-label label {
  text-transform: uppercase;
  color: #aaa;
}

/* line 14, app/assets/stylesheets/general/date_picker.css.scss */
.datepicker-inline-label input {
  width: 100%;
  max-width: calc(100% - 50px);
  border: 0px;
  cursor: pointer;
  display: inline;
  padding: 0px;
}
