@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * IMPORTANT: We manually import files instead of using require_tree to control bundle size
 * Using require_tree . was importing everything and creating a 1.4MB bundle
 *

 */
/* All @import statements must come before any other CSS rules */
/* NOTE: Trix CSS is loaded via CDN in layout files - see actiontext.scss for details */
/* line 14, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 23, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 32, app/assets/stylesheets/actiontext.scss */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

/* OPTIMIZATION: Tailwind CSS removed from application.scss */
/* Tailwind is only used in mobile_tailwind.scss for native mobile apps */
/* This reduces the CSS bundle size for web desktop users */
/* If you need Tailwind in desktop views, add it back here */
/* OPTIMIZED: Import only the Bootstrap components we actually use */
/* This reduces the CSS bundle from ~600KB to ~100KB */
/* Required Bootstrap core - Using Ruby gem bootstrap */
/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_root.scss */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #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: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #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, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #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, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 141, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */

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

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

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

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

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

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

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

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

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

/* line 218, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */

/* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */

/* line 238, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */

/* line 239, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */

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

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

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

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

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

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

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

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

/* line 309, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */

/* line 316, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 576, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */

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

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

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

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

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

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
}

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

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

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
}

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

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

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */
}

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

/* line 65, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */

/* line 71, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */

/* line 82, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */

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

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

/* line 97, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */

/* line 103, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_type.scss */

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

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

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

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

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

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

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

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

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

/* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

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

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

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

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

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

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

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

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

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */

@media (min-width: 576px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
}

@media (min-width: 768px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
}

@media (min-width: 992px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
}

@media (min-width: 1200px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
}

@media (min-width: 1400px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%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, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 285, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

/* line 59, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

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

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

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

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

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

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

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

/* line 128, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

/* line 137, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

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

/* line 148, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

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

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

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

/* line 191, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */

/* line 194, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */

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

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

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

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

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

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 85, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_button-group.scss */

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

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

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

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

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

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

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

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

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

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

/* line 41, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

/* line 53, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

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

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

/* line 15, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */

/* line 26, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */

/* line 32, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

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

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

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

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

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

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

/* line 75, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-file-upload-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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  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, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
          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, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

/* line 29, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
          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, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 54, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  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, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

/* line 37, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.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, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

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

/* line 58, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.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, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.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, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 82, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

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

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

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

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

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

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

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

/* line 47, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

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

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

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

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

/* line 110, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */

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

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

/* line 26, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 51, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 128, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 136, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 142, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 26, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 51, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 128, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

/* line 136, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

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

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */

.dropdown,
.dropdown-center {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 116, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */

/* line 129, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */

/* line 139, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */

/* line 146, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */

/* line 51, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */

/* line 55, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */

/* line 156, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 59, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tables.scss */

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

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

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

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

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

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

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

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

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

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

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

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

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

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

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

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

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

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */
}

/* line 40, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */

/* line 48, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */

/* line 56, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */

/* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */

/* line 80, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */

/* line 86, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */

/* line 103, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */

/* line 107, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_pagination.scss */

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */

/* line 8, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */

/* line 8, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */

/* line 8, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */

/* line 8, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */

/* line 8, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */

/* line 8, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */

/* line 8, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */

/* line 8, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */

/* line 19, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */

/* line 24, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_focus-ring.scss */

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */

/* line 9, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
}

/* line 21, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */

/* line 3, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */

/* line 13, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */

/* line 23, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */

/* line 23, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */

/* line 23, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */

/* line 23, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */

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

/* line 11, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */

/* line 24, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */

/* line 30, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */

@media (min-width: 576px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
}

@media (min-width: 768px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
}

@media (min-width: 992px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
}

@media (min-width: 1200px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
}

@media (min-width: 1400px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_position.scss */
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */

/* line 9, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_visually-hidden.scss */

/* line 19, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_visually-hidden.scss */

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_stretched-link.scss */

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_text-truncation.scss */

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/helpers/_vr.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

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

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

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

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

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

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

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

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

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* rtl:begin:remove */
/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* rtl:end:remove */
/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

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

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

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

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 79, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 79, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 79, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

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

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

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

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

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

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

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

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

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

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

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

/* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */

@media (min-width: 576px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
}

@media (min-width: 768px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
}

@media (min-width: 992px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
}

@media (min-width: 1200px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
}

@media (min-width: 1400px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
}

@media (min-width: 1200px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
}

@media print {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
}

/* line 1, app/assets/stylesheets/weather.css */
.weather-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  color: white;
  position: relative;
  min-height: auto;
}

/* line 12, app/assets/stylesheets/weather.css */
.city-header {
  text-align: center;
  margin-bottom: 20px;
}

/* line 17, app/assets/stylesheets/weather.css */
.city-header h2, .city-header .h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

/* line 23, app/assets/stylesheets/weather.css */

/* line 30, app/assets/stylesheets/weather.css */
.weather-icon {
  font-size: 24px;
  margin-right: 20px;
  color: #fff;
}

/* line 36, app/assets/stylesheets/weather.css */
.temperature {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 42, app/assets/stylesheets/weather.css */
.weather-description {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 5px;
}

/* line 48, app/assets/stylesheets/weather.css */
.feels-like {
  font-size: 14px;
  opacity: 0.8;
}

/* line 53, app/assets/stylesheets/weather.css */
.section-title {
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 15px;
  text-align: center;
}

/* Daily forecast styling */
/* line 61, app/assets/stylesheets/weather.css */
.daily-forecast-container {
  margin: 25px 0;
}

/* line 65, app/assets/stylesheets/weather.css */
.daily-forecast {
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
  margin: 0 -10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

/* line 74, app/assets/stylesheets/weather.css */
.daily-forecast::-webkit-scrollbar {
  height: 6px;
}

/* line 78, app/assets/stylesheets/weather.css */
.daily-forecast::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

/* line 83, app/assets/stylesheets/weather.css */
.daily-forecast::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

/* line 88, app/assets/stylesheets/weather.css */

/* line 101, app/assets/stylesheets/weather.css */

/* line 107, app/assets/stylesheets/weather.css */

/* line 112, app/assets/stylesheets/weather.css */

/* line 119, app/assets/stylesheets/weather.css */

/* line 124, app/assets/stylesheets/weather.css */

/* line 128, app/assets/stylesheets/weather.css */

/* line 138, app/assets/stylesheets/weather.css */

/* line 143, app/assets/stylesheets/weather.css */

/* line 147, app/assets/stylesheets/weather.css */
.weather-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}

/* line 154, app/assets/stylesheets/weather.css */
.detail-item {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s, background-color 0.2s;
}

/* line 164, app/assets/stylesheets/weather.css */
.detail-item:hover {
  transform: translateY(-2px);
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 169, app/assets/stylesheets/weather.css */
.detail-icon {
  font-size: 12px;
  margin-bottom: 5px;
}

/* line 174, app/assets/stylesheets/weather.css */

/* line 180, app/assets/stylesheets/weather.css */

/* line 185, app/assets/stylesheets/weather.css */
.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #1a202c;
}

/* line 193, app/assets/stylesheets/weather.css */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 208, app/assets/stylesheets/weather.css */
.error-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50vh;
  padding: 2rem;
  text-align: center;
  color: #f56565;
}

/* line 219, app/assets/stylesheets/weather.css */
.error-message i {
  font-size: 24px;
  margin-bottom: 10px;
  color: #dc3545;
}

/* line 225, app/assets/stylesheets/weather.css */
.hidden {
  display: none !important;
}

/* line 229, app/assets/stylesheets/weather.css */
.last-update {
  text-align: center;
  opacity: 0.7;
  font-size: 12px;
  margin-top: 20px;
}

/* Hourly forecast styling - for future enhancement */
/* line 237, app/assets/stylesheets/weather.css */

/* Responsive design */
@media (min-width: 768px) {
  /* line 243, app/assets/stylesheets/weather.css */
  .weather-details {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) {
  /* line 249, app/assets/stylesheets/weather.css */
  .weather-container {
    padding: 0;
    border-radius: 0;
    margin: 0;
  }
  /* line 255, app/assets/stylesheets/weather.css */
  .temperature {
    font-size: 4rem;
  }
  /* line 259, app/assets/stylesheets/weather.css */
  .weather-icon {
    font-size: 1.2rem;
  }
}

/* Dark mode styles */
@media (prefers-color-scheme: dark) {
  /* line 266, app/assets/stylesheets/weather.css */
  .weather-container {
    background: linear-gradient(to bottom, #2c3e50, #1a2530);
  }
}

/* line 271, app/assets/stylesheets/weather.css */

/* line 280, app/assets/stylesheets/weather.css */

/* Weather Component Styles */
/* Layout */
/* line 290, app/assets/stylesheets/weather.css */
.weather-container {
  position: relative;
  min-height: auto;
  color: white;
}

/* Background */
/* line 297, app/assets/stylesheets/weather.css */
.weather-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  transition: opacity 0.5s ease-in-out;
}

/* line 309, app/assets/stylesheets/weather.css */

/* Default weather background images - REMOVED: Using dynamic backgrounds now */
/* Weather sections */
/* line 322, app/assets/stylesheets/weather.css */
.forecast-day {
  transition: transform 0.2s;
  overflow: visible;
  min-height: 80px;
  display: flex;
  align-items: center;
  padding: 0.75rem;
  box-sizing: border-box;
}

/* line 332, app/assets/stylesheets/weather.css */
.forecast-day:hover {
  transform: translateY(-2px);
}

/* line 336, app/assets/stylesheets/weather.css */
.forecast-icon {
  font-size: 2rem;
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: visible;
}

/* line 349, app/assets/stylesheets/weather.css */
.forecast-icon i {
  line-height: 1;
  vertical-align: middle;
}

/* line 354, app/assets/stylesheets/weather.css */
.hourly-item {
  min-width: 80px;
}

/* Custom scrollbar for webkit browsers */
/* line 360, app/assets/stylesheets/weather.css */
::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

/* line 365, app/assets/stylesheets/weather.css */
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

/* line 370, app/assets/stylesheets/weather.css */
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

/* line 375, app/assets/stylesheets/weather.css */
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* Media queries */
@media (max-width: 640px) {
  /* line 382, app/assets/stylesheets/weather.css */
  .hourly-item {
    min-width: 70px;
  }
}

/* Full-screen weather layout */
/* line 388, app/assets/stylesheets/weather.css */
.weather-main-container {
  height: 100vh;
  overflow-y: auto;
  scroll-behavior: smooth;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* line 395, app/assets/stylesheets/weather.css */
.weather-hero-section {
  min-height: auto;
  /* Fallback for older browsers */
  min-height: auto;
  /* Dynamic viewport height, best for mobile */
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* line 404, app/assets/stylesheets/weather.css */
.weather-scroll-content {
  min-height: auto;
  background: linear-gradient(to bottom, #000000, #1a1a1a);
}

/* #weather-background CSS moved to bottom of file to avoid conflicts */
/* Mobile-first responsive design */
@media (max-width: 640px) {
  /* line 413, app/assets/stylesheets/weather.css */
  .weather-hero-section {
    padding: 1rem;
  }
  /* line 417, app/assets/stylesheets/weather.css */
  .weather-scroll-content {
    padding: 0;
  }
  /* line 421, app/assets/stylesheets/weather.css */
  .weather-scroll-content > div {
    padding: 1.5rem;
  }
  /* Ensure full-screen on mobile */
  /* line 426, app/assets/stylesheets/weather.css */
  .weather-main-container {
    height: 100vh;
    height: 100dvh;
    /* Use dynamic viewport height on mobile */
  }
  /* line 431, app/assets/stylesheets/weather.css */
  .weather-hero-section {
    height: 100vh;
    height: 100dvh;
  }
}

/* Tablet and larger screens */
@media (min-width: 641px) {
  /* line 439, app/assets/stylesheets/weather.css */
  .weather-main-container {
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  /* line 445, app/assets/stylesheets/weather.css */
  .weather-scroll-content > div {
    padding: 2rem;
  }
}

/* Ensure smooth scrolling behavior */
/* line 451, app/assets/stylesheets/weather.css */
html {
  scroll-behavior: smooth;
}

/* Hourly forecast horizontal scroll - Force horizontal layout */
/* line 456, app/assets/stylesheets/weather.css */
.hourly-forecast {
  position: relative;
}

/* line 460, app/assets/stylesheets/weather.css */

/* line 474, app/assets/stylesheets/weather.css */

/* line 478, app/assets/stylesheets/weather.css */
.hourly-forecast [data-weather-target="hourlyForecast"] {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 0.75rem !important;
  min-width: max-content !important;
  width: max-content !important;
  padding: 0.5rem 0 !important;
}

/* line 489, app/assets/stylesheets/weather.css */
.hourly-item {
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  min-width: 75px !important;
  width: 75px !important;
  padding: 0.75rem 0.5rem !important;
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 0.75rem !important;
  color: white !important;
  text-align: center !important;
  transition: transform 0.2s ease !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* line 503, app/assets/stylesheets/weather.css */
.hourly-item:active {
  transform: scale(0.95);
}

/* line 507, app/assets/stylesheets/weather.css */
.hourly-item .time {
  font-size: 0.75rem !important;
  opacity: 0.8 !important;
  margin-bottom: 0.5rem !important;
  font-weight: 500 !important;
}

/* line 514, app/assets/stylesheets/weather.css */
.hourly-item .icon {
  font-size: 1.25rem !important;
  margin-bottom: 0.5rem !important;
  height: 1.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* line 523, app/assets/stylesheets/weather.css */
.hourly-item .temp {
  font-weight: 600 !important;
  margin-bottom: 0.5rem !important;
  font-size: 0.875rem !important;
}

/* line 529, app/assets/stylesheets/weather.css */
.hourly-item .detail {
  font-size: 0.7rem !important;
  opacity: 0.7 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.25rem !important;
}

/* Override any Tailwind classes that might interfere */
/* line 539, app/assets/stylesheets/weather.css */

/* Force horizontal scrolling on mobile */
@media (max-width: 768px) {
  /* line 552, app/assets/stylesheets/weather.css */
  /* line 558, app/assets/stylesheets/weather.css */
}

/* Loading and Error States */
/* line 566, app/assets/stylesheets/weather.css */
.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* line 579, app/assets/stylesheets/weather.css */
.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid #ea580c;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 593, app/assets/stylesheets/weather.css */
.error-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* line 606, app/assets/stylesheets/weather.css */
.error-content {
  text-align: center;
  padding: 2rem;
  max-width: 90%;
  max-width: 400px;
  color: white;
}

/* line 614, app/assets/stylesheets/weather.css */
.error-icon {
  font-size: 3rem;
  color: #ef4444;
  margin-bottom: 1rem;
}

/* line 620, app/assets/stylesheets/weather.css */
.error-text {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

/* line 628, app/assets/stylesheets/weather.css */
.retry-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #ea580c;
  color: white;
  border: none;
  border-radius: 0.75rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

/* line 644, app/assets/stylesheets/weather.css */
.retry-btn:hover {
  background: #dc2626;
  transform: translateY(-1px);
}

/* line 649, app/assets/stylesheets/weather.css */
.retry-btn:active {
  transform: translateY(0);
  scale: 0.98;
}

/* line 654, app/assets/stylesheets/weather.css */
.retry-btn i {
  font-size: 0.9rem;
}

/* line 658, app/assets/stylesheets/weather.css */
.hidden {
  display: none !important;
}

/* Apply background image to the main mobile app container */
/* line 664, app/assets/stylesheets/weather.css */
#weather-background {
  width: 100vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Ensure the main container holding the hero section takes up full height */
/* line 676, app/assets/stylesheets/weather.css */
.weather-main-container {
  height: 100%;
  width: 100%;
}

/* Weather Emojis for Heroicons/Elegante theme */
/* line 3, app/assets/stylesheets/weather_emojis.css */
.weather-emoji {
  display: inline-block;
  font-style: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  line-height: 1;
}

/* line 10, app/assets/stylesheets/weather_emojis.css */
.weather-emoji::before {
  font-size: 1.2em;
}

/* Weather emoji mappings using native Unicode emojis */
/* line 15, app/assets/stylesheets/weather_emojis.css */
.sun-emoji::before {
  content: "☀️";
}

/* line 19, app/assets/stylesheets/weather_emojis.css */
.cloud-emoji::before {
  content: "☁️";
}

/* line 23, app/assets/stylesheets/weather_emojis.css */

/* line 27, app/assets/stylesheets/weather_emojis.css */
.rain-emoji::before {
  content: "🌧️";
}

/* line 31, app/assets/stylesheets/weather_emojis.css */
.storm-emoji::before {
  content: "⛈️";
}

/* line 35, app/assets/stylesheets/weather_emojis.css */

/* line 39, app/assets/stylesheets/weather_emojis.css */

/* line 43, app/assets/stylesheets/weather_emojis.css */

/* line 47, app/assets/stylesheets/weather_emojis.css */

/* line 51, app/assets/stylesheets/weather_emojis.css */

/* line 55, app/assets/stylesheets/weather_emojis.css */

/* line 1, app/assets/stylesheets/location_search.scss */
.location-search-container {
  z-index: 9999;
}

/* line 5, app/assets/stylesheets/location_search.scss */
.location-search-container .bg-white {
  background-color: white;
}

/* line 9, app/assets/stylesheets/location_search.scss */
.location-search-container .text-gray-900 {
  color: #1f2937;
}

/* line 13, app/assets/stylesheets/location_search.scss */
.location-search-container .text-gray-500 {
  color: #6b7280;
}

/* line 17, app/assets/stylesheets/location_search.scss */
.location-search-container .text-gray-400 {
  color: #9ca3af;
}

/* line 21, app/assets/stylesheets/location_search.scss */
.location-search-container .text-gray-600 {
  color: #4b5563;
}

/* line 25, app/assets/stylesheets/location_search.scss */
.location-search-container .border-gray-200 {
  border-color: #e5e7eb;
}

/* line 29, app/assets/stylesheets/location_search.scss */
.location-search-container .border-gray-100 {
  border-color: #f3f4f6;
}

/* line 33, app/assets/stylesheets/location_search.scss */
.location-search-container .border-gray-300 {
  border-color: #d1d5db;
}

/* line 37, app/assets/stylesheets/location_search.scss */
.location-search-container .bg-gray-50 {
  background-color: #f9fafb;
}

/* line 41, app/assets/stylesheets/location_search.scss */
.location-search-container .bg-gray-100 {
  background-color: #f3f4f6;
}

/* line 45, app/assets/stylesheets/location_search.scss */
.location-search-container .bg-blue-100 {
  background-color: #dbeafe;
}

/* line 49, app/assets/stylesheets/location_search.scss */
.location-search-container .text-blue-600 {
  color: #2563eb;
}

/* line 53, app/assets/stylesheets/location_search.scss */
.location-search-container .text-red-400 {
  color: #f87171;
}

/* line 57, app/assets/stylesheets/location_search.scss */
.location-search-container .text-red-600 {
  color: #dc2626;
}

/* line 61, app/assets/stylesheets/location_search.scss */
.location-search-container .focus\:ring-2:focus {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}

/* line 65, app/assets/stylesheets/location_search.scss */
.location-search-container .focus\:ring-blue-500:focus {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}

/* line 69, app/assets/stylesheets/location_search.scss */
.location-search-container .focus\:border-transparent:focus {
  border-color: transparent;
}

/* line 73, app/assets/stylesheets/location_search.scss */
.location-search-container .hover\:bg-gray-50:hover {
  background-color: #f9fafb;
}

/* line 77, app/assets/stylesheets/location_search.scss */
.location-search-container .hover\:text-gray-600:hover {
  color: #4b5563;
}

/* line 81, app/assets/stylesheets/location_search.scss */
.location-search-container .transition-colors {
  transition-property: color, background-color, border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* line 87, app/assets/stylesheets/location_search.scss */
.location-search-container .rounded-xl {
  border-radius: 0.75rem;
}

/* line 91, app/assets/stylesheets/location_search.scss */
.location-search-container .rounded-lg {
  border-radius: 0.5rem;
}

/* line 95, app/assets/stylesheets/location_search.scss */
.location-search-container .rounded-full {
  border-radius: 9999px;
}

/* line 99, app/assets/stylesheets/location_search.scss */
.location-search-container .shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* City Search Mobile Styles */
/* line 3, app/assets/stylesheets/city_search.css */
.city-search-container {
  height: 100vh;
  background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
  color: white;
  overflow-y: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 100px;
  /* Add padding at the bottom for better scroll experience */
}

/* Header Styles */
/* line 14, app/assets/stylesheets/city_search.css */
.city-search-header {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 21, app/assets/stylesheets/city_search.css */
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  padding-top: 48px;
  /* Safe area for status bar */
}

/* line 29, app/assets/stylesheets/city_search.css */

/* line 42, app/assets/stylesheets/city_search.css */

/* line 47, app/assets/stylesheets/city_search.css */
.header-title {
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin: 0;
}

/* line 54, app/assets/stylesheets/city_search.css */
.header-spacer {
  width: 40px;
}

/* Search Input Styles */
/* line 59, app/assets/stylesheets/city_search.css */

/* line 70, app/assets/stylesheets/city_search.css */
.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

/* line 76, app/assets/stylesheets/city_search.css */

/* line 83, app/assets/stylesheets/city_search.css */
.search-input {
  width: 100%;
  padding: 16px 16px 16px 48px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  color: white;
  font-size: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

/* line 96, app/assets/stylesheets/city_search.css */
.search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* line 100, app/assets/stylesheets/city_search.css */
.search-input:focus {
  outline: none;
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  background: rgba(255, 255, 255, 0.15);
}

/* line 107, app/assets/stylesheets/city_search.css */

/* line 122, app/assets/stylesheets/city_search.css */

/* Content Area */
/* line 127, app/assets/stylesheets/city_search.css */
.city-search-content {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 20px;
}

/* Section Styles */
/* line 134, app/assets/stylesheets/city_search.css */
.section {
  margin: 16px;
  margin-bottom: 24px;
}

/* line 139, app/assets/stylesheets/city_search.css */
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

/* line 146, app/assets/stylesheets/city_search.css */
.section-title {
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin: 0;
}

/* line 153, app/assets/stylesheets/city_search.css */

/* line 166, app/assets/stylesheets/city_search.css */

/* Current Location Button */
/* line 172, app/assets/stylesheets/city_search.css */
.current-location-btn {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  border: none;
  border-radius: 16px;
  color: white;
  text-align: left;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* line 186, app/assets/stylesheets/city_search.css */
.current-location-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

/* line 191, app/assets/stylesheets/city_search.css */
.location-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  font-size: 18px;
}

/* line 203, app/assets/stylesheets/city_search.css */
.location-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

/* line 209, app/assets/stylesheets/city_search.css */
.location-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

/* Cities List */
/* line 215, app/assets/stylesheets/city_search.css */

/* line 221, app/assets/stylesheets/city_search.css */
.city-item {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 16px;
  transition: all 0.2s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* line 233, app/assets/stylesheets/city_search.css */
.city-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

/* line 238, app/assets/stylesheets/city_search.css */
.city-button {
  flex: 1;
  display: flex;
  align-items: center;
  background: none;
  border: none;
  color: white;
  text-align: left;
  padding: 0;
}

/* line 249, app/assets/stylesheets/city_search.css */
.city-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

/* line 262, app/assets/stylesheets/city_search.css */

/* line 267, app/assets/stylesheets/city_search.css */

/* line 272, app/assets/stylesheets/city_search.css */
.city-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

/* line 278, app/assets/stylesheets/city_search.css */
.city-location {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 283, app/assets/stylesheets/city_search.css */

/* line 297, app/assets/stylesheets/city_search.css */

/* Search Results */
/* line 303, app/assets/stylesheets/city_search.css */
.search-results {
  padding: 16px;
}

/* line 307, app/assets/stylesheets/city_search.css */

/* Search Results Grid */
/* line 314, app/assets/stylesheets/city_search.css */

/* line 321, app/assets/stylesheets/city_search.css */
.search-result-item {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 20px;
  /* Increased internal padding */
  transition: all 0.2s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  margin: 0;
  /* Remove any default margin */
}

/* line 335, app/assets/stylesheets/city_search.css */
.search-result-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

/* line 340, app/assets/stylesheets/city_search.css */
.search-result-item .city-icon {
  background: rgba(59, 130, 246, 0.2);
  color: #60a5fa;
}

/* line 345, app/assets/stylesheets/city_search.css */
.btn-favorite {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  cursor: pointer;
}

/* line 359, app/assets/stylesheets/city_search.css */
.btn-favorite:hover {
  background: rgba(239, 68, 68, 0.2);
  color: #f87171;
  transform: scale(1.05);
}

/* line 365, app/assets/stylesheets/city_search.css */
.btn-favorite.is-favorite {
  background: rgba(239, 68, 68, 0.3);
  color: #ef4444;
  border-color: rgba(239, 68, 68, 0.5);
}

/* line 371, app/assets/stylesheets/city_search.css */
.btn-favorite.is-favorite:hover {
  background: rgba(239, 68, 68, 0.4);
  color: #dc2626;
}

/* line 376, app/assets/stylesheets/city_search.css */
.btn-favorite:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/* line 382, app/assets/stylesheets/city_search.css */
.btn-favorite:disabled:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  transform: none;
}

/* Loading State */
/* line 389, app/assets/stylesheets/city_search.css */
.loading-state {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 16px;
}

/* line 396, app/assets/stylesheets/city_search.css */
.loading-content {
  text-align: center;
}

/* line 400, app/assets/stylesheets/city_search.css */
.loading-spinner {
  width: 32px;
  height: 32px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 16px;
}

/* line 410, app/assets/stylesheets/city_search.css */
.loading-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin: 0;
}

/* Error State */
/* line 417, app/assets/stylesheets/city_search.css */
.error-state {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 16px;
}

/* line 424, app/assets/stylesheets/city_search.css */
.error-content {
  text-align: center;
  max-width: 300px;
}

/* line 429, app/assets/stylesheets/city_search.css */
.error-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 24px;
  color: #f87171;
}

/* line 442, app/assets/stylesheets/city_search.css */
.error-title {
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin: 0 0 8px;
}

/* line 449, app/assets/stylesheets/city_search.css */
.error-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 24px;
}

/* line 456, app/assets/stylesheets/city_search.css */
.retry-btn {
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: white;
  font-weight: 600;
  transition: all 0.2s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* line 468, app/assets/stylesheets/city_search.css */
.retry-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Empty State */
/* line 473, app/assets/stylesheets/city_search.css */
.empty-state {
  text-align: center;
  padding: 80px 16px;
}

/* line 478, app/assets/stylesheets/city_search.css */
.empty-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
}

/* line 491, app/assets/stylesheets/city_search.css */
.empty-title {
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin: 0 0 8px;
}

/* line 498, app/assets/stylesheets/city_search.css */
.empty-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

/* Utility Classes */
/* line 509, app/assets/stylesheets/city_search.css */
.hidden {
  display: none !important;
}

/* Animations */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Touch Feedback */
/* line 520, app/assets/stylesheets/city_search.css */
.city-item:active,
.search-result-item:active {
  transform: scale(0.98);
}

/* line 525, app/assets/stylesheets/city_search.css */

.btn-favorite:active {
  transform: scale(0.9);
}

/* line 532, app/assets/stylesheets/city_search.css */
.current-location-btn:active {
  transform: scale(0.98) translateY(-1px);
}

/* Responsive adjustments */
@media (max-width: 375px) {
  /* line 538, app/assets/stylesheets/city_search.css */
  .header-content {
    padding: 12px;
    padding-top: 44px;
  }
  /* line 543, app/assets/stylesheets/city_search.css */
  /* line 547, app/assets/stylesheets/city_search.css */
  .section {
    margin: 12px;
  }
}

/* Recent Searches Styles */
/* line 553, app/assets/stylesheets/city_search.css */

/* line 559, app/assets/stylesheets/city_search.css */

/* line 575, app/assets/stylesheets/city_search.css */

/* line 580, app/assets/stylesheets/city_search.css */
.search-icon-wrapper {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  color: #60a5fa;
  font-size: 14px;
}

/* line 593, app/assets/stylesheets/city_search.css */

/* line 598, app/assets/stylesheets/city_search.css */

/* line 608, app/assets/stylesheets/city_search.css */

/* line 613, app/assets/stylesheets/city_search.css */

/* Recent Cities with Action Buttons Styles */
/* line 618, app/assets/stylesheets/city_search.css */
.city-item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

/* line 625, app/assets/stylesheets/city_search.css */
.city-item-wrapper .city-button {
  flex: 1;
  margin-bottom: 0;
  margin-right: 8px;
}

/* line 631, app/assets/stylesheets/city_search.css */

/* line 646, app/assets/stylesheets/city_search.css */

/* line 653, app/assets/stylesheets/city_search.css */

/* Clear Recent Cities Button */
/* line 658, app/assets/stylesheets/city_search.css */
.section-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

/* line 664, app/assets/stylesheets/city_search.css */
.section-title {
  margin-right: 8px;
  /* Small gap between title and trash button */
}

/* line 668, app/assets/stylesheets/city_search.css */

/* line 684, app/assets/stylesheets/city_search.css */

/* line 691, app/assets/stylesheets/city_search.css */

/* Heart Animation */
/* line 696, app/assets/stylesheets/city_search.css */

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* Favorites Empty State */
/* line 707, app/assets/stylesheets/city_search.css */

/* line 712, app/assets/stylesheets/city_search.css */

/* line 725, app/assets/stylesheets/city_search.css */

/* line 732, app/assets/stylesheets/city_search.css */

/* line 742, app/assets/stylesheets/city_search.css */

/* Responsive improvements */
@media (max-width: 480px) {
  /* line 750, app/assets/stylesheets/city_search.css */
  /* line 756, app/assets/stylesheets/city_search.css */
  /* line 763, app/assets/stylesheets/city_search.css */
  .section-title {
    margin-right: 4px;
  }
  /* line 767, app/assets/stylesheets/city_search.css */
  .city-item-wrapper .city-button {
    margin-right: 6px;
  }
}

/* ===============================================
   ENHANCED CITY SEARCH STYLES
   =============================================== */
/* Enhanced Search Input */
/* line 777, app/assets/stylesheets/city_search.css */
.search-input-wrapper.enhanced {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

/* line 781, app/assets/stylesheets/city_search.css */
.search-input.enhanced {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 793, app/assets/stylesheets/city_search.css */
.search-input.enhanced:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15), inset 0 2px 8px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.12);
}

/* line 799, app/assets/stylesheets/city_search.css */
.search-input.enhanced::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

/* Current Location Card - Enhanced */
/* line 805, app/assets/stylesheets/city_search.css */
.location-section {
  padding: 20px;
  margin-bottom: 32px;
}

/* line 810, app/assets/stylesheets/city_search.css */

/* line 827, app/assets/stylesheets/city_search.css */

/* line 839, app/assets/stylesheets/city_search.css */

/* line 843, app/assets/stylesheets/city_search.css */

/* line 848, app/assets/stylesheets/city_search.css */
.location-icon-enhanced {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 24px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* line 862, app/assets/stylesheets/city_search.css */
.location-content {
  flex: 1;
}

/* line 866, app/assets/stylesheets/city_search.css */
.location-title-enhanced {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}

/* line 873, app/assets/stylesheets/city_search.css */
.location-subtitle-enhanced {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}

/* line 879, app/assets/stylesheets/city_search.css */
.location-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}

/* line 891, app/assets/stylesheets/city_search.css */

/* Section Dividers */
/* line 897, app/assets/stylesheets/city_search.css */

/* line 904, app/assets/stylesheets/city_search.css */

/* Enhanced Section Headers */
/* line 917, app/assets/stylesheets/city_search.css */

/* line 925, app/assets/stylesheets/city_search.css */

/* line 935, app/assets/stylesheets/city_search.css */
.section-icon {
  margin-right: 12px;
  font-size: 20px;
  color: #3b82f6;
}

/* Favorites Section */
/* line 942, app/assets/stylesheets/city_search.css */
.favorites-section {
  margin-bottom: 40px;
}

/* line 946, app/assets/stylesheets/city_search.css */

/* line 953, app/assets/stylesheets/city_search.css */

/* line 966, app/assets/stylesheets/city_search.css */

/* line 973, app/assets/stylesheets/city_search.css */

/* line 984, app/assets/stylesheets/city_search.css */

/* line 997, app/assets/stylesheets/city_search.css */

/* line 1001, app/assets/stylesheets/city_search.css */

/* line 1009, app/assets/stylesheets/city_search.css */

/* line 1015, app/assets/stylesheets/city_search.css */

/* line 1029, app/assets/stylesheets/city_search.css */

/* Enhanced Favorites Empty State */
/* line 1037, app/assets/stylesheets/city_search.css */

/* line 1046, app/assets/stylesheets/city_search.css */

/* line 1059, app/assets/stylesheets/city_search.css */

/* line 1066, app/assets/stylesheets/city_search.css */

/* Recent Cities Section */
/* line 1077, app/assets/stylesheets/city_search.css */
.recent-section {
  margin-bottom: 40px;
}

/* line 1081, app/assets/stylesheets/city_search.css */

/* line 1088, app/assets/stylesheets/city_search.css */

/* line 1100, app/assets/stylesheets/city_search.css */

/* line 1106, app/assets/stylesheets/city_search.css */

/* line 1117, app/assets/stylesheets/city_search.css */

/* line 1130, app/assets/stylesheets/city_search.css */

/* line 1134, app/assets/stylesheets/city_search.css */

/* line 1141, app/assets/stylesheets/city_search.css */

/* line 1146, app/assets/stylesheets/city_search.css */

/* line 1161, app/assets/stylesheets/city_search.css */

/* line 1168, app/assets/stylesheets/city_search.css */

/* line 1182, app/assets/stylesheets/city_search.css */

/* Touch and Active States */
/* line 1190, app/assets/stylesheets/city_search.css */

/* line 1194, app/assets/stylesheets/city_search.css */

/* line 1199, app/assets/stylesheets/city_search.css */

/* Enhanced animations */
@keyframes favoriteHeartbeat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* line 1214, app/assets/stylesheets/city_search.css */

/* Responsive enhancements */
@media (max-width: 480px) {
  /* line 1220, app/assets/stylesheets/city_search.css */
  .location-section {
    padding: 16px;
  }
  /* line 1224, app/assets/stylesheets/city_search.css */
  /* line 1228, app/assets/stylesheets/city_search.css */
  .location-icon-enhanced {
    width: 48px;
    height: 48px;
    font-size: 20px;
    margin-right: 16px;
  }
  /* line 1235, app/assets/stylesheets/city_search.css */
  .location-title-enhanced {
    font-size: 16px;
  }
  /* line 1239, app/assets/stylesheets/city_search.css */
  .location-subtitle-enhanced {
    font-size: 14px;
  }
  /* line 1243, app/assets/stylesheets/city_search.css */
  /* line 1247, app/assets/stylesheets/city_search.css */
  /* line 1252, app/assets/stylesheets/city_search.css */
  /* line 1257, app/assets/stylesheets/city_search.css */
  /* line 1261, app/assets/stylesheets/city_search.css */
}

@media (max-width: 375px) {
  /* line 1267, app/assets/stylesheets/city_search.css */
  /* line 1271, app/assets/stylesheets/city_search.css */
  /* line 1276, app/assets/stylesheets/city_search.css */
}

/* ===============================================
   WEATHER ICONS COLORIZATION SYSTEM
   =============================================== */
/* FontAwesome Weather Icons Colors */
/* line 1287, app/assets/stylesheets/city_search.css */
.fas.fa-sun,
.weather-clear {
  color: #FFA500 !important;
  /* Naranja dorado para sol/despejado */
}

/* line 1292, app/assets/stylesheets/city_search.css */
.fas.fa-cloud,
.weather-cloudy {
  color: #87CEEB !important;
  /* Azul cielo claro para nublado */
}

/* line 1297, app/assets/stylesheets/city_search.css */
.fas.fa-cloud-sun,
.weather-partlycloudy {
  color: #FFD700 !important;
  /* Oro para parcialmente nublado */
}

/* line 1302, app/assets/stylesheets/city_search.css */
.fas.fa-cloud-rain,
.fas.fa-cloud-showers-heavy,
.weather-rain {
  color: #4169E1 !important;
  /* Azul real para lluvia */
}

/* line 1308, app/assets/stylesheets/city_search.css */
.fas.fa-bolt,
.fas.fa-cloud-bolt,
.weather-tstorm {
  color: #8A2BE2 !important;
  /* Violeta para tormentas */
}

/* line 1314, app/assets/stylesheets/city_search.css */
.fas.fa-snowflake,
.weather-snow {
  color: #E6E6FA !important;
  /* Lavanda claro para nieve */
}

/* line 1320, app/assets/stylesheets/city_search.css */
.fas.fa-smog,
.weather-fog,
.weather-haze {
  color: #D3D3D3 !important;
  /* Gris claro para niebla/calima */
}

/* line 1326, app/assets/stylesheets/city_search.css */
.fas.fa-wind,
.weather-wind {
  color: #00CED1 !important;
  /* Turquesa para viento */
}

/* line 1331, app/assets/stylesheets/city_search.css */
.weather-dust {
  color: #DAA520 !important;
  /* Dorado oscuro para polvo */
}

/* Weather Icons (wi) Colors */
/* line 1336, app/assets/stylesheets/city_search.css */
.wi.wi-day-sunny,
.wi.wi-night-clear {
  color: #FFA500 !important;
}

/* line 1341, app/assets/stylesheets/city_search.css */
.wi.wi-cloudy {
  color: #87CEEB !important;
}

/* line 1346, app/assets/stylesheets/city_search.css */
.wi.wi-day-cloudy,
.wi.wi-night-partly-cloudy {
  color: #FFD700 !important;
}

/* line 1351, app/assets/stylesheets/city_search.css */
.wi.wi-rain,
.wi.wi-showers {
  color: #4169E1 !important;
}

/* line 1358, app/assets/stylesheets/city_search.css */
.wi.wi-thunderstorm {
  color: #8A2BE2 !important;
}

/* line 1364, app/assets/stylesheets/city_search.css */
.wi.wi-snow {
  color: #E6E6FA !important;
}

/* line 1370, app/assets/stylesheets/city_search.css */
.wi.wi-fog {
  color: #D3D3D3 !important;
}

/* line 1376, app/assets/stylesheets/city_search.css */
.wi.wi-strong-wind {
  color: #00CED1 !important;
}

/* line 1381, app/assets/stylesheets/city_search.css */
.wi.wi-dust,
.wi.wi-day-haze {
  color: #DAA520 !important;
}

/* Context-aware Weather Icon Classes */
/* line 1387, app/assets/stylesheets/city_search.css */
.weather-icon {
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

/* line 1391, app/assets/stylesheets/city_search.css */
.weather-icon.clear {
  color: #FFA500;
  text-shadow: 0 0 8px rgba(255, 165, 0, 0.3);
}

/* line 1396, app/assets/stylesheets/city_search.css */
.weather-icon.cloudy {
  color: #87CEEB;
  text-shadow: 0 0 8px rgba(135, 206, 235, 0.3);
}

/* line 1401, app/assets/stylesheets/city_search.css */
.weather-icon.partlycloudy {
  color: #FFD700;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
}

/* line 1406, app/assets/stylesheets/city_search.css */
.weather-icon.rain {
  color: #4169E1;
  text-shadow: 0 0 8px rgba(65, 105, 225, 0.3);
}

/* line 1411, app/assets/stylesheets/city_search.css */
.weather-icon.tstorm {
  color: #8A2BE2;
  text-shadow: 0 0 8px rgba(138, 43, 226, 0.3);
}

/* line 1416, app/assets/stylesheets/city_search.css */
.weather-icon.snow {
  color: #E6E6FA;
  text-shadow: 0 0 8px rgba(230, 230, 250, 0.3);
}

/* line 1421, app/assets/stylesheets/city_search.css */
.weather-icon.fog,
.weather-icon.haze {
  color: #D3D3D3;
  text-shadow: 0 0 8px rgba(211, 211, 211, 0.3);
}

/* line 1427, app/assets/stylesheets/city_search.css */
.weather-icon.wind {
  color: #00CED1;
  text-shadow: 0 0 8px rgba(0, 206, 209, 0.3);
}

/* line 1432, app/assets/stylesheets/city_search.css */
.weather-icon.dust {
  color: #DAA520;
  text-shadow: 0 0 8px rgba(218, 165, 32, 0.3);
}

/* Enhanced hover effects for colored weather icons */
/* line 1438, app/assets/stylesheets/city_search.css */
.weather-icon:hover {
  filter: brightness(1.2);
  transform: scale(1.05);
}

/* Temperature-based icon coloring for additional context */
/* line 1444, app/assets/stylesheets/city_search.css */

/* line 1448, app/assets/stylesheets/city_search.css */

/* Night mode adjustments */
/* line 1453, app/assets/stylesheets/city_search.css */

/* line 1457, app/assets/stylesheets/city_search.css */

/* Accessibility - maintain contrast in dark mode */
@media (prefers-color-scheme: dark) {
  /* line 1463, app/assets/stylesheets/city_search.css */
  .weather-icon.snow {
    color: #F0F8FF;
    /* Alice blue más brillante para mejor contraste */
  }
  /* line 1467, app/assets/stylesheets/city_search.css */
  .weather-icon.fog,
.weather-icon.haze {
    color: #C0C0C0;
    /* Plata más brillante para mejor contraste */
  }
}

/* Animation classes for weather icons */
@keyframes weather-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

/* line 1479, app/assets/stylesheets/city_search.css */
.weather-icon.animated {
  animation: weather-pulse 2s ease-in-out infinite;
}

/* Special effects for storm icons */
/* line 1484, app/assets/stylesheets/city_search.css */
.weather-icon.tstorm.animated {
  animation: weather-pulse 1s ease-in-out infinite;
}

@keyframes lightning-flash {
  0%, 90%, 100% {
    opacity: 1;
  }
  5%, 85% {
    opacity: 0.3;
  }
}

/* line 1493, app/assets/stylesheets/city_search.css */
.weather-icon.tstorm.lightning {
  animation: lightning-flash 2s ease-in-out infinite;
}

/* Modern Hail Section Component Styles */
/* line 2, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section {
  /* Hail Status Card */
  /* Hail Details Grid */
  /* Nearby Clouds List */
  /* No Hail State */
  /* Responsive adjustments */
  /* Animation for loading state */
  /* Glowing effect for high priority alerts */
}

/* line 3, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-section-container {
  @apply relative overflow-hidden;
  margin-bottom: 1.5rem;
}

/* line 9, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-status-container {
  margin-bottom: 1.5rem;
}

/* line 13, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-status-card {
  @apply flex items-center p-4 rounded-2xl;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  /* Probability-based styling */
}

/* line 23, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-status-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* line 31, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-status-card.high-probability {
  background: rgba(239, 68, 68, 0.15);
  border-color: rgba(239, 68, 68, 0.3);
}

/* line 35, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-status-card.high-probability .hail-status-icon i {
  color: #ef4444;
  text-shadow: 0 0 20px rgba(239, 68, 68, 0.5);
}

/* line 41, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-status-card.medium-probability {
  background: rgba(245, 158, 11, 0.15);
  border-color: rgba(245, 158, 11, 0.3);
}

/* line 45, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-status-card.medium-probability .hail-status-icon i {
  color: #f59e0b;
  text-shadow: 0 0 20px rgba(245, 158, 11, 0.5);
}

/* line 51, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-status-card.low-probability {
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.3);
}

/* line 55, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-status-card.low-probability .hail-status-icon i {
  color: #3b82f6;
  text-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
}

/* line 61, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-status-card.no-probability {
  background: rgba(34, 197, 94, 0.15);
  border-color: rgba(34, 197, 94, 0.3);
}

/* line 65, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-status-card.no-probability .hail-status-icon i {
  color: #22c55e;
  text-shadow: 0 0 20px rgba(34, 197, 94, 0.5);
}

/* line 72, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-status-icon {
  @apply mr-4 flex-shrink-0;
}

/* line 75, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-status-icon i {
  @apply text-3xl;
  filter: drop-shadow(0 0 10px currentColor);
}

/* line 81, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-status-content {
  @apply flex-1;
}

/* line 84, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-status-content .hail-main-message {
  @apply text-white text-xl font-bold mb-1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* line 89, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-status-content .hail-probability-text {
  @apply text-white text-sm font-medium opacity-90;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 94, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-status-content .hail-distance-text {
  @apply text-white text-xs opacity-75 mt-1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 101, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-details-container {
  margin-bottom: 1.5rem;
}

/* line 105, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-details-grid {
  @apply grid grid-cols-2 gap-3;
}

@media (min-width: 640px) {
  /* line 105, app/assets/stylesheets/components/modern_hail_section.scss */
  .modern-hail-section .hail-details-grid {
    @apply grid-cols-4;
  }
}

/* line 113, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-detail-card {
  @apply flex flex-col items-center p-3 rounded-xl;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
}

/* line 120, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-detail-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

/* line 125, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-detail-card .hail-detail-icon {
  @apply text-white text-lg mb-2 opacity-80;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* line 130, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-detail-card .hail-detail-content {
  @apply text-center;
}

/* line 134, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-detail-card .hail-detail-title {
  @apply text-white text-xs font-medium opacity-80;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 139, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-detail-card .hail-detail-value {
  @apply text-white text-sm font-bold mt-1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 146, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .nearby-clouds-container {
  margin-bottom: 1.5rem;
}

/* line 149, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .nearby-clouds-container .nearby-clouds-title {
  @apply text-white text-lg font-bold mb-3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* line 155, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .nearby-clouds-list {
  @apply space-y-2;
}

/* line 159, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .cloud-item {
  @apply flex items-center p-3 rounded-xl;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
}

/* line 166, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .cloud-item:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(4px);
}

/* line 171, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .cloud-item .cloud-item-distance {
  @apply mr-3 flex-shrink-0;
}

/* line 174, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .cloud-item .cloud-item-distance .distance-value {
  @apply text-white text-lg font-bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 180, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .cloud-item .cloud-item-info {
  @apply flex-1;
}

/* line 183, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .cloud-item .cloud-item-info .cloud-probability {
  @apply text-white text-sm font-medium;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 188, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .cloud-item .cloud-item-info .cloud-time {
  @apply text-white text-xs opacity-75;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 194, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .cloud-item .cloud-item-indicator {
  @apply ml-3 flex-shrink-0;
}

/* line 197, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .cloud-item .cloud-item-indicator .cloud-indicator {
  @apply w-3 h-3 rounded-full;
  box-shadow: 0 0 10px currentColor;
}

/* line 201, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .cloud-item .cloud-item-indicator .cloud-indicator.high-risk {
  @apply bg-red-500;
  box-shadow: 0 0 15px rgba(239, 68, 68, 0.8);
}

/* line 206, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .cloud-item .cloud-item-indicator .cloud-indicator.medium-risk {
  @apply bg-yellow-500;
  box-shadow: 0 0 15px rgba(245, 158, 11, 0.8);
}

/* line 211, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .cloud-item .cloud-item-indicator .cloud-indicator.low-risk {
  @apply bg-blue-500;
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.8);
}

/* line 220, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .no-hail-state {
  @apply flex items-center p-6 rounded-xl text-center;
  background: rgba(34, 197, 94, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid rgba(34, 197, 94, 0.2);
}

/* line 226, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .no-hail-state .no-hail-icon {
  @apply mr-4 flex-shrink-0;
}

/* line 229, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .no-hail-state .no-hail-icon i {
  @apply text-4xl text-green-400;
  filter: drop-shadow(0 0 15px rgba(34, 197, 94, 0.6));
}

/* line 235, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .no-hail-state .no-hail-content {
  @apply flex-1 text-left;
}

/* line 238, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .no-hail-state .no-hail-content .no-hail-title {
  @apply text-white text-xl font-bold mb-1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* line 243, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .no-hail-state .no-hail-content .no-hail-description {
  @apply text-white text-sm opacity-90;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 248, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .no-hail-state .no-hail-content .no-hail-time {
  @apply text-white text-xs opacity-75 mt-1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 640px) {
  /* line 257, app/assets/stylesheets/components/modern_hail_section.scss */
  .modern-hail-section .hail-status-card {
    @apply flex-col text-center;
  }
  /* line 260, app/assets/stylesheets/components/modern_hail_section.scss */
  .modern-hail-section .hail-status-card .hail-status-icon {
    @apply mr-0 mb-3;
  }
  /* line 265, app/assets/stylesheets/components/modern_hail_section.scss */
  .modern-hail-section .hail-details-grid {
    @apply grid-cols-1 gap-2;
  }
  /* line 269, app/assets/stylesheets/components/modern_hail_section.scss */
  .modern-hail-section .cloud-item {
    @apply flex-col text-center;
  }
  /* line 272, app/assets/stylesheets/components/modern_hail_section.scss */
  .modern-hail-section .cloud-item .cloud-item-distance,
.modern-hail-section .cloud-item .cloud-item-indicator {
    @apply mr-0 mb-2;
  }
  /* line 278, app/assets/stylesheets/components/modern_hail_section.scss */
  .modern-hail-section .no-hail-state {
    @apply flex-col text-center;
  }
  /* line 281, app/assets/stylesheets/components/modern_hail_section.scss */
  .modern-hail-section .no-hail-state .no-hail-icon {
    @apply mr-0 mb-3;
  }
}

/* line 288, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-loading {
  @apply animate-pulse;
}

/* line 291, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-loading .hail-status-card {
  background: rgba(255, 255, 255, 0.05);
}

/* line 297, app/assets/stylesheets/components/modern_hail_section.scss */
.modern-hail-section .hail-status-card.high-probability {
  animation: hail-alert-glow 2s ease-in-out infinite alternate;
}

@keyframes hail-alert-glow {
  from {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 20px rgba(239, 68, 68, 0.3);
  }
  to {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 30px rgba(239, 68, 68, 0.5);
  }
}

/* Current City Indicator Component */
/* line 9, app/assets/stylesheets/components/hail_views.scss */
.current-city-indicator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

/* line 21, app/assets/stylesheets/components/hail_views.scss */
.current-city-indicator:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 27, app/assets/stylesheets/components/hail_views.scss */
.current-city-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
}

/* line 34, app/assets/stylesheets/components/hail_views.scss */
.current-city-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #3B82F6, #2563EB);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
}

/* line 46, app/assets/stylesheets/components/hail_views.scss */
.current-city-details {
  flex: 1;
}

/* line 50, app/assets/stylesheets/components/hail_views.scss */
.current-city-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
  margin-bottom: 0.25rem;
}

/* line 57, app/assets/stylesheets/components/hail_views.scss */
.current-city-location {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

/* line 62, app/assets/stylesheets/components/hail_views.scss */
.current-city-actions {
  margin-left: 1rem;
}

/* line 66, app/assets/stylesheets/components/hail_views.scss */
.change-city-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* line 80, app/assets/stylesheets/components/hail_views.scss */
.change-city-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
  text-decoration: none;
  transform: translateY(-1px);
}

/* line 88, app/assets/stylesheets/components/hail_views.scss */
.change-city-btn i {
  font-size: 0.8rem;
}

/* Responsive adjustments for current city indicator */
@media (max-width: 768px) {
  /* line 95, app/assets/stylesheets/components/hail_views.scss */
  .current-city-indicator {
    padding: 0.75rem;
    margin-bottom: 1rem;
  }
  /* line 100, app/assets/stylesheets/components/hail_views.scss */
  .current-city-info {
    gap: 0.5rem;
  }
  /* line 104, app/assets/stylesheets/components/hail_views.scss */
  .current-city-icon {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
  /* line 110, app/assets/stylesheets/components/hail_views.scss */
  .current-city-name {
    font-size: 1rem;
  }
  /* line 114, app/assets/stylesheets/components/hail_views.scss */
  .current-city-location {
    font-size: 0.8rem;
  }
  /* line 118, app/assets/stylesheets/components/hail_views.scss */
  .current-city-actions {
    margin-left: 0.5rem;
  }
  /* line 122, app/assets/stylesheets/components/hail_views.scss */
  .change-city-btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
  /* line 126, app/assets/stylesheets/components/hail_views.scss */
  .change-city-btn span {
    display: none;
  }
}

/* line 136, app/assets/stylesheets/components/hail_views.scss */

@media (max-width: 768px) {
  /* line 136, app/assets/stylesheets/components/hail_views.scss */
}

/* line 149, app/assets/stylesheets/components/hail_views.scss */
.hail-header {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* line 159, app/assets/stylesheets/components/hail_views.scss */
.hail-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 768px) {
  /* line 159, app/assets/stylesheets/components/hail_views.scss */
  .hail-header-content {
    flex-direction: column;
    text-align: center;
  }
}

/* line 172, app/assets/stylesheets/components/hail_views.scss */
.hail-title-section .hail-main-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 181, app/assets/stylesheets/components/hail_views.scss */
.hail-title-section .hail-main-title .hail-title-icon {
  color: #3498db;
}

@media (max-width: 768px) {
  /* line 172, app/assets/stylesheets/components/hail_views.scss */
  .hail-title-section .hail-main-title {
    font-size: 1.5rem;
    justify-content: center;
  }
}

/* line 191, app/assets/stylesheets/components/hail_views.scss */
.hail-title-section .hail-location-text {
  color: #7f8c8d;
  font-size: 1rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

/* line 199, app/assets/stylesheets/components/hail_views.scss */
.hail-title-section .hail-location-text .location-icon {
  color: #e74c3c;
}

@media (max-width: 768px) {
  /* line 191, app/assets/stylesheets/components/hail_views.scss */
  .hail-title-section .hail-location-text {
    justify-content: center;
  }
}

/* line 209, app/assets/stylesheets/components/hail_views.scss */
.hail-nav-buttons {
  display: flex;
  gap: 0.75rem;
}

@media (max-width: 768px) {
  /* line 209, app/assets/stylesheets/components/hail_views.scss */
  .hail-nav-buttons {
    justify-content: center;
  }
}

/* line 218, app/assets/stylesheets/components/hail_views.scss */
.hail-nav-btn {
  background: rgba(52, 152, 219, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid rgba(52, 152, 219, 0.3);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: #2980b9;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

/* line 232, app/assets/stylesheets/components/hail_views.scss */
.hail-nav-btn:hover {
  background: rgba(52, 152, 219, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(52, 152, 219, 0.3);
  text-decoration: none;
  color: #1f5f99;
}

/* line 240, app/assets/stylesheets/components/hail_views.scss */
.hail-nav-btn i {
  font-size: 1rem;
}

/* line 244, app/assets/stylesheets/components/hail_views.scss */
.hail-nav-btn span {
  font-size: 0.875rem;
}

/* line 250, app/assets/stylesheets/components/hail_views.scss */

/* line 254, app/assets/stylesheets/components/hail_views.scss */
.hail-status-card {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* line 264, app/assets/stylesheets/components/hail_views.scss */
.hail-status-card.high-probability {
  background: rgba(231, 76, 60, 0.15);
  border-color: rgba(231, 76, 60, 0.3);
  box-shadow: 0 8px 32px rgba(231, 76, 60, 0.2), 0 0 20px rgba(231, 76, 60, 0.1);
}

/* line 269, app/assets/stylesheets/components/hail_views.scss */
.hail-status-card.high-probability .hail-status-icon i {
  color: #e74c3c;
  animation: pulse-glow 2s infinite;
}

/* line 275, app/assets/stylesheets/components/hail_views.scss */
.hail-status-card.medium-probability {
  background: rgba(255, 193, 7, 0.15);
  border-color: rgba(255, 193, 7, 0.3);
  box-shadow: 0 8px 32px rgba(255, 193, 7, 0.2);
}

/* line 280, app/assets/stylesheets/components/hail_views.scss */
.hail-status-card.medium-probability .hail-status-icon i {
  color: #f39c12;
}

/* line 285, app/assets/stylesheets/components/hail_views.scss */
.hail-status-card.low-probability {
  background: rgba(23, 162, 184, 0.15);
  border-color: rgba(23, 162, 184, 0.3);
  box-shadow: 0 8px 32px rgba(23, 162, 184, 0.2);
}

/* line 290, app/assets/stylesheets/components/hail_views.scss */
.hail-status-card.low-probability .hail-status-icon i {
  color: #17a2b8;
}

/* line 295, app/assets/stylesheets/components/hail_views.scss */
.hail-status-card.no-probability {
  background: rgba(40, 167, 69, 0.15);
  border-color: rgba(40, 167, 69, 0.3);
  box-shadow: 0 8px 32px rgba(40, 167, 69, 0.2);
}

/* line 300, app/assets/stylesheets/components/hail_views.scss */
.hail-status-card.no-probability .hail-status-icon i {
  color: #28a745;
}

/* line 305, app/assets/stylesheets/components/hail_views.scss */
.hail-status-card.error-probability {
  background: rgba(108, 117, 125, 0.15);
  border-color: rgba(108, 117, 125, 0.3);
  box-shadow: 0 8px 32px rgba(108, 117, 125, 0.2);
}

/* line 310, app/assets/stylesheets/components/hail_views.scss */
.hail-status-card.error-probability .hail-status-icon i {
  color: #6c757d;
}

@media (max-width: 768px) {
  /* line 254, app/assets/stylesheets/components/hail_views.scss */
  .hail-status-card {
    padding: 1.5rem;
  }
}

/* line 320, app/assets/stylesheets/components/hail_views.scss */

/* line 328, app/assets/stylesheets/components/hail_views.scss */
.hail-status-icon i {
  font-size: 2.5rem;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  /* line 328, app/assets/stylesheets/components/hail_views.scss */
  .hail-status-icon i {
    font-size: 2rem;
  }
}

/* line 338, app/assets/stylesheets/components/hail_views.scss */
.hail-status-content {
  flex: 1;
}

/* line 341, app/assets/stylesheets/components/hail_views.scss */
.hail-status-content .hail-main-message {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 0.75rem 0;
}

@media (max-width: 768px) {
  /* line 341, app/assets/stylesheets/components/hail_views.scss */
  .hail-status-content .hail-main-message {
    font-size: 1.25rem;
  }
}

/* line 352, app/assets/stylesheets/components/hail_views.scss */

/* line 357, app/assets/stylesheets/components/hail_views.scss */

/* line 362, app/assets/stylesheets/components/hail_views.scss */

@media (max-width: 768px) {
  /* line 352, app/assets/stylesheets/components/hail_views.scss */
}

/* line 376, app/assets/stylesheets/components/hail_views.scss */

/* line 384, app/assets/stylesheets/components/hail_views.scss */

/* line 388, app/assets/stylesheets/components/hail_views.scss */

/* line 395, app/assets/stylesheets/components/hail_views.scss */
.hail-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 404, app/assets/stylesheets/components/hail_views.scss */
.hail-section-title i {
  color: #3498db;
}

/* line 410, app/assets/stylesheets/components/hail_views.scss */

/* line 414, app/assets/stylesheets/components/hail_views.scss */
.hail-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

@media (max-width: 768px) {
  /* line 414, app/assets/stylesheets/components/hail_views.scss */
  .hail-details-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
  }
}

/* line 425, app/assets/stylesheets/components/hail_views.scss */
.hail-detail-card {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

/* line 433, app/assets/stylesheets/components/hail_views.scss */
.hail-detail-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  /* line 425, app/assets/stylesheets/components/hail_views.scss */
  .hail-detail-card {
    padding: 1rem;
  }
}

/* line 444, app/assets/stylesheets/components/hail_views.scss */

/* line 450, app/assets/stylesheets/components/hail_views.scss */

/* line 455, app/assets/stylesheets/components/hail_views.scss */

/* line 462, app/assets/stylesheets/components/hail_views.scss */
.hail-detail-value {
  color: #2c3e50;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  /* line 462, app/assets/stylesheets/components/hail_views.scss */
  .hail-detail-value {
    font-size: 1.25rem;
  }
}

/* line 473, app/assets/stylesheets/components/hail_views.scss */

/* line 477, app/assets/stylesheets/components/hail_views.scss */
.nearby-clouds-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* line 483, app/assets/stylesheets/components/hail_views.scss */
.cloud-item {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}

/* line 494, app/assets/stylesheets/components/hail_views.scss */
.cloud-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(4px);
}

@media (max-width: 768px) {
  /* line 483, app/assets/stylesheets/components/hail_views.scss */
  .cloud-item {
    padding: 0.75rem;
    gap: 0.75rem;
  }
}

/* line 506, app/assets/stylesheets/components/hail_views.scss */
.cloud-item-distance .distance-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2c3e50;
}

@media (max-width: 768px) {
  /* line 506, app/assets/stylesheets/components/hail_views.scss */
  .cloud-item-distance .distance-value {
    font-size: 1rem;
  }
}

/* line 517, app/assets/stylesheets/components/hail_views.scss */
.cloud-item-info {
  flex: 1;
}

/* line 520, app/assets/stylesheets/components/hail_views.scss */
.cloud-item-info .cloud-probability {
  font-weight: 600;
  color: #5d6d7e;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

/* line 527, app/assets/stylesheets/components/hail_views.scss */
.cloud-item-info .cloud-time {
  color: #95a5a6;
  font-size: 0.75rem;
}

/* line 534, app/assets/stylesheets/components/hail_views.scss */
.cloud-item-indicator .cloud-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

/* line 539, app/assets/stylesheets/components/hail_views.scss */
.cloud-item-indicator .cloud-indicator.high-risk {
  background: #e74c3c;
  box-shadow: 0 0 10px rgba(231, 76, 60, 0.5);
}

/* line 544, app/assets/stylesheets/components/hail_views.scss */
.cloud-item-indicator .cloud-indicator.medium-risk {
  background: #f39c12;
  box-shadow: 0 0 10px rgba(243, 156, 18, 0.5);
}

/* line 549, app/assets/stylesheets/components/hail_views.scss */
.cloud-item-indicator .cloud-indicator.low-risk {
  background: #17a2b8;
  box-shadow: 0 0 10px rgba(23, 162, 184, 0.5);
}

/* line 557, app/assets/stylesheets/components/hail_views.scss */

/* line 561, app/assets/stylesheets/components/hail_views.scss */

/* line 570, app/assets/stylesheets/components/hail_views.scss */

/* line 577, app/assets/stylesheets/components/hail_views.scss */

/* line 584, app/assets/stylesheets/components/hail_views.scss */

/* line 592, app/assets/stylesheets/components/hail_views.scss */

/* line 606, app/assets/stylesheets/components/hail_views.scss */

@media (max-width: 768px) {
  /* line 561, app/assets/stylesheets/components/hail_views.scss */
  /* line 619, app/assets/stylesheets/components/hail_views.scss */
  /* line 623, app/assets/stylesheets/components/hail_views.scss */
}

/* line 630, app/assets/stylesheets/components/hail_views.scss */
.hail-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(44, 62, 80, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* line 644, app/assets/stylesheets/components/hail_views.scss */
.hail-loading-content {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

/* line 652, app/assets/stylesheets/components/hail_views.scss */
.hail-loading-content .hail-loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(52, 152, 219, 0.2);
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 1rem auto;
}

/* line 662, app/assets/stylesheets/components/hail_views.scss */
.hail-loading-content .hail-loading-text {
  color: #5d6d7e;
  font-weight: 500;
  margin: 0;
}

@keyframes pulse-glow {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 0 5px currentColor);
  }
  50% {
    transform: scale(1.1);
    filter: drop-shadow(0 0 15px currentColor);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1200px) {
  /* line 691, app/assets/stylesheets/components/hail_views.scss */
}

@media (max-width: 768px) {
  /* line 697, app/assets/stylesheets/components/hail_views.scss */
  .hail-details-grid {
    grid-template-columns: 1fr;
  }
  /* line 701, app/assets/stylesheets/components/hail_views.scss */
  /* line 705, app/assets/stylesheets/components/hail_views.scss */
  .cloud-item {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  /* line 711, app/assets/stylesheets/components/hail_views.scss */
  /* line 715, app/assets/stylesheets/components/hail_views.scss */
  .hail-header {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  /* line 720, app/assets/stylesheets/components/hail_views.scss */
  .hail-status-card {
    padding: 1rem;
  }
  /* line 724, app/assets/stylesheets/components/hail_views.scss */
  .hail-detail-card {
    padding: 0.75rem;
  }
}

/* ========================================
   HAIL NEAR PAGE STYLES (/hail/near)
   ======================================== */
/* line 733, app/assets/stylesheets/components/hail_views.scss */
.hail-near-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  min-height: 100vh;
}

@media (max-width: 768px) {
  /* line 733, app/assets/stylesheets/components/hail_views.scss */
  .hail-near-container {
    padding: 0.5rem;
  }
}

/* line 746, app/assets/stylesheets/components/hail_views.scss */
.hail-overall-status-section {
  margin-bottom: 2rem;
}

/* line 749, app/assets/stylesheets/components/hail_views.scss */
.hail-overall-status-section .hail-overall-status-card {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* line 758, app/assets/stylesheets/components/hail_views.scss */
.hail-overall-status-section .hail-overall-status-card.overall-high-risk {
  background: rgba(231, 76, 60, 0.15);
  border-color: rgba(231, 76, 60, 0.3);
  box-shadow: 0 8px 32px rgba(231, 76, 60, 0.2), 0 0 20px rgba(231, 76, 60, 0.1);
}

/* line 764, app/assets/stylesheets/components/hail_views.scss */
.hail-overall-status-section .hail-overall-status-card.overall-medium-risk {
  background: rgba(255, 193, 7, 0.15);
  border-color: rgba(255, 193, 7, 0.3);
  box-shadow: 0 8px 32px rgba(255, 193, 7, 0.2);
}

/* line 770, app/assets/stylesheets/components/hail_views.scss */
.hail-overall-status-section .hail-overall-status-card.overall-low-risk {
  background: rgba(23, 162, 184, 0.15);
  border-color: rgba(23, 162, 184, 0.3);
  box-shadow: 0 8px 32px rgba(23, 162, 184, 0.2);
}

/* line 776, app/assets/stylesheets/components/hail_views.scss */
.hail-overall-status-section .hail-overall-status-card.overall-minimal-risk {
  background: rgba(40, 167, 69, 0.15);
  border-color: rgba(40, 167, 69, 0.3);
  box-shadow: 0 8px 32px rgba(40, 167, 69, 0.2);
}

/* line 782, app/assets/stylesheets/components/hail_views.scss */
.hail-overall-status-section .hail-overall-status-card.overall-no-risk {
  background: rgba(108, 117, 125, 0.15);
  border-color: rgba(108, 117, 125, 0.3);
  box-shadow: 0 8px 32px rgba(108, 117, 125, 0.2);
}

@media (max-width: 768px) {
  /* line 749, app/assets/stylesheets/components/hail_views.scss */
  .hail-overall-status-section .hail-overall-status-card {
    padding: 1.5rem;
  }
}

/* line 793, app/assets/stylesheets/components/hail_views.scss */
.hail-overall-status-section .overall-status-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

/* line 799, app/assets/stylesheets/components/hail_views.scss */
.hail-overall-status-section .overall-status-header .overall-status-icon i {
  font-size: 2.5rem;
  color: #5d6d7e;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  /* line 799, app/assets/stylesheets/components/hail_views.scss */
  .hail-overall-status-section .overall-status-header .overall-status-icon i {
    font-size: 2rem;
  }
}

/* line 810, app/assets/stylesheets/components/hail_views.scss */
.hail-overall-status-section .overall-status-header .overall-status-content {
  flex: 1;
}

/* line 813, app/assets/stylesheets/components/hail_views.scss */
.hail-overall-status-section .overall-status-header .overall-status-content .overall-main-message {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 0.75rem 0;
}

@media (max-width: 768px) {
  /* line 813, app/assets/stylesheets/components/hail_views.scss */
  .hail-overall-status-section .overall-status-header .overall-status-content .overall-main-message {
    font-size: 1.25rem;
  }
}

/* line 824, app/assets/stylesheets/components/hail_views.scss */
.hail-overall-status-section .overall-status-header .overall-status-content .overall-risk-display {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 829, app/assets/stylesheets/components/hail_views.scss */
.hail-overall-status-section .overall-status-header .overall-status-content .overall-risk-display .overall-risk-label {
  color: #7f8c8d;
  font-weight: 500;
}

/* line 834, app/assets/stylesheets/components/hail_views.scss */
.hail-overall-status-section .overall-status-header .overall-status-content .overall-risk-display .overall-risk-value {
  color: #2c3e50;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  /* line 824, app/assets/stylesheets/components/hail_views.scss */
  .hail-overall-status-section .overall-status-header .overall-status-content .overall-risk-display {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}

/* line 853, app/assets/stylesheets/components/hail_views.scss */
.hail-summary-section {
  margin-bottom: 2rem;
}

/* line 856, app/assets/stylesheets/components/hail_views.scss */
.hail-summary-section .summary-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

/* line 861, app/assets/stylesheets/components/hail_views.scss */
.hail-summary-section .summary-stats-grid .summary-stat-card {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}

/* line 872, app/assets/stylesheets/components/hail_views.scss */
.hail-summary-section .summary-stats-grid .summary-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* line 877, app/assets/stylesheets/components/hail_views.scss */
.hail-summary-section .summary-stats-grid .summary-stat-card .stat-icon {
  font-size: 2rem;
  color: #5d6d7e;
  width: 50px;
  text-align: center;
}

/* line 885, app/assets/stylesheets/components/hail_views.scss */
.hail-summary-section .summary-stats-grid .summary-stat-card .stat-content .stat-value {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1;
  margin-bottom: 0.25rem;
}

/* line 893, app/assets/stylesheets/components/hail_views.scss */
.hail-summary-section .summary-stats-grid .summary-stat-card .stat-content .stat-label {
  font-size: 0.875rem;
  color: #7f8c8d;
  font-weight: 500;
}

/* line 904, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section {
  margin-bottom: 2rem;
}

/* line 907, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 912, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

/* line 920, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* line 925, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  /* line 925, app/assets/stylesheets/components/hail_views.scss */
  .hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-header {
    flex-direction: column;
    gap: 0.75rem;
  }
}

/* line 937, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-header .city-main-info .city-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 946, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-header .city-main-info .city-name .city-icon {
  color: #e74c3c;
  font-size: 1rem;
}

/* line 952, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-header .city-main-info .city-distance {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #7f8c8d;
}

/* line 959, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-header .city-main-info .city-distance .distance-icon {
  font-size: 0.75rem;
}

/* line 965, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-header .city-probability-badge {
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 973, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-header .city-probability-badge.high-probability {
  background: rgba(231, 76, 60, 0.2);
  color: #c0392b;
  border: 1px solid rgba(231, 76, 60, 0.3);
}

/* line 979, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-header .city-probability-badge.medium-probability {
  background: rgba(255, 193, 7, 0.2);
  color: #d68910;
  border: 1px solid rgba(255, 193, 7, 0.3);
}

/* line 985, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-header .city-probability-badge.low-probability {
  background: rgba(23, 162, 184, 0.2);
  color: #138496;
  border: 1px solid rgba(23, 162, 184, 0.3);
}

/* line 991, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-header .city-probability-badge.no-probability {
  background: rgba(40, 167, 69, 0.2);
  color: #1e7e34;
  border: 1px solid rgba(40, 167, 69, 0.3);
}

/* line 1000, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-details .city-clouds-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #5d6d7e;
}

@media (max-width: 768px) {
  /* line 1000, app/assets/stylesheets/components/hail_views.scss */
  .hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-details .city-clouds-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

/* line 1014, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-details .city-clouds-info span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* line 1019, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-details .city-clouds-info span .detail-icon {
  font-size: 0.75rem;
  color: #95a5a6;
}

/* line 1026, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-details .city-clouds-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 1031, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-details .city-clouds-list .city-cloud-item,
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-details .city-clouds-list .more-clouds-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.375rem 0.75rem;
  border-radius: 12px;
  font-size: 0.75rem;
}

/* line 1041, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-details .city-clouds-list .city-cloud-item .cloud-distance,
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-details .city-clouds-list .more-clouds-indicator .cloud-distance {
  font-weight: 600;
  color: #2c3e50;
}

/* line 1047, app/assets/stylesheets/components/hail_views.scss */
.hail-nearby-cities-section .nearby-cities-list .nearby-city-item .city-item-details .city-clouds-list .more-clouds-indicator {
  color: #7f8c8d;
  font-style: italic;
}

/* line 1058, app/assets/stylesheets/components/hail_views.scss */
.hail-no-activity-section {
  margin-bottom: 2rem;
}

/* line 1061, app/assets/stylesheets/components/hail_views.scss */
.hail-no-activity-section .hail-no-activity-card {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
}

/* line 1069, app/assets/stylesheets/components/hail_views.scss */
.hail-no-activity-section .hail-no-activity-card .no-activity-icon {
  font-size: 4rem;
  color: #27ae60;
  margin-bottom: 1.5rem;
}

/* line 1075, app/assets/stylesheets/components/hail_views.scss */
.hail-no-activity-section .hail-no-activity-card .no-activity-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 1rem 0;
}

/* line 1082, app/assets/stylesheets/components/hail_views.scss */
.hail-no-activity-section .hail-no-activity-card .no-activity-message {
  font-size: 1rem;
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0 0 2rem 0;
}

/* line 1089, app/assets/stylesheets/components/hail_views.scss */
.hail-no-activity-section .hail-no-activity-card .no-activity-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* line 1095, app/assets/stylesheets/components/hail_views.scss */
.hail-no-activity-section .hail-no-activity-card .no-activity-actions .no-activity-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: rgba(52, 152, 219, 0.2);
  color: #2980b9;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid rgba(52, 152, 219, 0.3);
}

/* line 1108, app/assets/stylesheets/components/hail_views.scss */
.hail-no-activity-section .hail-no-activity-card .no-activity-actions .no-activity-btn:hover {
  background: rgba(52, 152, 219, 0.3);
  transform: translateY(-2px);
  text-decoration: none;
}

/* line 1114, app/assets/stylesheets/components/hail_views.scss */
.hail-no-activity-section .hail-no-activity-card .no-activity-actions .no-activity-btn.secondary {
  background: rgba(149, 165, 166, 0.2);
  color: #5d6d7e;
  border-color: rgba(149, 165, 166, 0.3);
}

/* line 1119, app/assets/stylesheets/components/hail_views.scss */
.hail-no-activity-section .hail-no-activity-card .no-activity-actions .no-activity-btn.secondary:hover {
  background: rgba(149, 165, 166, 0.3);
}

/* ========================================
   HAIL RADAR PAGE STYLES (/hail/radar)
   ======================================== */
/* line 1132, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  min-height: 100vh;
}

@media (max-width: 768px) {
  /* line 1132, app/assets/stylesheets/components/hail_views.scss */
  .hail-radar-container {
    padding: 0.5rem;
  }
}

/* line 1145, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-status-section {
  margin-bottom: 2rem;
}

/* line 1148, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-status-section .hail-radar-status-card {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* line 1157, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-status-section .hail-radar-status-card.excellent-coverage {
  background: rgba(40, 167, 69, 0.15);
  border-color: rgba(40, 167, 69, 0.3);
  box-shadow: 0 8px 32px rgba(40, 167, 69, 0.2);
}

/* line 1163, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-status-section .hail-radar-status-card.good-coverage {
  background: rgba(23, 162, 184, 0.15);
  border-color: rgba(23, 162, 184, 0.3);
  box-shadow: 0 8px 32px rgba(23, 162, 184, 0.2);
}

/* line 1169, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-status-section .hail-radar-status-card.fair-coverage {
  background: rgba(255, 193, 7, 0.15);
  border-color: rgba(255, 193, 7, 0.3);
  box-shadow: 0 8px 32px rgba(255, 193, 7, 0.2);
}

/* line 1175, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-status-section .hail-radar-status-card.limited-coverage {
  background: rgba(231, 76, 60, 0.15);
  border-color: rgba(231, 76, 60, 0.3);
  box-shadow: 0 8px 32px rgba(231, 76, 60, 0.2);
}

/* line 1181, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-status-section .hail-radar-status-card.unknown-coverage {
  background: rgba(108, 117, 125, 0.15);
  border-color: rgba(108, 117, 125, 0.3);
  box-shadow: 0 8px 32px rgba(108, 117, 125, 0.2);
}

@media (max-width: 768px) {
  /* line 1148, app/assets/stylesheets/components/hail_views.scss */
  .hail-radar-status-section .hail-radar-status-card {
    padding: 1.5rem;
  }
}

/* line 1192, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-status-section .radar-status-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

/* line 1198, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-status-section .radar-status-header .radar-status-icon i {
  font-size: 2.5rem;
  color: #5d6d7e;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  /* line 1198, app/assets/stylesheets/components/hail_views.scss */
  .hail-radar-status-section .radar-status-header .radar-status-icon i {
    font-size: 2rem;
  }
}

/* line 1209, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-status-section .radar-status-header .radar-status-content {
  flex: 1;
}

/* line 1212, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-status-section .radar-status-header .radar-status-content .radar-main-message {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 0.75rem 0;
}

@media (max-width: 768px) {
  /* line 1212, app/assets/stylesheets/components/hail_views.scss */
  .hail-radar-status-section .radar-status-header .radar-status-content .radar-main-message {
    font-size: 1.25rem;
  }
}

/* line 1223, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-status-section .radar-status-header .radar-status-content .radar-quality-display {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 1228, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-status-section .radar-status-header .radar-status-content .radar-quality-display .radar-quality-label {
  color: #7f8c8d;
  font-weight: 500;
}

/* line 1233, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-status-section .radar-status-header .radar-status-content .radar-quality-display .radar-quality-value {
  color: #2c3e50;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  /* line 1223, app/assets/stylesheets/components/hail_views.scss */
  .hail-radar-status-section .radar-status-header .radar-status-content .radar-quality-display {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}

/* line 1252, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-stats-section {
  margin-bottom: 2rem;
}

/* line 1255, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-stats-section .radar-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

/* line 1260, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-stats-section .radar-stats-grid .radar-stat-card {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}

/* line 1271, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-stats-section .radar-stats-grid .radar-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* line 1276, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-stats-section .radar-stats-grid .radar-stat-card .stat-icon {
  font-size: 2rem;
  color: #5d6d7e;
  width: 50px;
  text-align: center;
}

/* line 1284, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-stats-section .radar-stats-grid .radar-stat-card .stat-content .stat-value {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1;
  margin-bottom: 0.25rem;
}

/* line 1292, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-stats-section .radar-stats-grid .radar-stat-card .stat-content .stat-label {
  font-size: 0.875rem;
  color: #7f8c8d;
  font-weight: 500;
}

/* line 1303, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-images-section {
  margin-bottom: 2rem;
}

/* line 1306, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-images-section .radar-images-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

/* line 1311, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-images-section .radar-images-grid .radar-image-item {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* line 1319, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-images-section .radar-images-grid .radar-image-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* line 1324, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-images-section .radar-images-grid .radar-image-item .radar-image-wrapper {
  position: relative;
  height: 200px;
  overflow: hidden;
  cursor: pointer;
}

/* line 1330, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-images-section .radar-images-grid .radar-image-item .radar-image-wrapper .radar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* line 1336, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-images-section .radar-images-grid .radar-image-item .radar-image-wrapper .radar-image:hover {
  transform: scale(1.05);
}

/* line 1341, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-images-section .radar-images-grid .radar-image-item .radar-image-wrapper .radar-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(149, 165, 166, 0.1);
  color: #7f8c8d;
}

/* line 1351, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-images-section .radar-images-grid .radar-image-item .radar-image-wrapper .radar-image-placeholder i {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}

/* line 1356, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-images-section .radar-images-grid .radar-image-item .radar-image-wrapper .radar-image-placeholder span {
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 1362, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-images-section .radar-images-grid .radar-image-item .radar-image-wrapper .radar-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 1rem;
}

/* line 1370, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-images-section .radar-images-grid .radar-image-item .radar-image-wrapper .radar-image-overlay .image-timestamp {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 1380, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-images-section .radar-images-grid .radar-image-item .radar-image-wrapper .image-fullscreen-btn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

/* line 1396, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-images-section .radar-images-grid .radar-image-item .radar-image-wrapper .image-fullscreen-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* line 1401, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-images-section .radar-images-grid .radar-image-item .radar-image-wrapper:hover .image-fullscreen-btn {
  opacity: 1;
}

/* line 1406, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-images-section .radar-images-grid .radar-image-item .radar-image-info {
  padding: 1rem;
}

/* line 1409, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-images-section .radar-images-grid .radar-image-item .radar-image-info .image-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

/* line 1419, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-images-section .radar-images-grid .radar-image-item .radar-image-info .image-metadata .metadata-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #7f8c8d;
}

/* line 1433, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-clouds-section {
  margin-bottom: 2rem;
}

/* line 1436, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-clouds-section .radar-clouds-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* line 1441, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-clouds-section .radar-clouds-list .radar-cloud-item {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}

/* line 1452, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-clouds-section .radar-clouds-list .radar-cloud-item:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* line 1456, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-clouds-section .radar-clouds-list .radar-cloud-item .cloud-distance-indicator {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 120px;
}

/* line 1462, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-clouds-section .radar-clouds-list .radar-cloud-item .cloud-distance-indicator .distance-value {
  font-weight: 600;
  font-size: 1.1rem;
  color: #2c3e50;
}

/* line 1469, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-clouds-section .radar-clouds-list .radar-cloud-item .cloud-info {
  flex: 1;
}

/* line 1472, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-clouds-section .radar-clouds-list .radar-cloud-item .cloud-info .cloud-probability {
  font-weight: 500;
  color: #2c3e50;
  margin-bottom: 0.25rem;
}

/* line 1478, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-clouds-section .radar-clouds-list .radar-cloud-item .cloud-info .cloud-timestamp {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #7f8c8d;
}

/* line 1488, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-clouds-section .radar-clouds-list .radar-cloud-item .cloud-actions .has-image-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(40, 167, 69, 0.2);
  color: #1e7e34;
  padding: 0.375rem 0.75rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 500;
}

/* line 1505, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-coverage-section {
  margin-bottom: 2rem;
}

/* line 1508, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-coverage-section .radar-coverage-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 1513, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-coverage-section .radar-coverage-list .radar-coverage-item {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

/* line 1521, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-coverage-section .radar-coverage-list .radar-coverage-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* line 1526, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-coverage-section .radar-coverage-list .radar-coverage-item .coverage-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  /* line 1526, app/assets/stylesheets/components/hail_views.scss */
  .hail-radar-coverage-section .radar-coverage-list .radar-coverage-item .coverage-header {
    flex-direction: column;
    gap: 0.75rem;
  }
}

/* line 1538, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-coverage-section .radar-coverage-list .radar-coverage-item .coverage-header .coverage-city-info .coverage-city-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 1548, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-coverage-section .radar-coverage-list .radar-coverage-item .coverage-header .coverage-city-info .coverage-distance {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #7f8c8d;
}

/* line 1557, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-coverage-section .radar-coverage-list .radar-coverage-item .coverage-header .coverage-score-badge {
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 0.5rem 0.75rem;
  min-width: 70px;
}

/* line 1564, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-coverage-section .radar-coverage-list .radar-coverage-item .coverage-header .coverage-score-badge .score-value {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1;
}

/* line 1572, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-coverage-section .radar-coverage-list .radar-coverage-item .coverage-header .coverage-score-badge .score-label {
  display: block;
  font-size: 0.75rem;
  color: #7f8c8d;
  margin-top: 0.25rem;
}

/* line 1582, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-coverage-section .radar-coverage-list .radar-coverage-item .coverage-details .coverage-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* line 1587, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-coverage-section .radar-coverage-list .radar-coverage-item .coverage-details .coverage-stats .coverage-stat {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #5d6d7e;
}

/* line 1594, app/assets/stylesheets/components/hail_views.scss */
.hail-radar-coverage-section .radar-coverage-list .radar-coverage-item .coverage-details .coverage-stats .coverage-stat .stat-icon {
  font-size: 0.75rem;
  color: #95a5a6;
}

/* line 1606, app/assets/stylesheets/components/hail_views.scss */
.hail-no-radar-section {
  margin-bottom: 2rem;
}

/* line 1609, app/assets/stylesheets/components/hail_views.scss */
.hail-no-radar-section .hail-no-radar-card {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
}

/* line 1617, app/assets/stylesheets/components/hail_views.scss */
.hail-no-radar-section .hail-no-radar-card .no-radar-icon {
  font-size: 4rem;
  color: #7f8c8d;
  margin-bottom: 1.5rem;
}

/* line 1623, app/assets/stylesheets/components/hail_views.scss */
.hail-no-radar-section .hail-no-radar-card .no-radar-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 1rem 0;
}

/* line 1630, app/assets/stylesheets/components/hail_views.scss */
.hail-no-radar-section .hail-no-radar-card .no-radar-message {
  font-size: 1rem;
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0 0 2rem 0;
}

/* line 1637, app/assets/stylesheets/components/hail_views.scss */
.hail-no-radar-section .hail-no-radar-card .no-radar-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* line 1643, app/assets/stylesheets/components/hail_views.scss */
.hail-no-radar-section .hail-no-radar-card .no-radar-actions .no-radar-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: rgba(52, 152, 219, 0.2);
  color: #2980b9;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid rgba(52, 152, 219, 0.3);
}

/* line 1656, app/assets/stylesheets/components/hail_views.scss */
.hail-no-radar-section .hail-no-radar-card .no-radar-actions .no-radar-btn:hover {
  background: rgba(52, 152, 219, 0.3);
  transform: translateY(-2px);
  text-decoration: none;
}

/* line 1662, app/assets/stylesheets/components/hail_views.scss */
.hail-no-radar-section .hail-no-radar-card .no-radar-actions .no-radar-btn.secondary {
  background: rgba(149, 165, 166, 0.2);
  color: #5d6d7e;
  border-color: rgba(149, 165, 166, 0.3);
}

/* line 1667, app/assets/stylesheets/components/hail_views.scss */
.hail-no-radar-section .hail-no-radar-card .no-radar-actions .no-radar-btn.secondary:hover {
  background: rgba(149, 165, 166, 0.3);
}

/* line 1677, app/assets/stylesheets/components/hail_views.scss */
.premium-promo-card {
  margin: 1rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* line 1686, app/assets/stylesheets/components/hail_views.scss */
.premium-promo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* line 1691, app/assets/stylesheets/components/hail_views.scss */
.premium-promo-card .premium-promo {
  padding: 2rem;
  text-align: center;
}

/* line 1695, app/assets/stylesheets/components/hail_views.scss */
.premium-promo-card .premium-promo h3, .premium-promo-card .premium-promo .h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* line 1706, app/assets/stylesheets/components/hail_views.scss */
.premium-promo-card .premium-promo h3 i, .premium-promo-card .premium-promo .h3 i {
  color: #f1c40f;
  font-size: 1.5rem;
}

/* line 1712, app/assets/stylesheets/components/hail_views.scss */
.premium-promo-card .premium-promo .premium-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

/* line 1720, app/assets/stylesheets/components/hail_views.scss */
.premium-promo-card .premium-promo .premium-features-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* line 1732, app/assets/stylesheets/components/hail_views.scss */
.premium-promo-card .premium-promo .premium-features-list li:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(4px);
  color: white;
}

/* line 1738, app/assets/stylesheets/components/hail_views.scss */
.premium-promo-card .premium-promo .premium-features-list li i {
  color: #3498db;
  font-size: 1.25rem;
}

/* line 1745, app/assets/stylesheets/components/hail_views.scss */
.premium-promo-card .premium-promo .premium-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* line 1757, app/assets/stylesheets/components/hail_views.scss */
.premium-promo-card .premium-promo .premium-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

/* line 1762, app/assets/stylesheets/components/hail_views.scss */
.premium-promo-card .premium-promo .premium-cta-btn i {
  color: #f1c40f;
}

@media (max-width: 768px) {
  /* line 1770, app/assets/stylesheets/components/hail_views.scss */
  .premium-promo-card {
    margin: 0.5rem;
  }
  /* line 1773, app/assets/stylesheets/components/hail_views.scss */
  .premium-promo-card .premium-promo {
    padding: 1.5rem;
  }
  /* line 1776, app/assets/stylesheets/components/hail_views.scss */
  .premium-promo-card .premium-promo h3, .premium-promo-card .premium-promo .h3 {
    font-size: 1.5rem;
  }
  /* line 1780, app/assets/stylesheets/components/hail_views.scss */
  .premium-promo-card .premium-promo .premium-features-list {
    grid-template-columns: 1fr;
  }
}

/* Premium General Page Styles */
/* line 2, app/assets/stylesheets/components/premium_general.scss */
.premium-container {
  min-height: 100vh;
  background: linear-gradient(135deg, #1F2937 0%, #111827 100%);
  position: relative;
  overflow-x: hidden;
}

/* line 8, app/assets/stylesheets/components/premium_general.scss */
.premium-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(59, 130, 246, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

/* Hero Section */
/* line 24, app/assets/stylesheets/components/premium_general.scss */
.premium-hero {
  text-align: center;
  padding: 4rem 2rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  /* line 24, app/assets/stylesheets/components/premium_general.scss */
  .premium-hero {
    padding: 3rem 1rem;
  }
}

/* line 35, app/assets/stylesheets/components/premium_general.scss */
.premium-hero-content {
  max-width: 600px;
  margin: 0 auto;
}

/* line 40, app/assets/stylesheets/components/premium_general.scss */
.premium-logo {
  margin-bottom: 1.5rem;
}

/* line 43, app/assets/stylesheets/components/premium_general.scss */
.premium-logo i {
  font-size: 4rem;
  color: #FBBF24;
  filter: drop-shadow(0 4px 12px rgba(251, 191, 36, 0.3));
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {
  /* line 43, app/assets/stylesheets/components/premium_general.scss */
  .premium-logo i {
    font-size: 3.5rem;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* line 60, app/assets/stylesheets/components/premium_general.scss */
.premium-hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  /* line 60, app/assets/stylesheets/components/premium_general.scss */
  .premium-hero-title {
    font-size: 2rem;
  }
}

/* Pricing Section */
/* line 73, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-section {
  padding: 2rem 1rem 2rem;
  position: relative;
  z-index: 1;
}

/* line 79, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3.5rem;
}

@media (max-width: 768px) {
  /* line 79, app/assets/stylesheets/components/premium_general.scss */
  .premium-pricing-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

/* line 92, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-card {
  background: #1F2937;
  border-radius: 20px;
  padding: 2.5rem;
  position: relative;
  border: 1px solid #374151;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  color: #E5E7EB;
}

/* line 102, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* line 107, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-card.featured {
  border: 2px solid #3B82F6;
  box-shadow: 0 10px 40px rgba(59, 130, 246, 0.2);
}

/* line 111, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-card.featured:hover {
  box-shadow: 0 20px 60px rgba(59, 130, 246, 0.3);
}

/* line 117, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-card.monthly {
  background: #2A3140;
}

/* line 121, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-card.yearly {
  background: #1F2937;
}

/* line 125, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-card.lifetime {
  background: #2C2A40;
}

/* line 129, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-card.family {
  background: #2A403A;
}

/* line 133, app/assets/stylesheets/components/premium_general.scss */
.pricing-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #3B82F6;
  color: #ffffff;
  padding: 0.6rem 1.2rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(59, 130, 246, 0.3);
}

/* line 147, app/assets/stylesheets/components/premium_general.scss */
.pricing-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

/* line 152, app/assets/stylesheets/components/premium_general.scss */

/* line 162, app/assets/stylesheets/components/premium_general.scss */

/* line 167, app/assets/stylesheets/components/premium_general.scss */

/* line 171, app/assets/stylesheets/components/premium_general.scss */

/* line 176, app/assets/stylesheets/components/premium_general.scss */
.pricing-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

/* line 183, app/assets/stylesheets/components/premium_general.scss */
.pricing-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 0.5rem;
}

/* line 189, app/assets/stylesheets/components/premium_general.scss */
.pricing-price .currency {
  font-size: 1.1rem;
  color: #9CA3AF;
  margin-right: 0.3rem;
}

/* line 195, app/assets/stylesheets/components/premium_general.scss */
.pricing-price .amount {
  font-size: 3rem;
  font-weight: 800;
  color: #FFFFFF;
}

/* line 201, app/assets/stylesheets/components/premium_general.scss */
.pricing-price .period {
  font-size: 1.1rem;
  color: #9CA3AF;
  margin-left: 0.3rem;
}

/* line 208, app/assets/stylesheets/components/premium_general.scss */
.pricing-savings {
  background: rgba(59, 130, 246, 0.1);
  color: #3B82F6;
  padding: 0.3rem 0.8rem;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-block;
}

/* line 218, app/assets/stylesheets/components/premium_general.scss */
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0;
}

/* line 223, app/assets/stylesheets/components/premium_general.scss */
.pricing-features li {
  display: flex;
  align-items: center;
  padding: 0.6rem 0;
  color: #D1D5DB;
}

/* line 229, app/assets/stylesheets/components/premium_general.scss */
.pricing-features li i {
  color: #3B82F6;
  margin-right: 1rem;
  font-size: 1.1rem;
}

/* line 237, app/assets/stylesheets/components/premium_general.scss */
.pricing-btn {
  width: 100%;
  padding: 1.1rem;
  border: none;
  border-radius: 14px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  text-align: center;
  background: #3B82F6;
  color: white;
}

/* line 252, app/assets/stylesheets/components/premium_general.scss */
.pricing-btn:hover {
  background: #2563EB;
  transform: translateY(-2px);
}

/* line 257, app/assets/stylesheets/components/premium_general.scss */
.pricing-btn.lifetime-btn {
  background: #FBBF24;
  color: #111827;
}

/* line 261, app/assets/stylesheets/components/premium_general.scss */
.pricing-btn.lifetime-btn:hover {
  background: #F59E0B;
}

/* line 267, app/assets/stylesheets/components/premium_general.scss */
.renewal-text {
  text-align: center;
  font-size: 0.9rem;
  color: #9CA3AF;
  margin-top: 1.5rem;
}

/* Family Sharing Section */
/* line 275, app/assets/stylesheets/components/premium_general.scss */

/* line 281, app/assets/stylesheets/components/premium_general.scss */

/* line 292, app/assets/stylesheets/components/premium_general.scss */

/* line 302, app/assets/stylesheets/components/premium_general.scss */

/* line 308, app/assets/stylesheets/components/premium_general.scss */

/* line 315, app/assets/stylesheets/components/premium_general.scss */

/* line 321, app/assets/stylesheets/components/premium_general.scss */

/* line 326, app/assets/stylesheets/components/premium_general.scss */

/* line 331, app/assets/stylesheets/components/premium_general.scss */

/* Social Proof Section */
/* line 336, app/assets/stylesheets/components/premium_general.scss */
.social-proof-section {
  padding: 2rem 1rem;
  position: relative;
  z-index: 1;
}

/* line 342, app/assets/stylesheets/components/premium_general.scss */
.value-proposition {
  text-align: center;
  margin-bottom: 4rem;
}

/* line 347, app/assets/stylesheets/components/premium_general.scss */
.value-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #EC4899;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

/* line 357, app/assets/stylesheets/components/premium_general.scss */
.value-icon i {
  font-size: 2.5rem;
  color: white;
}

/* line 363, app/assets/stylesheets/components/premium_general.scss */
.value-proposition h2, .value-proposition .h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 1rem;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

/* line 371, app/assets/stylesheets/components/premium_general.scss */
.value-proposition p {
  font-size: 1.2rem;
  color: #D1D5DB;
}

/* Testimonials */
/* line 377, app/assets/stylesheets/components/premium_general.scss */
.testimonials-section {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
}

@media (max-width: 768px) {
  /* line 377, app/assets/stylesheets/components/premium_general.scss */
  .testimonials-section {
    grid-template-columns: 1fr;
  }
}

/* line 389, app/assets/stylesheets/components/premium_general.scss */
.testimonial-card {
  background: #1F2937;
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid #374151;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

/* line 397, app/assets/stylesheets/components/premium_general.scss */
.testimonial-card:hover {
  transform: translateY(-8px);
}

/* line 402, app/assets/stylesheets/components/premium_general.scss */
.stars {
  display: flex;
  gap: 0.3rem;
  margin-bottom: 1.5rem;
}

/* line 407, app/assets/stylesheets/components/premium_general.scss */
.stars i {
  color: #FBBF24;
  font-size: 1.4rem;
}

/* line 413, app/assets/stylesheets/components/premium_general.scss */
.testimonial-card h4, .testimonial-card .h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

/* line 420, app/assets/stylesheets/components/premium_general.scss */
.testimonial-card p {
  color: #D1D5DB;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* line 426, app/assets/stylesheets/components/premium_general.scss */
.reviewer {
  color: #9CA3AF;
  font-style: italic;
  font-weight: 600;
}

/* Support Section */
/* line 433, app/assets/stylesheets/components/premium_general.scss */
.support-section {
  padding: 4rem 1rem;
  position: relative;
  z-index: 1;
}

/* line 439, app/assets/stylesheets/components/premium_general.scss */
.support-card {
  max-width: 600px;
  margin: 0 auto;
  background: #1F2937;
  border-radius: 20px;
  padding: 2.5rem;
  text-align: center;
  border: 1px solid #374151;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
}

/* line 450, app/assets/stylesheets/components/premium_general.scss */
.support-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #8B5CF6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

/* line 460, app/assets/stylesheets/components/premium_general.scss */
.support-icon i {
  font-size: 2.5rem;
  color: white;
}

/* line 466, app/assets/stylesheets/components/premium_general.scss */
.support-card h3, .support-card .h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}

/* line 473, app/assets/stylesheets/components/premium_general.scss */
.support-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px) {
  /* line 473, app/assets/stylesheets/components/premium_general.scss */
  .support-links {
    flex-direction: row;
    justify-content: center;
  }
}

/* line 484, app/assets/stylesheets/components/premium_general.scss */
.support-link {
  color: #3B82F6;
  text-decoration: none;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
  border: 2px solid #3B82F6;
  border-radius: 10px;
  transition: all 0.3s ease;
}

/* line 493, app/assets/stylesheets/components/premium_general.scss */
.support-link:hover {
  background: #3B82F6;
  color: white;
}

/* Footer */
/* line 500, app/assets/stylesheets/components/premium_general.scss */
.premium-footer {
  padding: 3rem 1rem 2rem;
  position: relative;
  z-index: 1;
}

/* line 506, app/assets/stylesheets/components/premium_general.scss */
.premium-footer-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/* line 512, app/assets/stylesheets/components/premium_general.scss */
.restore-section {
  margin-bottom: 2.5rem;
}

/* line 515, app/assets/stylesheets/components/premium_general.scss */
.restore-section .restore-text {
  color: #D1D5DB;
  margin-right: 1rem;
  font-weight: 600;
}

/* line 521, app/assets/stylesheets/components/premium_general.scss */
.restore-section .restore-link {
  color: #3B82F6;
  text-decoration: none;
  font-weight: 700;
  background: none;
  border: none;
  cursor: pointer;
}

/* line 529, app/assets/stylesheets/components/premium_general.scss */
.restore-section .restore-link:hover {
  text-decoration: underline;
}

/* line 535, app/assets/stylesheets/components/premium_general.scss */
.premium-disclaimer {
  color: #9CA3AF;
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

/* line 542, app/assets/stylesheets/components/premium_general.scss */
.premium-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

/* line 549, app/assets/stylesheets/components/premium_general.scss */
.premium-legal-links a {
  color: #9CA3AF;
  text-decoration: none;
  font-size: 0.9rem;
}

/* line 554, app/assets/stylesheets/components/premium_general.scss */
.premium-legal-links a:hover {
  color: #E5E7EB;
  text-decoration: underline;
}

/* line 560, app/assets/stylesheets/components/premium_general.scss */
.premium-legal-links span {
  color: #4B5563;
}

/* Responsive Design */
@media (max-width: 640px) {
  /* line 567, app/assets/stylesheets/components/premium_general.scss */
  .premium-pricing-grid {
    padding: 0 0.5rem;
  }
  /* line 571, app/assets/stylesheets/components/premium_general.scss */
  .premium-pricing-card {
    padding: 2rem;
  }
  /* line 575, app/assets/stylesheets/components/premium_general.scss */
  .testimonials-section {
    padding: 0 0.5rem;
  }
  /* line 579, app/assets/stylesheets/components/premium_general.scss */
  .premium-legal-links {
    flex-direction: column;
    gap: 0.8rem;
  }
  /* line 583, app/assets/stylesheets/components/premium_general.scss */
  .premium-legal-links span {
    display: none;
  }
}

/* Features Section */
/* line 590, app/assets/stylesheets/components/premium_general.scss */
.premium-features-section {
  padding: 2rem 1rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

/* line 596, app/assets/stylesheets/components/premium_general.scss */
.premium-features-section .features-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

/* line 603, app/assets/stylesheets/components/premium_general.scss */
.premium-features-section .features-subtitle {
  font-size: 1rem;
  color: #D1D5DB;
  margin-bottom: 2rem;
}

/* line 609, app/assets/stylesheets/components/premium_general.scss */
.premium-features-section .premium-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  text-align: left;
}

/* line 618, app/assets/stylesheets/components/premium_general.scss */
.premium-features-section .premium-features-list li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #D1D5DB;
}

/* line 624, app/assets/stylesheets/components/premium_general.scss */
.premium-features-section .premium-features-list li i {
  color: #3B82F6;
  margin-right: 1rem;
  font-size: 1.2rem;
}

/* line 632, app/assets/stylesheets/components/premium_general.scss */
.premium-features-section .features-list-container {
  background: #111827;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid #374151;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* Premium Status Card (for Settings page) */
/* line 642, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card {
  background: linear-gradient(135deg, #FBBF24 0%, #F59E0B 100%);
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 24px rgba(251, 191, 36, 0.25);
  position: relative;
  overflow: hidden;
}

/* line 651, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10%, -10%);
  }
}

/* line 667, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-status-header {
  position: relative;
  z-index: 1;
  margin-bottom: 1.25rem;
}

/* line 673, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.15);
  padding: 0.5rem 1rem;
  border-radius: 24px;
  margin-bottom: 0.75rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

/* line 683, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-badge i {
  color: #FFFFFF;
  font-size: 1rem;
}

/* line 688, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-badge span {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 698, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-status-content .premium-status-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 0 0.5rem 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 706, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-status-content .premium-expiry {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  font-weight: 500;
}

/* line 715, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-status-content .premium-expiry i {
  font-size: 0.9rem;
  opacity: 0.9;
}

/* line 722, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-status-actions {
  position: relative;
  z-index: 1;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 729, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-status-actions .btn-manage-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.9rem 1.25rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

/* line 746, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-status-actions .btn-manage-plan:hover {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateX(4px);
}

/* line 752, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-status-actions .btn-manage-plan i {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

/* line 757, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-status-actions .btn-manage-plan:hover i {
  transform: translateX(4px);
}

@media (max-width: 640px) {
  /* line 642, app/assets/stylesheets/components/premium_general.scss */
  .premium-status-card {
    padding: 1.25rem;
  }
  /* line 767, app/assets/stylesheets/components/premium_general.scss */
  .premium-status-card .premium-status-content .premium-status-title {
    font-size: 1.2rem;
  }
  /* line 771, app/assets/stylesheets/components/premium_general.scss */
  .premium-status-card .premium-status-content .premium-expiry {
    font-size: 0.85rem;
  }
  /* line 776, app/assets/stylesheets/components/premium_general.scss */
  .premium-status-card .premium-badge {
    padding: 0.4rem 0.8rem;
  }
  /* line 779, app/assets/stylesheets/components/premium_general.scss */
  .premium-status-card .premium-badge i {
    font-size: 0.9rem;
  }
  /* line 783, app/assets/stylesheets/components/premium_general.scss */
  .premium-status-card .premium-badge span {
    font-size: 0.8rem;
  }
}

/* Modern Section Component Styles */
/* line 6, app/assets/stylesheets/components/modern_components.scss */
.modern-section-header {
  text-align: left;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 12, app/assets/stylesheets/components/modern_components.scss */

/* line 16, app/assets/stylesheets/components/modern_components.scss */

/* line 20, app/assets/stylesheets/components/modern_components.scss */

/* line 25, app/assets/stylesheets/components/modern_components.scss */

/* line 30, app/assets/stylesheets/components/modern_components.scss */

/* line 36, app/assets/stylesheets/components/modern_components.scss */
.modern-section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.25rem 0;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

/* line 44, app/assets/stylesheets/components/modern_components.scss */

/* line 48, app/assets/stylesheets/components/modern_components.scss */

/* line 52, app/assets/stylesheets/components/modern_components.scss */

/* line 58, app/assets/stylesheets/components/modern_components.scss */
.modern-section-subtitle {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

/* line 66, app/assets/stylesheets/components/modern_components.scss */

/* line 70, app/assets/stylesheets/components/modern_components.scss */

/* line 74, app/assets/stylesheets/components/modern_components.scss */

/* Glassmorphism Container Component Styles */
/* line 80, app/assets/stylesheets/components/modern_components.scss */
.glassmorphism-container {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 2rem;
  margin: 1.5rem 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  /* Blur Intensity Variants */
  /* Opacity Variants */
  /* Border Radius Variants */
  /* Padding Variants */
  /* Margin Variants */
}

/* line 90, app/assets/stylesheets/components/modern_components.scss */

/* line 94, app/assets/stylesheets/components/modern_components.scss */

/* line 98, app/assets/stylesheets/components/modern_components.scss */

/* line 103, app/assets/stylesheets/components/modern_components.scss */

/* line 107, app/assets/stylesheets/components/modern_components.scss */

/* line 111, app/assets/stylesheets/components/modern_components.scss */

/* line 116, app/assets/stylesheets/components/modern_components.scss */

/* line 120, app/assets/stylesheets/components/modern_components.scss */

/* line 124, app/assets/stylesheets/components/modern_components.scss */

/* line 128, app/assets/stylesheets/components/modern_components.scss */

/* line 133, app/assets/stylesheets/components/modern_components.scss */

/* line 137, app/assets/stylesheets/components/modern_components.scss */

/* line 141, app/assets/stylesheets/components/modern_components.scss */

/* line 146, app/assets/stylesheets/components/modern_components.scss */

/* line 150, app/assets/stylesheets/components/modern_components.scss */

/* line 154, app/assets/stylesheets/components/modern_components.scss */

/* Modern CTA Component Styles */
/* line 160, app/assets/stylesheets/components/modern_components.scss */
.modern-cta {
  display: block;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(37, 99, 235, 0.2) 100%);
  border: 1px solid rgba(59, 130, 246, 0.3);
  border-radius: 16px;
  padding: 1.25rem;
  margin-top: 1.5rem;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  /* Shimmer Effect */
  /* Color Scheme Variants */
  /* Size Variants */
}

/* line 175, app/assets/stylesheets/components/modern_components.scss */
.modern-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s;
}

/* line 186, app/assets/stylesheets/components/modern_components.scss */
.modern-cta:hover::before {
  left: 100%;
}

/* line 190, app/assets/stylesheets/components/modern_components.scss */
.modern-cta:hover {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3) 0%, rgba(37, 99, 235, 0.3) 100%);
  border-color: rgba(59, 130, 246, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.2);
  text-decoration: none;
  color: #ffffff;
}

/* line 199, app/assets/stylesheets/components/modern_components.scss */
.modern-cta:active {
  transform: translateY(0);
  box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3);
}

/* line 205, app/assets/stylesheets/components/modern_components.scss */

/* line 209, app/assets/stylesheets/components/modern_components.scss */

/* line 215, app/assets/stylesheets/components/modern_components.scss */

/* line 220, app/assets/stylesheets/components/modern_components.scss */

/* line 224, app/assets/stylesheets/components/modern_components.scss */

/* line 230, app/assets/stylesheets/components/modern_components.scss */

/* line 235, app/assets/stylesheets/components/modern_components.scss */

/* line 239, app/assets/stylesheets/components/modern_components.scss */

/* line 245, app/assets/stylesheets/components/modern_components.scss */

/* line 251, app/assets/stylesheets/components/modern_components.scss */

/* line 257, app/assets/stylesheets/components/modern_components.scss */

/* line 264, app/assets/stylesheets/components/modern_components.scss */
.modern-cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

/* line 272, app/assets/stylesheets/components/modern_components.scss */
.modern-cta-text {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* line 278, app/assets/stylesheets/components/modern_components.scss */
.modern-cta-title {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.25rem;
  letter-spacing: -0.01em;
}

/* line 285, app/assets/stylesheets/components/modern_components.scss */

/* line 289, app/assets/stylesheets/components/modern_components.scss */

/* line 294, app/assets/stylesheets/components/modern_components.scss */
.modern-cta-desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  line-height: 1.4;
}

/* line 300, app/assets/stylesheets/components/modern_components.scss */

/* line 304, app/assets/stylesheets/components/modern_components.scss */

/* line 309, app/assets/stylesheets/components/modern_components.scss */
.modern-cta-icon {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 1rem;
}

/* line 315, app/assets/stylesheets/components/modern_components.scss */

/* line 320, app/assets/stylesheets/components/modern_components.scss */

/* line 325, app/assets/stylesheets/components/modern_components.scss */
.modern-cta:hover .modern-cta-icon {
  transform: translateX(4px);
  color: #ffffff;
}

/* Modern Weather Overview Component Styles */
/* line 332, app/assets/stylesheets/components/modern_components.scss */
.weather-overview-section {
  /* Inherits glassmorphism-container styles */
}

/* line 336, app/assets/stylesheets/components/modern_components.scss */
.weather-overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

/* line 343, app/assets/stylesheets/components/modern_components.scss */
.weather-overview-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  /* Color variants for different card types */
}

/* line 353, app/assets/stylesheets/components/modern_components.scss */
.weather-overview-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* line 365, app/assets/stylesheets/components/modern_components.scss */
.weather-overview-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 370, app/assets/stylesheets/components/modern_components.scss */
.weather-overview-card:hover::before {
  opacity: 1;
}

/* line 376, app/assets/stylesheets/components/modern_components.scss */
.weather-overview-card.rain-card:hover {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(37, 99, 235, 0.1) 100%);
  box-shadow: 0 12px 32px rgba(59, 130, 246, 0.2);
}

/* line 381, app/assets/stylesheets/components/modern_components.scss */
.weather-overview-card.hot-card:hover {
  background: linear-gradient(135deg, rgba(251, 146, 60, 0.2) 0%, rgba(249, 115, 22, 0.1) 100%);
  box-shadow: 0 12px 32px rgba(251, 146, 60, 0.2);
}

/* line 386, app/assets/stylesheets/components/modern_components.scss */
.weather-overview-card.cold-card:hover {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.2) 0%, rgba(2, 132, 199, 0.1) 100%);
  box-shadow: 0 12px 32px rgba(14, 165, 233, 0.2);
}

/* line 391, app/assets/stylesheets/components/modern_components.scss */
.weather-overview-card.precipitation-card:hover {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.2) 0%, rgba(21, 128, 61, 0.1) 100%);
  box-shadow: 0 12px 32px rgba(34, 197, 94, 0.2);
}

/* line 397, app/assets/stylesheets/components/modern_components.scss */
.overview-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 0.75rem;
}

/* line 404, app/assets/stylesheets/components/modern_components.scss */
.overview-card-icon {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

/* line 409, app/assets/stylesheets/components/modern_components.scss */
.rain-card .overview-card-icon {
  color: rgba(59, 130, 246, 0.9);
}

/* line 413, app/assets/stylesheets/components/modern_components.scss */
.hot-card .overview-card-icon {
  color: rgba(251, 146, 60, 0.9);
}

/* line 417, app/assets/stylesheets/components/modern_components.scss */
.cold-card .overview-card-icon {
  color: rgba(14, 165, 233, 0.9);
}

/* line 421, app/assets/stylesheets/components/modern_components.scss */
.precipitation-card .overview-card-icon {
  color: rgba(34, 197, 94, 0.9);
}

/* line 425, app/assets/stylesheets/components/modern_components.scss */
.weather-overview-card:hover .overview-card-icon {
  transform: scale(1.1);
  filter: brightness(1.2);
}

/* line 431, app/assets/stylesheets/components/modern_components.scss */
.overview-card-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.2;
}

/* line 438, app/assets/stylesheets/components/modern_components.scss */
.overview-card-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0.75rem 0 0.5rem 0;
  line-height: 1.2;
  letter-spacing: -0.025em;
  min-height: 2rem;
  /* Consistent height for all cards */
  display: flex;
  align-items: center;
}

/* line 450, app/assets/stylesheets/components/modern_components.scss */
.overview-card-desc {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}

/* Modern Current Conditions Component Styles */
/* line 459, app/assets/stylesheets/components/modern_components.scss */
.current-conditions-section {
  /* Inherits glassmorphism-container styles */
}

/* line 463, app/assets/stylesheets/components/modern_components.scss */
.weather-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
  /* Ensure proper spacing on all screen sizes */
}

@media (max-width: 640px) {
  /* line 463, app/assets/stylesheets/components/modern_components.scss */
  .weather-details-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (min-width: 641px) and (max-width: 768px) {
  /* line 463, app/assets/stylesheets/components/modern_components.scss */
  .weather-details-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
  }
}

/* line 481, app/assets/stylesheets/components/modern_components.scss */
.weather-detail-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 1rem;
  /* Color variants for different condition types */
}

/* line 494, app/assets/stylesheets/components/modern_components.scss */
.weather-detail-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* line 506, app/assets/stylesheets/components/modern_components.scss */
.weather-detail-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 511, app/assets/stylesheets/components/modern_components.scss */
.weather-detail-card:hover::before {
  opacity: 1;
}

/* line 517, app/assets/stylesheets/components/modern_components.scss */
.weather-detail-card.condition-card:hover {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.15) 0%, rgba(79, 70, 229, 0.08) 100%);
  box-shadow: 0 10px 25px rgba(99, 102, 241, 0.15);
}

/* line 522, app/assets/stylesheets/components/modern_components.scss */
.weather-detail-card.wind-card:hover {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.15) 0%, rgba(2, 132, 199, 0.08) 100%);
  box-shadow: 0 10px 25px rgba(14, 165, 233, 0.15);
}

/* line 527, app/assets/stylesheets/components/modern_components.scss */
.weather-detail-card.humidity-card:hover {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(37, 99, 235, 0.08) 100%);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
}

/* line 532, app/assets/stylesheets/components/modern_components.scss */
.weather-detail-card.pressure-card:hover {
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.15) 0%, rgba(126, 34, 206, 0.08) 100%);
  box-shadow: 0 10px 25px rgba(147, 51, 234, 0.15);
}

/* line 537, app/assets/stylesheets/components/modern_components.scss */
.weather-detail-card.dew-card:hover {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.15) 0%, rgba(21, 128, 61, 0.08) 100%);
  box-shadow: 0 10px 25px rgba(34, 197, 94, 0.15);
}

/* line 542, app/assets/stylesheets/components/modern_components.scss */
.weather-detail-card.uv-card:hover {
  background: linear-gradient(135deg, rgba(251, 146, 60, 0.15) 0%, rgba(249, 115, 22, 0.08) 100%);
  box-shadow: 0 10px 25px rgba(251, 146, 60, 0.15);
}

/* line 547, app/assets/stylesheets/components/modern_components.scss */
.weather-detail-card.amplitude-card:hover {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.15) 0%, rgba(219, 39, 119, 0.08) 100%);
  box-shadow: 0 10px 25px rgba(236, 72, 153, 0.15);
}

/* line 553, app/assets/stylesheets/components/modern_components.scss */
.detail-card-icon {
  font-size: 1.75rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 567, app/assets/stylesheets/components/modern_components.scss */
.condition-card .detail-card-icon {
  color: rgba(99, 102, 241, 0.9);
  background: rgba(99, 102, 241, 0.1);
  border-color: rgba(99, 102, 241, 0.2);
}

/* line 573, app/assets/stylesheets/components/modern_components.scss */
.wind-card .detail-card-icon {
  color: rgba(14, 165, 233, 0.9);
  background: rgba(14, 165, 233, 0.1);
  border-color: rgba(14, 165, 233, 0.2);
}

/* line 579, app/assets/stylesheets/components/modern_components.scss */
.humidity-card .detail-card-icon {
  color: rgba(59, 130, 246, 0.9);
  background: rgba(59, 130, 246, 0.1);
  border-color: rgba(59, 130, 246, 0.2);
}

/* line 585, app/assets/stylesheets/components/modern_components.scss */
.pressure-card .detail-card-icon {
  color: rgba(147, 51, 234, 0.9);
  background: rgba(147, 51, 234, 0.1);
  border-color: rgba(147, 51, 234, 0.2);
}

/* line 591, app/assets/stylesheets/components/modern_components.scss */
.dew-card .detail-card-icon {
  color: rgba(34, 197, 94, 0.9);
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.2);
}

/* line 597, app/assets/stylesheets/components/modern_components.scss */
.uv-card .detail-card-icon {
  color: rgba(251, 146, 60, 0.9);
  background: rgba(251, 146, 60, 0.1);
  border-color: rgba(251, 146, 60, 0.2);
}

/* line 603, app/assets/stylesheets/components/modern_components.scss */
.amplitude-card .detail-card-icon {
  color: rgba(236, 72, 153, 0.9);
  background: rgba(236, 72, 153, 0.1);
  border-color: rgba(236, 72, 153, 0.2);
}

/* line 609, app/assets/stylesheets/components/modern_components.scss */
.weather-detail-card:hover .detail-card-icon {
  transform: scale(1.05);
  filter: brightness(1.1);
}

/* line 615, app/assets/stylesheets/components/modern_components.scss */
.detail-card-content {
  flex: 1;
  min-width: 0;
  /* Allows text to truncate if needed */
}

/* line 620, app/assets/stylesheets/components/modern_components.scss */
.detail-card-label {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  /* Allow text to wrap instead of truncating */
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  max-width: none;
  line-height: 1.1;
}

/* line 631, app/assets/stylesheets/components/modern_components.scss */
.detail-card-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.025em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

/* line 643, app/assets/stylesheets/components/modern_components.scss */
.wind-direction {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Responsive Design */
@media (max-width: 768px) {
  /* line 656, app/assets/stylesheets/components/modern_components.scss */
  .glassmorphism-container {
    padding: 1.5rem;
    margin: 1rem 0;
    border-radius: 20px;
  }
  /* line 662, app/assets/stylesheets/components/modern_components.scss */
  .modern-section-title {
    font-size: 1.5rem;
  }
  /* line 665, app/assets/stylesheets/components/modern_components.scss */
  /* line 669, app/assets/stylesheets/components/modern_components.scss */
  /* line 673, app/assets/stylesheets/components/modern_components.scss */
  /* line 678, app/assets/stylesheets/components/modern_components.scss */
  .modern-section-subtitle {
    font-size: 0.8rem;
  }
  /* line 681, app/assets/stylesheets/components/modern_components.scss */
  /* line 685, app/assets/stylesheets/components/modern_components.scss */
  /* line 690, app/assets/stylesheets/components/modern_components.scss */
  .modern-cta {
    padding: 1rem;
    border-radius: 12px;
  }
  /* line 694, app/assets/stylesheets/components/modern_components.scss */
  /* line 698, app/assets/stylesheets/components/modern_components.scss */
  /* line 704, app/assets/stylesheets/components/modern_components.scss */
  .modern-cta-title {
    font-size: 0.9rem;
  }
  /* line 707, app/assets/stylesheets/components/modern_components.scss */
  /* line 711, app/assets/stylesheets/components/modern_components.scss */
  /* line 716, app/assets/stylesheets/components/modern_components.scss */
  .modern-cta-desc {
    font-size: 0.8rem;
  }
  /* line 719, app/assets/stylesheets/components/modern_components.scss */
  /* line 723, app/assets/stylesheets/components/modern_components.scss */
  /* line 728, app/assets/stylesheets/components/modern_components.scss */
  .modern-cta-icon {
    font-size: 1rem;
    margin-left: 0.75rem;
  }
  /* line 732, app/assets/stylesheets/components/modern_components.scss */
  /* line 737, app/assets/stylesheets/components/modern_components.scss */
  /* Weather Overview responsive adjustments */
  /* line 744, app/assets/stylesheets/components/modern_components.scss */
  .weather-overview-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }
  /* line 750, app/assets/stylesheets/components/modern_components.scss */
  .weather-overview-card {
    padding: 1.25rem;
    border-radius: 12px;
  }
  /* line 754, app/assets/stylesheets/components/modern_components.scss */
  .weather-overview-card:hover {
    transform: translateY(-2px);
  }
  /* line 759, app/assets/stylesheets/components/modern_components.scss */
  .overview-card-icon {
    font-size: 1.25rem;
  }
  /* line 763, app/assets/stylesheets/components/modern_components.scss */
  .overview-card-title {
    font-size: 0.8rem;
  }
  /* line 767, app/assets/stylesheets/components/modern_components.scss */
  .overview-card-value {
    font-size: 1.25rem;
    min-height: 1.75rem;
  }
  /* line 772, app/assets/stylesheets/components/modern_components.scss */
  .overview-card-desc {
    font-size: 0.7rem;
  }
  /* Current Conditions responsive adjustments */
  /* line 777, app/assets/stylesheets/components/modern_components.scss */
  .weather-details-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  /* line 782, app/assets/stylesheets/components/modern_components.scss */
  .weather-detail-card {
    padding: 1.25rem;
    border-radius: 12px;
    min-height: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  /* line 790, app/assets/stylesheets/components/modern_components.scss */
  .weather-detail-card:hover {
    transform: translateY(-2px);
  }
  /* line 795, app/assets/stylesheets/components/modern_components.scss */
  .detail-card-icon {
    font-size: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
  }
  /* line 802, app/assets/stylesheets/components/modern_components.scss */
  .detail-card-content {
    flex: 1;
    min-width: 0;
    overflow: visible;
  }
  /* line 808, app/assets/stylesheets/components/modern_components.scss */
  .detail-card-label {
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
    /* Allow text to wrap instead of truncating */
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    max-width: none;
    line-height: 1.1;
  }
  /* line 819, app/assets/stylesheets/components/modern_components.scss */
  .detail-card-value {
    font-size: 1.125rem;
    min-height: auto;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  /* line 827, app/assets/stylesheets/components/modern_components.scss */
  .wind-direction {
    font-size: 0.75rem;
    padding: 0.125rem 0.375rem;
  }
}

/* Additional responsive styles for very small screens */
@media (max-width: 480px) {
  /* line 835, app/assets/stylesheets/components/modern_components.scss */
  .glassmorphism-container {
    padding: 1rem;
    margin: 0.75rem;
    border-radius: 16px;
  }
  /* line 841, app/assets/stylesheets/components/modern_components.scss */
  .weather-details-grid {
    gap: 0.75rem;
    margin-top: 1rem;
  }
  /* line 846, app/assets/stylesheets/components/modern_components.scss */
  .weather-detail-card {
    padding: 1rem;
    border-radius: 12px;
    gap: 0.75rem;
  }
  /* line 851, app/assets/stylesheets/components/modern_components.scss */
  .weather-detail-card:hover {
    transform: translateY(-1px);
  }
  /* line 856, app/assets/stylesheets/components/modern_components.scss */
  .detail-card-icon {
    font-size: 1.125rem;
    width: 2.25rem;
    height: 2.25rem;
  }
  /* line 862, app/assets/stylesheets/components/modern_components.scss */
  .detail-card-label {
    font-size: 0.7rem;
    margin-bottom: 0.25rem;
    line-height: 1.1;
    /* Allow text to wrap instead of truncating */
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    max-width: none;
  }
  /* line 873, app/assets/stylesheets/components/modern_components.scss */
  .detail-card-value {
    font-size: 1rem;
    line-height: 1.2;
    gap: 0.375rem;
  }
  /* line 879, app/assets/stylesheets/components/modern_components.scss */
  .wind-direction {
    font-size: 0.7rem;
    padding: 0.125rem 0.25rem;
  }
  /* line 884, app/assets/stylesheets/components/modern_components.scss */
  .modern-section-title {
    font-size: 1.25rem;
  }
  /* line 888, app/assets/stylesheets/components/modern_components.scss */
  .modern-section-subtitle {
    font-size: 0.75rem;
  }
}

/* User Login Section Component Styles - Avatar Centered Design */
/* Avatar Centered Item */
/* line 896, app/assets/stylesheets/components/modern_components.scss */
.user-avatar-centered-item {
  padding: 32px 20px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* line 905, app/assets/stylesheets/components/modern_components.scss */
.avatar-centered-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 100%;
}

/* line 915, app/assets/stylesheets/components/modern_components.scss */
.avatar-centered-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* Large Avatar Styles */
/* line 924, app/assets/stylesheets/components/modern_components.scss */
.user-avatar-large {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* line 934, app/assets/stylesheets/components/modern_components.scss */
.user-avatar-placeholder-large {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  border: 3px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  letter-spacing: 1px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* line 952, app/assets/stylesheets/components/modern_components.scss */
.user-avatar-default-large {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.6);
  border: 3px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* line 967, app/assets/stylesheets/components/modern_components.scss */

/* Avatar Centered Content */
/* line 980, app/assets/stylesheets/components/modern_components.scss */
.avatar-centered-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  text-align: center;
}

/* User Profile Info (when logged in) */
/* line 991, app/assets/stylesheets/components/modern_components.scss */
.user-profile-info {
  text-align: center;
  margin-bottom: 8px;
}

/* line 996, app/assets/stylesheets/components/modern_components.scss */
.user-name-large {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 4px;
  letter-spacing: -0.025em;
}

/* line 1004, app/assets/stylesheets/components/modern_components.scss */
.user-email-large {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

/* User Actions (when logged in) */
/* line 1011, app/assets/stylesheets/components/modern_components.scss */
.user-actions-centered {
  margin-top: 4px;
}

/* line 1015, app/assets/stylesheets/components/modern_components.scss */
.logout-button-large {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 10px;
  color: rgba(239, 68, 68, 0.8);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

/* line 1029, app/assets/stylesheets/components/modern_components.scss */
.logout-button-large:hover {
  background: rgba(239, 68, 68, 0.15);
  border-color: rgba(239, 68, 68, 0.3);
  color: #ef4444;
  text-decoration: none;
  transform: translateY(-1px);
}

/* line 1037, app/assets/stylesheets/components/modern_components.scss */
.logout-button-large:active {
  transform: translateY(0);
}

/* line 1041, app/assets/stylesheets/components/modern_components.scss */
.logout-button-large i {
  font-size: 14px;
}

/* Login Actions (when not logged in) */
/* line 1047, app/assets/stylesheets/components/modern_components.scss */
.login-actions-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  text-align: center;
}

/* line 1057, app/assets/stylesheets/components/modern_components.scss */
.welcome-message {
  text-align: center;
  margin-bottom: 4px;
}

/* line 1062, app/assets/stylesheets/components/modern_components.scss */
.welcome-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 4px;
  letter-spacing: -0.025em;
}

/* line 1070, app/assets/stylesheets/components/modern_components.scss */
.welcome-description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

/* Auth Button Container */
/* line 1077, app/assets/stylesheets/components/modern_components.scss */
.auth-button-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 1083, app/assets/stylesheets/components/modern_components.scss */
.auth-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 1098, app/assets/stylesheets/components/modern_components.scss */
.auth-button-primary {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* line 1105, app/assets/stylesheets/components/modern_components.scss */
.auth-button-primary:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* line 1114, app/assets/stylesheets/components/modern_components.scss */
.auth-button-primary:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Single button styling for better prominence */
/* line 1121, app/assets/stylesheets/components/modern_components.scss */
.auth-button-single {
  min-width: 180px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.025em;
}

/* line 1128, app/assets/stylesheets/components/modern_components.scss */
.auth-button-single i {
  font-size: 16px;
}

/* line 4, app/assets/stylesheets/components/modern_landing.scss */
.modern-landing {
  width: 100%;
  overflow-x: hidden;
  --brand-primary: #EE9508;
  --brand-secondary: #E64A0F;
  --brand-hover: #CC7E06;
  --text-dark: #1a202c;
  --text-light: #718096;
  --text-white: #ffffff;
  --bg-white: #ffffff;
  --bg-light: #f7fafc;
  --bg-gradient: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-secondary) 100%);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --border-radius: 12px;
  --border-radius-lg: 16px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 28, app/assets/stylesheets/components/modern_landing.scss */
.hero-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 100vh;
  padding: 2rem;
  background: var(--bg-gradient);
  position: relative;
  overflow: hidden;
}

/* line 38, app/assets/stylesheets/components/modern_landing.scss */
.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  z-index: 1;
}

@media (max-width: 768px) {
  /* line 28, app/assets/stylesheets/components/modern_landing.scss */
  .hero-section {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
    padding: 1rem;
    text-align: center;
  }
}

/* line 60, app/assets/stylesheets/components/modern_landing.scss */
.hero-content {
  z-index: 2;
  position: relative;
}

@media (max-width: 768px) {
  /* line 60, app/assets/stylesheets/components/modern_landing.scss */
  .hero-content {
    order: 2;
  }
}

/* line 69, app/assets/stylesheets/components/modern_landing.scss */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--text-white);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

/* line 83, app/assets/stylesheets/components/modern_landing.scss */
.hero-badge i {
  font-size: 1rem;
}

/* line 88, app/assets/stylesheets/components/modern_landing.scss */
.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--text-white);
  line-height: 1.1;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}

@media (max-width: 768px) {
  /* line 88, app/assets/stylesheets/components/modern_landing.scss */
  .hero-title {
    font-size: 2.5rem;
  }
}

/* line 101, app/assets/stylesheets/components/modern_landing.scss */
.hero-highlight {
  background: linear-gradient(135deg, #ffd700 0%, #ffa500 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* line 109, app/assets/stylesheets/components/modern_landing.scss */
.hero-description {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 600px;
}

@media (max-width: 768px) {
  /* line 109, app/assets/stylesheets/components/modern_landing.scss */
  .hero-description {
    font-size: 1.125rem;
  }
}

/* line 121, app/assets/stylesheets/components/modern_landing.scss */
.hero-actions {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  /* line 121, app/assets/stylesheets/components/modern_landing.scss */
  .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
}

/* line 132, app/assets/stylesheets/components/modern_landing.scss */
.hero-actions .store-button-hero {
  min-width: 180px;
}

@media (max-width: 768px) {
  /* line 132, app/assets/stylesheets/components/modern_landing.scss */
  .hero-actions .store-button-hero {
    width: 100%;
    max-width: 280px;
  }
}

/* line 140, app/assets/stylesheets/components/modern_landing.scss */
.hero-actions .store-button-hero i {
  font-size: 1.25rem;
}

/* line 146, app/assets/stylesheets/components/modern_landing.scss */
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: var(--border-radius);
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

/* line 159, app/assets/stylesheets/components/modern_landing.scss */
.cta-button.primary {
  background: var(--text-white);
  color: var(--brand-primary);
  box-shadow: var(--shadow-lg);
}

/* line 164, app/assets/stylesheets/components/modern_landing.scss */
.cta-button.primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-xl);
  color: var(--brand-hover);
}

/* line 171, app/assets/stylesheets/components/modern_landing.scss */
.cta-button.secondary {
  background: rgba(255, 255, 255, 0.1);
  color: var(--text-white);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

/* line 177, app/assets/stylesheets/components/modern_landing.scss */
.cta-button.secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

/* line 183, app/assets/stylesheets/components/modern_landing.scss */
.cta-button.large {
  padding: 1.25rem 2.5rem;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  /* line 146, app/assets/stylesheets/components/modern_landing.scss */
  .cta-button {
    justify-content: center;
    width: 100%;
    max-width: 280px;
  }
}

/* line 195, app/assets/stylesheets/components/modern_landing.scss */
.hero-stats {
  display: flex;
  gap: 2rem;
}

@media (max-width: 768px) {
  /* line 195, app/assets/stylesheets/components/modern_landing.scss */
  .hero-stats {
    justify-content: center;
    gap: 1.5rem;
  }
}

/* line 205, app/assets/stylesheets/components/modern_landing.scss */
.stat-item {
  display: flex;
  flex-direction: column;
}

/* line 209, app/assets/stylesheets/components/modern_landing.scss */
.stat-item .stat-number {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--text-white);
}

/* line 215, app/assets/stylesheets/components/modern_landing.scss */
.stat-item .stat-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}

/* line 221, app/assets/stylesheets/components/modern_landing.scss */
.hero-visual {
  z-index: 2;
  position: relative;
}

@media (max-width: 768px) {
  /* line 221, app/assets/stylesheets/components/modern_landing.scss */
  .hero-visual {
    order: 1;
  }
}

/* line 230, app/assets/stylesheets/components/modern_landing.scss */
.hero-video {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-xl);
  position: relative;
  z-index: 2;
}

/* line 239, app/assets/stylesheets/components/modern_landing.scss */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(238, 149, 8, 0.1), rgba(230, 74, 15, 0.1));
  border-radius: var(--border-radius-lg);
  z-index: 3;
  pointer-events: none;
}

/* line 252, app/assets/stylesheets/components/modern_landing.scss */
.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

@media (max-width: 768px) {
  /* line 252, app/assets/stylesheets/components/modern_landing.scss */
  .section-container {
    padding: 0 1rem;
  }
}

/* line 262, app/assets/stylesheets/components/modern_landing.scss */
.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  /* line 262, app/assets/stylesheets/components/modern_landing.scss */
  .section-header {
    margin-bottom: 3rem;
  }
}

/* line 271, app/assets/stylesheets/components/modern_landing.scss */
.section-badge {
  display: inline-block;
  background: var(--bg-gradient);
  color: var(--text-white);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* line 282, app/assets/stylesheets/components/modern_landing.scss */
.section-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  /* line 282, app/assets/stylesheets/components/modern_landing.scss */
  .section-title {
    font-size: 2rem;
  }
}

/* line 294, app/assets/stylesheets/components/modern_landing.scss */
.title-highlight {
  background: var(--bg-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* line 302, app/assets/stylesheets/components/modern_landing.scss */
.section-description {
  font-size: 1.125rem;
  color: var(--text-light);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

/* line 311, app/assets/stylesheets/components/modern_landing.scss */
.reviews-section {
  padding: 5rem 0;
  background: var(--bg-white);
}

/* line 316, app/assets/stylesheets/components/modern_landing.scss */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  /* line 316, app/assets/stylesheets/components/modern_landing.scss */
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* line 328, app/assets/stylesheets/components/modern_landing.scss */
.review-card {
  background: var(--bg-white);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: var(--border-radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}

/* line 336, app/assets/stylesheets/components/modern_landing.scss */
.review-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

/* line 342, app/assets/stylesheets/components/modern_landing.scss */
.review-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

/* line 349, app/assets/stylesheets/components/modern_landing.scss */
.reviewer-avatar {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background: var(--bg-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  font-size: 1.25rem;
}

/* line 362, app/assets/stylesheets/components/modern_landing.scss */
.reviewer-info {
  flex: 1;
}

/* line 365, app/assets/stylesheets/components/modern_landing.scss */
.reviewer-info .reviewer-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0 0 0.25rem 0;
}

/* line 372, app/assets/stylesheets/components/modern_landing.scss */
.reviewer-info .reviewer-role {
  font-size: 0.875rem;
  color: var(--text-light);
  margin: 0;
}

/* line 379, app/assets/stylesheets/components/modern_landing.scss */
.review-rating {
  flex-shrink: 0;
  display: flex;
  gap: 0.125rem;
}

/* line 384, app/assets/stylesheets/components/modern_landing.scss */
.review-rating i {
  color: #ffd700;
  font-size: 0.875rem;
}

/* line 390, app/assets/stylesheets/components/modern_landing.scss */
.review-text {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-dark);
  font-style: italic;
  margin: 0 0 1.5rem 0;
  padding: 0;
  border: none;
}

/* line 399, app/assets/stylesheets/components/modern_landing.scss */
.review-text::before {
  content: '"';
  font-size: 2rem;
  color: var(--brand-primary);
  line-height: 1;
  margin-right: 0.25rem;
}

/* line 407, app/assets/stylesheets/components/modern_landing.scss */
.review-text::after {
  content: '"';
  font-size: 2rem;
  color: var(--brand-primary);
  line-height: 1;
  margin-left: 0.25rem;
}

/* line 416, app/assets/stylesheets/components/modern_landing.scss */
.review-feature {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(238, 149, 8, 0.1);
  color: var(--brand-primary);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 427, app/assets/stylesheets/components/modern_landing.scss */
.review-feature i {
  font-size: 1rem;
}

/* line 432, app/assets/stylesheets/components/modern_landing.scss */
.reviews-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

@media (max-width: 768px) {
  /* line 432, app/assets/stylesheets/components/modern_landing.scss */
  .reviews-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

/* line 443, app/assets/stylesheets/components/modern_landing.scss */
.stat-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--bg-light);
  padding: 1.5rem;
  border-radius: var(--border-radius);
  transition: var(--transition);
}

/* line 452, app/assets/stylesheets/components/modern_landing.scss */
.stat-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* line 458, app/assets/stylesheets/components/modern_landing.scss */
.stat-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background: var(--bg-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  font-size: 1.25rem;
}

/* line 471, app/assets/stylesheets/components/modern_landing.scss */
.stat-content {
  display: flex;
  flex-direction: column;
}

/* line 475, app/assets/stylesheets/components/modern_landing.scss */
.stat-content .stat-number {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1;
}

/* line 482, app/assets/stylesheets/components/modern_landing.scss */
.stat-content .stat-label {
  font-size: 0.875rem;
  color: var(--text-light);
  margin-top: 0.25rem;
}

/* line 490, app/assets/stylesheets/components/modern_landing.scss */
.features-section {
  padding: 5rem 0;
  background: var(--bg-light);
}

/* line 495, app/assets/stylesheets/components/modern_landing.scss */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

@media (max-width: 768px) {
  /* line 495, app/assets/stylesheets/components/modern_landing.scss */
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* line 506, app/assets/stylesheets/components/modern_landing.scss */
.feature-card {
  background: var(--bg-white);
  border-radius: var(--border-radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

/* line 517, app/assets/stylesheets/components/modern_landing.scss */
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

/* line 521, app/assets/stylesheets/components/modern_landing.scss */
.feature-card:hover .feature-arrow {
  transform: translateX(4px);
}

/* line 527, app/assets/stylesheets/components/modern_landing.scss */
.feature-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

/* line 537, app/assets/stylesheets/components/modern_landing.scss */

/* line 542, app/assets/stylesheets/components/modern_landing.scss */
.feature-icon.warning {
  background: var(--bg-gradient);
  color: var(--text-white);
}

/* line 547, app/assets/stylesheets/components/modern_landing.scss */
.feature-icon.success {
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
  color: #16a34a;
}

/* line 552, app/assets/stylesheets/components/modern_landing.scss */
.feature-icon.info {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  color: #2563eb;
}

/* line 557, app/assets/stylesheets/components/modern_landing.scss */
.feature-icon.primary {
  background: linear-gradient(135deg, #ede9fe, #ddd6fe);
  color: #7c3aed;
}

/* line 562, app/assets/stylesheets/components/modern_landing.scss */
.feature-icon.secondary {
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
  color: #64748b;
}

/* line 568, app/assets/stylesheets/components/modern_landing.scss */
.feature-content {
  flex: 1;
}

/* line 571, app/assets/stylesheets/components/modern_landing.scss */
.feature-content .feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

/* line 578, app/assets/stylesheets/components/modern_landing.scss */
.feature-content .feature-description {
  color: var(--text-light);
  line-height: 1.5;
  margin: 0;
}

/* line 585, app/assets/stylesheets/components/modern_landing.scss */
.feature-arrow {
  flex-shrink: 0;
  color: var(--brand-primary);
  transition: var(--transition);
  margin-top: 0.25rem;
}

/* line 593, app/assets/stylesheets/components/modern_landing.scss */
.pricing-section {
  padding: 5rem 0;
  background: var(--bg-white);
}

/* line 598, app/assets/stylesheets/components/modern_landing.scss */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  /* line 598, app/assets/stylesheets/components/modern_landing.scss */
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* line 610, app/assets/stylesheets/components/modern_landing.scss */
.pricing-card {
  background: var(--bg-white);
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: var(--border-radius-lg);
  padding: 2rem;
  position: relative;
  transition: var(--transition);
}

/* line 618, app/assets/stylesheets/components/modern_landing.scss */
.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

/* line 623, app/assets/stylesheets/components/modern_landing.scss */
.pricing-card.popular {
  border-color: var(--brand-primary);
  transform: scale(1.05);
  box-shadow: var(--shadow-lg);
}

/* line 628, app/assets/stylesheets/components/modern_landing.scss */
.pricing-card.popular:hover {
  transform: scale(1.05) translateY(-4px);
}

/* line 634, app/assets/stylesheets/components/modern_landing.scss */
.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-gradient);
  color: var(--text-white);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: var(--shadow-md);
}

/* line 651, app/assets/stylesheets/components/modern_landing.scss */
.pricing-header {
  text-align: center;
  margin-bottom: 2rem;
}

/* line 655, app/assets/stylesheets/components/modern_landing.scss */
.pricing-header .plan-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

/* line 662, app/assets/stylesheets/components/modern_landing.scss */
.pricing-header .plan-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

/* line 669, app/assets/stylesheets/components/modern_landing.scss */
.pricing-header .plan-price .price-currency {
  font-size: 1rem;
  color: var(--text-light);
}

/* line 674, app/assets/stylesheets/components/modern_landing.scss */
.pricing-header .plan-price .price-amount {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-dark);
}

/* line 680, app/assets/stylesheets/components/modern_landing.scss */
.pricing-header .plan-price .price-period {
  font-size: 1rem;
  color: var(--text-light);
}

/* line 686, app/assets/stylesheets/components/modern_landing.scss */
.pricing-header .plan-savings {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
  color: #16a34a;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
}

/* line 699, app/assets/stylesheets/components/modern_landing.scss */
.pricing-features {
  margin-bottom: 2rem;
}

/* line 702, app/assets/stylesheets/components/modern_landing.scss */
.pricing-features .feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 709, app/assets/stylesheets/components/modern_landing.scss */
.pricing-features .feature-item:last-child {
  border-bottom: none;
}

/* line 713, app/assets/stylesheets/components/modern_landing.scss */
.pricing-features .feature-item i {
  flex-shrink: 0;
  width: 1rem;
  text-align: center;
}

/* line 719, app/assets/stylesheets/components/modern_landing.scss */
.pricing-features .feature-item.included i {
  color: #16a34a;
}

/* line 723, app/assets/stylesheets/components/modern_landing.scss */

/* line 727, app/assets/stylesheets/components/modern_landing.scss */
.pricing-features .feature-item span {
  color: var(--text-dark);
  line-height: 1.4;
}

/* line 732, app/assets/stylesheets/components/modern_landing.scss */

/* line 739, app/assets/stylesheets/components/modern_landing.scss */

/* line 743, app/assets/stylesheets/components/modern_landing.scss */
.plan-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem 2rem;
  border-radius: var(--border-radius);
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

/* line 758, app/assets/stylesheets/components/modern_landing.scss */
.plan-button.free {
  background: var(--bg-light);
  color: var(--text-dark);
  border: 2px solid rgba(0, 0, 0, 0.1);
}

/* line 763, app/assets/stylesheets/components/modern_landing.scss */
.plan-button.free:hover {
  background: rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

/* line 769, app/assets/stylesheets/components/modern_landing.scss */
.plan-button.premium {
  background: var(--bg-gradient);
  color: var(--text-white);
  box-shadow: var(--shadow-md);
}

/* line 774, app/assets/stylesheets/components/modern_landing.scss */
.plan-button.premium:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

/* line 780, app/assets/stylesheets/components/modern_landing.scss */
.plan-button.popular {
  background: var(--text-dark);
  color: var(--text-white);
  box-shadow: var(--shadow-lg);
}

/* line 785, app/assets/stylesheets/components/modern_landing.scss */
.plan-button.popular:hover {
  background: #2d3748;
  transform: translateY(-2px);
  box-shadow: var(--shadow-xl);
}

/* line 793, app/assets/stylesheets/components/modern_landing.scss */
.pricing-guarantee {
  text-align: center;
}

/* line 796, app/assets/stylesheets/components/modern_landing.scss */
.pricing-guarantee .guarantee-content {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: var(--bg-light);
  padding: 1rem 2rem;
  border-radius: var(--border-radius);
}

/* line 804, app/assets/stylesheets/components/modern_landing.scss */
.pricing-guarantee .guarantee-content i {
  color: var(--brand-primary);
  font-size: 1.25rem;
}

/* line 809, app/assets/stylesheets/components/modern_landing.scss */
.pricing-guarantee .guarantee-content .guarantee-text {
  text-align: left;
}

/* line 812, app/assets/stylesheets/components/modern_landing.scss */
.pricing-guarantee .guarantee-content .guarantee-text strong {
  display: block;
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 0.25rem;
}

/* line 819, app/assets/stylesheets/components/modern_landing.scss */
.pricing-guarantee .guarantee-content .guarantee-text span {
  color: var(--text-light);
  font-size: 0.875rem;
}

/* line 828, app/assets/stylesheets/components/modern_landing.scss */
.final-cta-section {
  padding: 5rem 0;
  background: var(--bg-gradient);
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* line 835, app/assets/stylesheets/components/modern_landing.scss */
.final-cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}

/* line 848, app/assets/stylesheets/components/modern_landing.scss */
.cta-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}

@media (max-width: 768px) {
  /* line 848, app/assets/stylesheets/components/modern_landing.scss */
  .cta-content {
    padding: 0 1rem;
  }
}

/* line 860, app/assets/stylesheets/components/modern_landing.scss */
.cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-bottom: 2rem;
}

/* line 870, app/assets/stylesheets/components/modern_landing.scss */
.cta-icon i {
  font-size: 1.5rem;
  color: var(--text-white);
}

/* line 876, app/assets/stylesheets/components/modern_landing.scss */
.cta-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  /* line 876, app/assets/stylesheets/components/modern_landing.scss */
  .cta-title {
    font-size: 2rem;
  }
}

/* line 887, app/assets/stylesheets/components/modern_landing.scss */
.cta-description {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  /* line 887, app/assets/stylesheets/components/modern_landing.scss */
  .cta-description {
    font-size: 1.125rem;
  }
}

/* line 898, app/assets/stylesheets/components/modern_landing.scss */
.cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  /* line 898, app/assets/stylesheets/components/modern_landing.scss */
  .cta-actions {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
}

/* line 911, app/assets/stylesheets/components/modern_landing.scss */
.cta-actions .store-button {
  white-space: nowrap;
  min-width: 240px;
}

@media (max-width: 768px) {
  /* line 911, app/assets/stylesheets/components/modern_landing.scss */
  .cta-actions .store-button {
    width: 100%;
    max-width: 320px;
  }
}

/* line 920, app/assets/stylesheets/components/modern_landing.scss */
.cta-actions .store-button i {
  font-size: 1.5rem;
}

/* line 926, app/assets/stylesheets/components/modern_landing.scss */
.cta-social-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  /* line 926, app/assets/stylesheets/components/modern_landing.scss */
  .cta-social-proof {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* line 941, app/assets/stylesheets/components/modern_landing.scss */
.social-proof-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 946, app/assets/stylesheets/components/modern_landing.scss */
.social-proof-item .rating-stars {
  display: flex;
  gap: 0.125rem;
}

/* line 950, app/assets/stylesheets/components/modern_landing.scss */
.social-proof-item .rating-stars i {
  color: #ffd700;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  /* line 957, app/assets/stylesheets/components/modern_landing.scss */
  .social-proof-divider {
    display: none;
  }
}

/* line 964, app/assets/stylesheets/components/modern_landing.scss */
[data-aos] {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
}

/* line 970, app/assets/stylesheets/components/modern_landing.scss */

/* line 976, app/assets/stylesheets/components/modern_landing.scss */
[data-aos="fade-up"] {
  transform: translateY(30px);
}

/* line 981, app/assets/stylesheets/components/modern_landing.scss */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease-out;
}

/* line 996, app/assets/stylesheets/components/modern_landing.scss */
.loading-content {
  text-align: center;
  color: var(--text-white);
}

/* line 1000, app/assets/stylesheets/components/modern_landing.scss */
.loading-content p {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
}

/* line 1007, app/assets/stylesheets/components/modern_landing.scss */
.loading-spinner {
  width: 3rem;
  height: 3rem;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top: 3px solid var(--brand-primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1028, app/assets/stylesheets/components/modern_landing.scss */
.plan-button.selecting {
  transform: scale(0.95);
  transition: transform 0.1s ease-out;
}

/* line 1034, app/assets/stylesheets/components/modern_landing.scss */
.animate-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: all 0.6s ease-out;
}

@media (max-width: 480px) {
  /* line 1042, app/assets/stylesheets/components/modern_landing.scss */
  .hero-title {
    font-size: 2rem;
  }
  /* line 1046, app/assets/stylesheets/components/modern_landing.scss */
  .section-title {
    font-size: 1.75rem;
  }
  /* line 1050, app/assets/stylesheets/components/modern_landing.scss */
  .cta-title {
    font-size: 1.75rem;
  }
  /* line 1054, app/assets/stylesheets/components/modern_landing.scss */
  .pricing-card.popular {
    transform: none;
  }
  /* line 1057, app/assets/stylesheets/components/modern_landing.scss */
  .pricing-card.popular:hover {
    transform: translateY(-4px);
  }
}

/* line 1064, app/assets/stylesheets/components/modern_landing.scss */
.comparison-table-container {
  margin-bottom: 4rem;
  overflow-x: auto;
}

@media (max-width: 768px) {
  /* line 1064, app/assets/stylesheets/components/modern_landing.scss */
  .comparison-table-container {
    margin-bottom: 3rem;
  }
}

/* line 1073, app/assets/stylesheets/components/modern_landing.scss */
.comparison-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--bg-white);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

/* line 1084, app/assets/stylesheets/components/modern_landing.scss */
.comparison-table thead {
  background: var(--bg-light);
}

/* line 1087, app/assets/stylesheets/components/modern_landing.scss */
.comparison-table thead th {
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  color: var(--text-dark);
  text-align: left;
  font-size: 1rem;
}

/* line 1094, app/assets/stylesheets/components/modern_landing.scss */
.comparison-table thead th.feature-column {
  width: 50%;
}

/* line 1098, app/assets/stylesheets/components/modern_landing.scss */
.comparison-table thead th.plan-column {
  text-align: center;
  width: 25%;
}

/* line 1102, app/assets/stylesheets/components/modern_landing.scss */
.comparison-table thead th.plan-column.premium {
  background: var(--bg-gradient);
  color: var(--text-white);
  font-weight: 700;
}

/* line 1112, app/assets/stylesheets/components/modern_landing.scss */
.comparison-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 1115, app/assets/stylesheets/components/modern_landing.scss */
.comparison-table tbody tr:last-child {
  border-bottom: none;
}

/* line 1119, app/assets/stylesheets/components/modern_landing.scss */
.comparison-table tbody tr:hover {
  background: rgba(238, 149, 8, 0.02);
}

/* line 1124, app/assets/stylesheets/components/modern_landing.scss */
.comparison-table tbody td {
  padding: 1rem 1.5rem;
}

/* line 1127, app/assets/stylesheets/components/modern_landing.scss */
.comparison-table tbody td.feature-name {
  color: var(--text-dark);
  font-weight: 500;
}

/* line 1132, app/assets/stylesheets/components/modern_landing.scss */
.comparison-table tbody td.feature-value {
  text-align: center;
  color: var(--text-light);
}

/* line 1136, app/assets/stylesheets/components/modern_landing.scss */
.comparison-table tbody td.feature-value i {
  font-size: 1.25rem;
}

/* line 1140, app/assets/stylesheets/components/modern_landing.scss */
.comparison-table tbody td.feature-value strong {
  color: var(--brand-primary);
  font-weight: 600;
}

@media (max-width: 768px) {
  /* line 1073, app/assets/stylesheets/components/modern_landing.scss */
  .comparison-table {
    font-size: 0.875rem;
  }
  /* line 1151, app/assets/stylesheets/components/modern_landing.scss */
  .comparison-table thead th,
.comparison-table tbody td {
    padding: 0.75rem 1rem;
  }
}

/* line 1159, app/assets/stylesheets/components/modern_landing.scss */
.use-cases-section {
  margin: 4rem 0;
}

@media (max-width: 768px) {
  /* line 1159, app/assets/stylesheets/components/modern_landing.scss */
  .use-cases-section {
    margin: 3rem 0;
  }
}

/* line 1167, app/assets/stylesheets/components/modern_landing.scss */
.use-cases-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  /* line 1167, app/assets/stylesheets/components/modern_landing.scss */
  .use-cases-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

/* line 1180, app/assets/stylesheets/components/modern_landing.scss */
.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

@media (max-width: 768px) {
  /* line 1180, app/assets/stylesheets/components/modern_landing.scss */
  .use-cases-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* line 1191, app/assets/stylesheets/components/modern_landing.scss */
.use-case-card {
  background: var(--bg-white);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: var(--border-radius-lg);
  padding: 2rem;
  text-align: center;
  transition: var(--transition);
}

/* line 1199, app/assets/stylesheets/components/modern_landing.scss */
.use-case-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

/* line 1205, app/assets/stylesheets/components/modern_landing.scss */
.use-case-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  background: var(--bg-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1215, app/assets/stylesheets/components/modern_landing.scss */
.use-case-icon i {
  font-size: 1.75rem;
  color: var(--text-white);
}

/* line 1221, app/assets/stylesheets/components/modern_landing.scss */
.use-case-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

/* line 1228, app/assets/stylesheets/components/modern_landing.scss */
.use-case-description {
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-style: italic;
  padding: 0 0.5rem;
}

/* line 1236, app/assets/stylesheets/components/modern_landing.scss */
.use-case-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

/* line 1242, app/assets/stylesheets/components/modern_landing.scss */
.use-case-features .badge {
  background: rgba(238, 149, 8, 0.1);
  color: var(--brand-primary);
  padding: 0.375rem 0.75rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

/* line 1255, app/assets/stylesheets/components/modern_landing.scss */
.premium-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin: 4rem 0 3rem;
  padding: 3rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  /* line 1255, app/assets/stylesheets/components/modern_landing.scss */
  .premium-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin: 3rem 0 2rem;
    padding: 2rem 0;
  }
}

/* line 1271, app/assets/stylesheets/components/modern_landing.scss */
.premium-stats .stat-item {
  text-align: center;
}

/* line 1274, app/assets/stylesheets/components/modern_landing.scss */
.premium-stats .stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  background: var(--bg-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  /* line 1274, app/assets/stylesheets/components/modern_landing.scss */
  .premium-stats .stat-item .stat-number {
    font-size: 2rem;
  }
}

/* line 1289, app/assets/stylesheets/components/modern_landing.scss */
.premium-stats .stat-item .stat-label {
  font-size: 0.875rem;
  color: var(--text-light);
  line-height: 1.4;
}

@media (max-width: 768px) {
  /* line 1289, app/assets/stylesheets/components/modern_landing.scss */
  .premium-stats .stat-item .stat-label {
    font-size: 0.75rem;
  }
}

/* Earthquakes Page Styles */
/* line 2, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-page {
  padding: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* line 2, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-page {
    padding: 0.5rem 0.25rem;
  }
}

/* Mobile-first responsive containers */
@media (max-width: 768px) {
  /* line 14, app/assets/stylesheets/components/earthquakes_components.scss */
  
.earthquakes-list-container,
.earthquakes-advanced-filters {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
  }
}

/* City Info Card */
/* line 24, app/assets/stylesheets/components/earthquakes_components.scss */
.city-info-card {
  margin-bottom: 1.5rem;
}

/* line 28, app/assets/stylesheets/components/earthquakes_components.scss */
.city-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

/* line 35, app/assets/stylesheets/components/earthquakes_components.scss */
.city-info-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

/* line 42, app/assets/stylesheets/components/earthquakes_components.scss */
.city-icon {
  font-size: 2rem;
  color: #3b82f6;
  opacity: 0.8;
}

/* line 48, app/assets/stylesheets/components/earthquakes_components.scss */
.city-details {
  flex: 1;
}

/* line 52, app/assets/stylesheets/components/earthquakes_components.scss */
.city-name {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}

/* line 59, app/assets/stylesheets/components/earthquakes_components.scss */
.city-location {
  margin: 0.25rem 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

/* line 65, app/assets/stylesheets/components/earthquakes_components.scss */
.city-coordinates {
  margin-top: 0.5rem;
}

/* line 69, app/assets/stylesheets/components/earthquakes_components.scss */
.coordinate {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

/* line 81, app/assets/stylesheets/components/earthquakes_components.scss */
.premium-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
  border-radius: 1.5rem;
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

/* Earthquakes Map Component */
/* line 95, app/assets/stylesheets/components/earthquakes_components.scss */

/* line 99, app/assets/stylesheets/components/earthquakes_components.scss */

@media (max-width: 768px) {
  /* line 99, app/assets/stylesheets/components/earthquakes_components.scss */
}

/* line 110, app/assets/stylesheets/components/earthquakes_components.scss */

@media (max-width: 768px) {
  /* line 110, app/assets/stylesheets/components/earthquakes_components.scss */
}

/* line 123, app/assets/stylesheets/components/earthquakes_components.scss */

/* Leaflet Map Customizations */
/* line 131, app/assets/stylesheets/components/earthquakes_components.scss */

/* line 136, app/assets/stylesheets/components/earthquakes_components.scss */

/* line 143, app/assets/stylesheets/components/earthquakes_components.scss */

/* line 148, app/assets/stylesheets/components/earthquakes_components.scss */

/* line 153, app/assets/stylesheets/components/earthquakes_components.scss */
.leaflet-control-zoom {
  border: none !important;
  box-shadow: none !important;
}

/* line 158, app/assets/stylesheets/components/earthquakes_components.scss */
.leaflet-control-zoom a {
  background: rgba(0, 0, 0, 0.85) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: white !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 0.5rem !important;
  margin-bottom: 2px;
  transition: all 0.3s ease;
}

/* line 167, app/assets/stylesheets/components/earthquakes_components.scss */
.leaflet-control-zoom a:hover {
  background: rgba(0, 0, 0, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  transform: scale(1.05);
}

/* line 173, app/assets/stylesheets/components/earthquakes_components.scss */
.leaflet-control-zoom a:first-child {
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem !important;
}

/* line 177, app/assets/stylesheets/components/earthquakes_components.scss */
.leaflet-control-zoom a:last-child {
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem !important;
}

/* Map Loading State */
/* line 183, app/assets/stylesheets/components/earthquakes_components.scss */

/* line 198, app/assets/stylesheets/components/earthquakes_components.scss */
.loading-spinner {
  font-size: 3rem;
  margin-bottom: 1rem;
  opacity: 0.8;
}

/* line 204, app/assets/stylesheets/components/earthquakes_components.scss */
.loading-text {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* Error States */
/* line 210, app/assets/stylesheets/components/earthquakes_components.scss */
.error-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  text-align: center;
}

/* line 219, app/assets/stylesheets/components/earthquakes_components.scss */
.error-icon {
  font-size: 3rem;
  color: #ef4444;
  opacity: 0.8;
}

/* line 225, app/assets/stylesheets/components/earthquakes_components.scss */
.error-text {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* line 231, app/assets/stylesheets/components/earthquakes_components.scss */
.retry-btn {
  background: linear-gradient(135deg, #3b82f6, #1e40af);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 244, app/assets/stylesheets/components/earthquakes_components.scss */
.retry-btn:hover {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4);
}

/* line 250, app/assets/stylesheets/components/earthquakes_components.scss */
.retry-btn:active {
  transform: translateY(0);
}

/* Map Legend */
/* line 256, app/assets/stylesheets/components/earthquakes_components.scss */

@media (max-width: 768px) {
  /* line 256, app/assets/stylesheets/components/earthquakes_components.scss */
}

/* line 277, app/assets/stylesheets/components/earthquakes_components.scss */

@media (max-width: 768px) {
  /* line 277, app/assets/stylesheets/components/earthquakes_components.scss */
}

/* line 291, app/assets/stylesheets/components/earthquakes_components.scss */

/* line 297, app/assets/stylesheets/components/earthquakes_components.scss */
.legend-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  /* line 297, app/assets/stylesheets/components/earthquakes_components.scss */
  .legend-item {
    gap: 0.5rem;
    font-size: 0.7rem;
  }
}

/* line 309, app/assets/stylesheets/components/earthquakes_components.scss */

@media (max-width: 768px) {
  /* line 309, app/assets/stylesheets/components/earthquakes_components.scss */
}

/* line 323, app/assets/stylesheets/components/earthquakes_components.scss */

/* line 324, app/assets/stylesheets/components/earthquakes_components.scss */

/* line 325, app/assets/stylesheets/components/earthquakes_components.scss */

/* line 326, app/assets/stylesheets/components/earthquakes_components.scss */

/* Earthquakes List Component */
/* line 333, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-list-container {
  margin-bottom: 1.5rem;
}

/* line 337, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-list-wrapper {
  min-height: 400px;
}

/* List Loading/Empty States */
/* line 342, app/assets/stylesheets/components/earthquakes_components.scss */
.list-loading-state, .list-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  text-align: center;
}

/* line 351, app/assets/stylesheets/components/earthquakes_components.scss */
.list-loading-state {
  color: rgba(255, 255, 255, 0.8);
}

/* line 355, app/assets/stylesheets/components/earthquakes_components.scss */
.list-empty-state {
  color: rgba(255, 255, 255, 0.7);
}

/* line 359, app/assets/stylesheets/components/earthquakes_components.scss */
.empty-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
  opacity: 0.5;
}

/* line 365, app/assets/stylesheets/components/earthquakes_components.scss */
.empty-title {
  margin: 0 0 0.5rem 0;
  color: rgba(255, 255, 255, 0.9);
}

/* line 370, app/assets/stylesheets/components/earthquakes_components.scss */
.empty-description {
  margin: 0;
  font-size: 0.9rem;
}

/* List Header */
/* line 376, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  /* line 376, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-list-header {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
}

/* line 391, app/assets/stylesheets/components/earthquakes_components.scss */
.list-stats {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
}

/* line 398, app/assets/stylesheets/components/earthquakes_components.scss */
.stats-count {
  font-weight: 600;
  color: #3b82f6;
  font-size: 1.1rem;
}

/* Earthquakes List */
/* line 407, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Individual Earthquake Item (will be styled by JavaScript) */
/* line 414, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquake-item {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  /* Add separator between items */
  border-radius: 0.75rem;
  padding: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* line 424, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquake-item:hover {
  background: rgba(255, 255, 255, 0.12);
  /* Improved from 0.08 to 0.12 for better visual feedback */
  border-color: rgba(255, 255, 255, 0.25);
  /* Improved from 0.2 to 0.25 */
  border-bottom-color: rgba(255, 255, 255, 0.3);
  /* Enhanced separator on hover */
  transform: translateY(-2px);
  /* Slightly more pronounced hover effect */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  /* Add subtle shadow for depth */
}

/* line 432, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquake-item:active {
  transform: translateY(-1px);
  /* Pressed state */
}

@media (max-width: 768px) {
  /* line 414, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquake-item {
    padding: 0.5rem;
    border-radius: 0.5rem;
  }
}

/* line 442, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquake-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  /* line 442, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquake-header {
    gap: 0.5rem;
    margin-bottom: 0.25rem;
  }
}

/* line 454, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquake-magnitude {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1rem;
  color: white;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.3);
  /* Improved border visibility */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  /* Add depth with shadow */
  /* Improved magnitude colors with better contrast and saturation */
}

/* line 469, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquake-magnitude.magnitude-green {
  background: linear-gradient(135deg, #10b981, #059669);
  /* Gradient for depth */
  border-color: rgba(16, 185, 129, 0.5);
  /* Color-matched border */
}

/* line 474, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquake-magnitude.magnitude-yellow {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  border-color: rgba(245, 158, 11, 0.5);
}

/* line 479, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquake-magnitude.magnitude-orange {
  background: linear-gradient(135deg, #f97316, #ea580c);
  border-color: rgba(249, 115, 22, 0.5);
}

/* line 484, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquake-magnitude.magnitude-red {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  border-color: rgba(239, 68, 68, 0.5);
  box-shadow: 0 2px 12px rgba(239, 68, 68, 0.4);
  /* Enhanced shadow for critical events */
}

@media (max-width: 768px) {
  /* line 454, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquake-magnitude {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
}

/* line 497, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquake-info {
  flex: 1;
}

/* line 501, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquake-zone {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  line-height: 1.3;
}

@media (max-width: 768px) {
  /* line 501, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquake-zone {
    font-size: 0.85rem;
    margin-bottom: 0.15rem;
  }
}

/* line 514, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquake-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
  /* Improved from 0.7 to 0.85 for better contrast */
}

@media (max-width: 768px) {
  /* line 514, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquake-details {
    gap: 0.5rem;
    font-size: 0.75rem;
  }
}

/* line 527, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquake-detail {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
}

/* line 533, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquake-detail i {
  font-size: 0.8em;
  opacity: 0.9;
  /* Improved from 0.8 to 0.9 for better icon visibility */
  color: rgba(255, 255, 255, 0.85);
  /* Explicit color for better contrast */
}

/* List Pagination */
/* line 541, app/assets/stylesheets/components/earthquakes_components.scss */

@media (max-width: 768px) {
  /* line 541, app/assets/stylesheets/components/earthquakes_components.scss */
}

/* line 553, app/assets/stylesheets/components/earthquakes_components.scss */

@media (max-width: 768px) {
  /* line 553, app/assets/stylesheets/components/earthquakes_components.scss */
}

/* line 572, app/assets/stylesheets/components/earthquakes_components.scss */

@media (max-width: 768px) {
  /* line 572, app/assets/stylesheets/components/earthquakes_components.scss */
}

/* line 596, app/assets/stylesheets/components/earthquakes_components.scss */

@media (max-width: 768px) {
  /* line 596, app/assets/stylesheets/components/earthquakes_components.scss */
}

/* line 607, app/assets/stylesheets/components/earthquakes_components.scss */

@media (max-width: 768px) {
  /* line 607, app/assets/stylesheets/components/earthquakes_components.scss */
}

/* line 618, app/assets/stylesheets/components/earthquakes_components.scss */

/* line 623, app/assets/stylesheets/components/earthquakes_components.scss */

@media (max-width: 768px) {
  /* line 623, app/assets/stylesheets/components/earthquakes_components.scss */
}

/* line 637, app/assets/stylesheets/components/earthquakes_components.scss */
.page-info {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  /* line 637, app/assets/stylesheets/components/earthquakes_components.scss */
  .page-info {
    display: none;
  }
}

/* Mobile-specific pagination improvements */
@media (max-width: 768px) {
  /* line 649, app/assets/stylesheets/components/earthquakes_components.scss */
  /* line 653, app/assets/stylesheets/components/earthquakes_components.scss */
  /* line 657, app/assets/stylesheets/components/earthquakes_components.scss */
}

/* line 663, app/assets/stylesheets/components/earthquakes_components.scss */

/* Info Section */
/* line 668, app/assets/stylesheets/components/earthquakes_components.scss */

/* line 672, app/assets/stylesheets/components/earthquakes_components.scss */
.info-content {
  margin-top: 1.5rem;
}

/* line 676, app/assets/stylesheets/components/earthquakes_components.scss */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

/* line 683, app/assets/stylesheets/components/earthquakes_components.scss */
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  transition: all 0.3s ease;
}

/* line 693, app/assets/stylesheets/components/earthquakes_components.scss */
.info-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 698, app/assets/stylesheets/components/earthquakes_components.scss */
.info-item.premium-feature {
  border-color: rgba(139, 92, 246, 0.3);
  background: rgba(139, 92, 246, 0.1);
}

/* line 703, app/assets/stylesheets/components/earthquakes_components.scss */
.info-item.upgrade-cta {
  border-color: rgba(245, 158, 11, 0.3);
  background: rgba(245, 158, 11, 0.1);
  cursor: pointer;
}

/* line 708, app/assets/stylesheets/components/earthquakes_components.scss */
.info-item.upgrade-cta:hover {
  background: rgba(245, 158, 11, 0.2);
  border-color: rgba(245, 158, 11, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(245, 158, 11, 0.3);
}

/* line 717, app/assets/stylesheets/components/earthquakes_components.scss */
.info-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #3b82f6;
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* line 730, app/assets/stylesheets/components/earthquakes_components.scss */
.info-text h4, .info-text .h4 {
  margin: 0 0 0.5rem 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.1rem;
  font-weight: 600;
}

/* line 737, app/assets/stylesheets/components/earthquakes_components.scss */
.info-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* line 744, app/assets/stylesheets/components/earthquakes_components.scss */
.premium-upgrade-section {
  margin-top: 2rem;
  text-align: center;
}

/* Advanced Filters */
/* line 750, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters {
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(30, 41, 59, 0.95));
  border: 1px solid rgba(139, 92, 246, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

@media (max-width: 768px) {
  /* line 750, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 762, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filters-content {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  /* line 762, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filters-content {
    gap: 0;
  }
}

@media (max-width: 768px) {
  /* line 771, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filters-details {
    overflow-x: hidden;
  }
}

/* line 777, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filters-details[open] .filters-summary-toggle i {
  transform: rotate(180deg);
}

/* line 783, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filters-summary {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  /* line 783, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filters-summary {
    padding: 0;
  }
}

/* line 795, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filters-summary::-webkit-details-marker {
  display: none;
}

/* line 799, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filters-summary::marker {
  display: none;
}

/* line 803, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filters-summary:hover {
  background: rgba(139, 92, 246, 0.05);
}

/* line 808, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filters-summary-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
}

@media (max-width: 768px) {
  /* line 808, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filters-summary-header {
    padding: 1rem;
    gap: 0.75rem;
  }
}

/* line 820, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filters-summary-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(168, 85, 247, 0.15));
  border-radius: 12px;
  flex-shrink: 0;
  border: 1px solid rgba(139, 92, 246, 0.3);
}

@media (max-width: 768px) {
  /* line 820, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filters-summary-icon {
    width: 42px;
    height: 42px;
  }
}

/* line 836, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filters-summary-icon i {
  color: #a78bfa;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  /* line 836, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filters-summary-icon i {
    font-size: 1.1rem;
  }
}

/* line 846, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filters-summary-text {
  flex: 1;
}

/* line 850, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filters-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.3;
}

@media (max-width: 768px) {
  /* line 850, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filters-title {
    font-size: 1.1rem;
  }
}

/* line 862, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filters-subtitle {
  margin: 0.25rem 0 0 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.75);
  /* Improved from 0.6 to 0.75 for better readability */
  line-height: 1.4;
}

@media (max-width: 768px) {
  /* line 862, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filters-subtitle {
    font-size: 0.8rem;
  }
}

/* line 873, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filters-summary-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(139, 92, 246, 0.1);
  border-radius: 8px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 873, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filters-summary-toggle {
    width: 28px;
    height: 28px;
  }
}

/* line 888, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filters-summary-toggle i {
  color: #a78bfa;
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  /* line 888, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filters-summary-toggle i {
    font-size: 0.85rem;
  }
}

/* line 899, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filters-wrapper {
  padding: 0 1.25rem 1.25rem 1.25rem;
  animation: slideDown 0.3s ease;
  margin-top: 20px;
}

@media (max-width: 768px) {
  /* line 899, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filters-wrapper {
    padding: 0 1rem 1rem 1rem;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 920, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  /* line 920, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filters-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  /* line 920, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filters-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* line 938, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(139, 92, 246, 0.15);
  border-radius: 1rem;
  padding: 1.25rem;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  /* line 938, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filter-card {
    padding: 1rem;
    border-radius: 0.875rem;
  }
}

/* line 954, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #8b5cf6, #a78bfa);
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* line 966, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border-color: rgba(139, 92, 246, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.15);
}

/* line 972, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card:hover::before {
  opacity: 1;
}

/* line 977, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card:focus-within {
  border-color: rgba(139, 92, 246, 0.4);
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

/* line 982, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-card-header {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
  /* line 982, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filter-card .filter-card-header {
    margin-bottom: 1rem;
    gap: 0.75rem;
  }
}

/* line 993, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-card-header i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(168, 85, 247, 0.15));
  border-radius: 8px;
  color: #a78bfa;
  font-size: 1rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 993, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filter-card .filter-card-header i {
    width: 32px;
    height: 32px;
    font-size: 0.95rem;
  }
}

/* line 1012, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-card-header h3, .earthquakes-advanced-filters .filter-card .filter-card-header .h3 {
  color: rgba(255, 255, 255, 0.98);
  /* Improved from 0.95 for better readability */
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.01em;
}

@media (max-width: 768px) {
  /* line 1012, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filter-card .filter-card-header h3, .earthquakes-advanced-filters .filter-card .filter-card-header .h3 {
    font-size: 0.95rem;
  }
}

/* line 1025, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-inputs {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (max-width: 768px) {
  /* line 1025, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filter-card .filter-inputs {
    gap: 0.625rem;
  }
}

/* line 1034, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-inputs input {
  flex: 1;
  background: rgba(0, 0, 0, 0.3);
  border: 1.5px solid rgba(139, 92, 246, 0.2);
  border-radius: 0.625rem;
  padding: 0.75rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  /* line 1034, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filter-card .filter-inputs input {
    padding: 0.875rem;
    font-size: 1rem;
    min-height: 50px;
    border-radius: 0.75rem;
  }
}

/* line 1052, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-inputs input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

/* line 1057, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-inputs input:hover {
  border-color: rgba(139, 92, 246, 0.4);
  background: rgba(0, 0, 0, 0.4);
}

/* line 1062, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-inputs input:focus {
  border-color: #8b5cf6;
  outline: none;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.15);
  background: rgba(0, 0, 0, 0.5);
}

/* line 1069, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-inputs input[type="date"] {
  min-width: 140px;
}

@media (max-width: 768px) {
  /* line 1069, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filter-card .filter-inputs input[type="date"] {
    min-width: unset;
  }
}

/* line 1076, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-inputs input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.7;
  cursor: pointer;
}

/* line 1081, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-inputs input[type="date"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

/* line 1088, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-inputs .input-separator {
  color: rgba(139, 92, 246, 0.6);
  font-size: 0.875rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  /* line 1088, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filter-card .filter-inputs .input-separator {
    font-size: 0.95rem;
  }
}

/* line 1099, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-range {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

/* line 1104, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-range input[type="range"] {
  width: 100%;
  height: 8px;
  -webkit-appearance: none;
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.3), rgba(168, 85, 247, 0.2));
  border-radius: 4px;
  outline: none;
  transition: all 0.3s ease;
}

/* line 1113, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-range input[type="range"]:hover {
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.4), rgba(168, 85, 247, 0.3));
}

/* line 1117, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

/* line 1128, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-range input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.6);
}

/* line 1133, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-range input[type="range"]::-webkit-slider-thumb:active {
  transform: scale(1.05);
}

/* line 1138, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-range input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
  border-radius: 50%;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

/* line 1148, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-range input[type="range"]::-moz-range-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.6);
}

/* line 1153, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-range input[type="range"]::-moz-range-thumb:active {
  transform: scale(1.05);
}

/* line 1159, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-range .range-value {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  background: rgba(139, 92, 246, 0.15);
  border-radius: 0.5rem;
  border: 1px solid rgba(139, 92, 246, 0.25);
}

/* line 1169, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-range .range-value span {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  /* line 1169, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filter-card .filter-range .range-value span {
    font-size: 1.05rem;
  }
}

/* line 1179, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filter-card .filter-range .range-value .unit {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

/* line 1187, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .filters-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  margin: 0 -1.25rem -1.25rem -1.25rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  border-top: 1px solid rgba(139, 92, 246, 0.2);
}

@media (max-width: 768px) {
  /* line 1187, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .filters-footer {
    flex-direction: column-reverse;
    padding: 1rem;
    margin: 0 -1rem -1rem -1rem;
    gap: 1rem;
  }
}

/* line 1205, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .results-summary {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 768px) {
  /* line 1205, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .results-summary {
    justify-content: center;
    width: 100%;
  }
}

/* line 1216, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .results-summary .results-count {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 1rem;
  background: rgba(139, 92, 246, 0.15);
  border-radius: 0.625rem;
  border: 1px solid rgba(139, 92, 246, 0.25);
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  /* line 1216, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .results-summary .results-count {
    font-size: 0.95rem;
    padding: 0.75rem 1.25rem;
  }
}

/* line 1231, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .results-summary .results-count i {
  color: #a78bfa;
  font-size: 1rem;
}

/* line 1236, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .results-summary .results-count span {
  color: rgba(255, 255, 255, 0.9);
  /* Improved from 0.8 to 0.9 */
}

/* line 1240, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .results-summary .results-count .count {
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  min-width: 24px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 1240, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .results-summary .results-count .count {
    font-size: 1.15rem;
  }
}

/* line 1254, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .reset-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(168, 85, 247, 0.1));
  border: 1.5px solid rgba(139, 92, 246, 0.3);
  border-radius: 0.75rem;
  color: #a78bfa;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

@media (max-width: 768px) {
  /* line 1254, app/assets/stylesheets/components/earthquakes_components.scss */
  .earthquakes-advanced-filters .reset-button {
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
}

/* line 1276, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .reset-button i {
  font-size: 0.95rem;
  transition: transform 0.3s ease;
}

/* line 1281, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .reset-button:hover {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.25), rgba(168, 85, 247, 0.15));
  border-color: rgba(139, 92, 246, 0.5);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.3);
  color: #c4b5fd;
}

/* line 1288, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .reset-button:hover i {
  transform: rotate(-360deg);
}

/* line 1293, app/assets/stylesheets/components/earthquakes_components.scss */
.earthquakes-advanced-filters .reset-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.2);
}

/* Map Controls */
/* line 1301, app/assets/stylesheets/components/earthquakes_components.scss */

@media (max-width: 768px) {
  /* line 1301, app/assets/stylesheets/components/earthquakes_components.scss */
}

/* line 1317, app/assets/stylesheets/components/earthquakes_components.scss */

/* line 1332, app/assets/stylesheets/components/earthquakes_components.scss */

@media (max-width: 768px) {
  /* line 1317, app/assets/stylesheets/components/earthquakes_components.scss */
}

/* line 1344, app/assets/stylesheets/components/earthquakes_components.scss */

/* line 1347, app/assets/stylesheets/components/earthquakes_components.scss */

/* line 1352, app/assets/stylesheets/components/earthquakes_components.scss */

/* line 1357, app/assets/stylesheets/components/earthquakes_components.scss */

/* line 1362, app/assets/stylesheets/components/earthquakes_components.scss */

/* Filter Panel */
/* line 1373, app/assets/stylesheets/components/earthquakes_components.scss */

@media (max-width: 768px) {
  /* line 1373, app/assets/stylesheets/components/earthquakes_components.scss */
}

/* Native App Specific Styles */
/* Base native app styles */
/* line 4, app/assets/stylesheets/components/native_app.scss */
body.native-app {
  /* Remove web-specific elements that don't make sense in native */
  /* Adjust layout for native environment */
  /* Native-specific button styles */
  /* Native toast notifications */
}

/* line 6, app/assets/stylesheets/components/native_app.scss */
body.native-app .web-only-payment {
  display: none !important;
}

/* line 13, app/assets/stylesheets/components/native_app.scss */

/* line 19, app/assets/stylesheets/components/native_app.scss */
body.native-app .native-purchase-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 12px;
  color: white;
  font-weight: 600;
  padding: 16px 24px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

/* line 29, app/assets/stylesheets/components/native_app.scss */
body.native-app .native-purchase-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

/* line 34, app/assets/stylesheets/components/native_app.scss */
body.native-app .native-purchase-btn.loading {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* line 42, app/assets/stylesheets/components/native_app.scss */
body.native-app .toast {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 14px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

/* line 47, app/assets/stylesheets/components/native_app.scss */
body.native-app .toast .toast-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Premium page specific native styles */
/* line 57, app/assets/stylesheets/components/native_app.scss */
body.native-app-premium .premium-container {
  /* Remove unnecessary padding in native */
  padding-top: 0;
  /* Hide close button in native (handled by native navigation) */
}

/* line 62, app/assets/stylesheets/components/native_app.scss */
body.native-app-premium .premium-container .premium-close-button {
  display: none;
}

/* line 67, app/assets/stylesheets/components/native_app.scss */
body.native-app-premium .premium-pricing-card {
  /* Enhanced touch targets for mobile */
}

/* line 69, app/assets/stylesheets/components/native_app.scss */
body.native-app-premium .premium-pricing-card .pricing-btn {
  min-height: 48px;
  touch-action: manipulation;
  /* Native button appearance */
  -webkit-appearance: none;
  appearance: none;
  /* iOS specific styling */
  -webkit-border-radius: 12px;
}

/* line 80, app/assets/stylesheets/components/native_app.scss */
body.native-app-premium .premium-pricing-card .pricing-btn:active {
  transform: scale(0.98);
}

/* line 86, app/assets/stylesheets/components/native_app.scss */
body.native-app-premium .premium-restore-btn {
  /* Native restore button styling */
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 14px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

/* line 96, app/assets/stylesheets/components/native_app.scss */
body.native-app-premium .premium-restore-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.95);
}

/* Native-only elements (hidden in web) */
/* line 104, app/assets/stylesheets/components/native_app.scss */
.native-only {
  display: none;
}

/* line 108, app/assets/stylesheets/components/native_app.scss */
body.native-app .native-only {
  display: block;
}

/* Web-only elements (hidden in native) */
/* line 113, app/assets/stylesheets/components/native_app.scss */
body.native-app .web-only {
  display: none !important;
}

/* Loading states for native */
/* line 119, app/assets/stylesheets/components/native_app.scss */
body.native-app .loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

/* line 132, app/assets/stylesheets/components/native_app.scss */
body.native-app .loading-overlay .loading-content {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  color: white;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 141, app/assets/stylesheets/components/native_app.scss */
body.native-app .loading-overlay .loading-content .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 16px;
}

/* line 151, app/assets/stylesheets/components/native_app.scss */
body.native-app .loading-overlay .loading-content .loading-text {
  font-size: 16px;
  font-weight: 500;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Native purchase success/error states */
/* line 167, app/assets/stylesheets/components/native_app.scss */

/* line 173, app/assets/stylesheets/components/native_app.scss */

/* line 180, app/assets/stylesheets/components/native_app.scss */

/* line 187, app/assets/stylesheets/components/native_app.scss */

/* line 193, app/assets/stylesheets/components/native_app.scss */

/* line 200, app/assets/stylesheets/components/native_app.scss */

/* Native-specific animations */
/* line 208, app/assets/stylesheets/components/native_app.scss */
body.native-app {
  /* Native haptic feedback simulation with CSS */
}

/* line 209, app/assets/stylesheets/components/native_app.scss */
body.native-app .premium-feature-card,
body.native-app .premium-pricing-card {
  /* Enhanced animations for native feel */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 214, app/assets/stylesheets/components/native_app.scss */
body.native-app .premium-feature-card:active,
body.native-app .premium-pricing-card:active {
  transform: scale(0.98);
}

/* line 220, app/assets/stylesheets/components/native_app.scss */

/* line 224, app/assets/stylesheets/components/native_app.scss */

/* line 228, app/assets/stylesheets/components/native_app.scss */

@keyframes haptic-light {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.99);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes haptic-medium {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes haptic-heavy {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}

/* Dark mode adjustments for native */
@media (prefers-color-scheme: dark) {
  /* line 254, app/assets/stylesheets/components/native_app.scss */
  body.native-app .premium-container {
    background: #000;
  }
  /* line 258, app/assets/stylesheets/components/native_app.scss */
  body.native-app .premium-pricing-card {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
  }
  /* line 263, app/assets/stylesheets/components/native_app.scss */
  body.native-app .toast {
    background: rgba(0, 0, 0, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}

/* Safe area adjustments for notched devices */
/* line 272, app/assets/stylesheets/components/native_app.scss */
body.native-app .premium-header {
  padding-top: calc(env(safe-area-inset-top) + 20px);
}

/* line 276, app/assets/stylesheets/components/native_app.scss */
body.native-app .premium-footer {
  padding-bottom: calc(env(safe-area-inset-bottom) + 20px);
}

/* line 1, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 16, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 28, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 34, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 46, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 53, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 61, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 70, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 89, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 102, app/assets/stylesheets/components/welcome_onboarding.scss */

@keyframes gentle-pulse {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}

/* line 120, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 131, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 136, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 145, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 149, app/assets/stylesheets/components/welcome_onboarding.scss */

/* Progress bar visuals */
/* line 158, app/assets/stylesheets/components/welcome_onboarding.scss */
.progress-bar-bg {
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 166, app/assets/stylesheets/components/welcome_onboarding.scss */
.progress-bar-fill {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #4A90E2 0%, #357ABD 100%);
  transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(74, 144, 226, 0.3);
}

/* Ensure onboarding background shows up above other rules */
/* line 175, app/assets/stylesheets/components/welcome_onboarding.scss */

/* Buttons used as actions in controller */
/* line 180, app/assets/stylesheets/components/welcome_onboarding.scss */
.action-btn {
  -webkit-tap-highlight-color: transparent;
}

/* line 184, app/assets/stylesheets/components/welcome_onboarding.scss */
.onboarding-container {
  --font-family-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  --color-bg-grad-start: #1a1a2e;
  --color-bg-grad-mid: #16213e;
  --color-bg-grad-end: #0f0f23;
  --color-text-primary: #ffffff;
  --color-text-secondary: #a9a9d4;
  --color-primary: #4A90E2;
  --color-primary-dark: #357ABD;
  --color-glass-bg: rgba(255, 255, 255, 0.05);
  --color-glass-border: rgba(255, 255, 255, 0.15);
  --color-dot-inactive: rgba(255, 255, 255, 0.3);
  --border-radius-large: 28px;
  --border-radius-medium: 16px;
  --border-radius-small: 12px;
  height: 100vh !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 100vw !important;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, var(--color-bg-grad-start) 0%, var(--color-bg-grad-mid) 50%, var(--color-bg-grad-end) 100%);
  color: var(--color-text-primary);
  font-family: var(--font-family-sans);
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box !important;
}

/* line 220, app/assets/stylesheets/components/welcome_onboarding.scss */
.onboarding-step {
  display: none;
  min-height: 100vh;
  max-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem 2rem 1.5rem;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
}

/* line 237, app/assets/stylesheets/components/welcome_onboarding.scss */
.onboarding-step.active {
  display: flex;
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 768px) {
  /* line 220, app/assets/stylesheets/components/welcome_onboarding.scss */
  .onboarding-step {
    padding: 0.5rem 1rem 1.5rem 1rem;
    width: 100%;
    max-width: 100%;
  }
}

/* line 251, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 271, app/assets/stylesheets/components/welcome_onboarding.scss */
.hero-section {
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  /* line 271, app/assets/stylesheets/components/welcome_onboarding.scss */
  .hero-section {
    margin-bottom: 2rem;
  }
}

/* line 276, app/assets/stylesheets/components/welcome_onboarding.scss */

@media (max-width: 768px) {
  /* line 276, app/assets/stylesheets/components/welcome_onboarding.scss */
}

/* line 283, app/assets/stylesheets/components/welcome_onboarding.scss */
.app-icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-glass-bg);
  border-radius: var(--border-radius-large);
  border: 1px solid var(--color-glass-border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

@media (max-width: 768px) {
  /* line 283, app/assets/stylesheets/components/welcome_onboarding.scss */
  .app-icon {
    width: 100px;
    height: 100px;
    border-radius: 22px;
  }
}

/* line 302, app/assets/stylesheets/components/welcome_onboarding.scss */
.weather-icon-simple {
  font-size: 3.75rem;
  line-height: 1;
}

@media (max-width: 768px) {
  /* line 302, app/assets/stylesheets/components/welcome_onboarding.scss */
  .weather-icon-simple {
    font-size: 3.25rem;
  }
}

/* line 308, app/assets/stylesheets/components/welcome_onboarding.scss */

@media (max-width: 768px) {
  /* line 308, app/assets/stylesheets/components/welcome_onboarding.scss */
}

/* line 317, app/assets/stylesheets/components/welcome_onboarding.scss */

@media (max-width: 768px) {
  /* line 317, app/assets/stylesheets/components/welcome_onboarding.scss */
}

/* line 325, app/assets/stylesheets/components/welcome_onboarding.scss */
.value-proposition {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

/* line 332, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 345, app/assets/stylesheets/components/welcome_onboarding.scss */

@media (max-width: 768px) {
  /* line 332, app/assets/stylesheets/components/welcome_onboarding.scss */
}

/* line 356, app/assets/stylesheets/components/welcome_onboarding.scss */
.value-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 356, app/assets/stylesheets/components/welcome_onboarding.scss */
  .value-icon {
    font-size: 1.25rem;
  }
}

/* line 362, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 369, app/assets/stylesheets/components/welcome_onboarding.scss */

@media (max-width: 768px) {
  /* line 369, app/assets/stylesheets/components/welcome_onboarding.scss */
}

/* line 376, app/assets/stylesheets/components/welcome_onboarding.scss */

@media (max-width: 768px) {
  /* line 376, app/assets/stylesheets/components/welcome_onboarding.scss */
}

/* line 383, app/assets/stylesheets/components/welcome_onboarding.scss */

@media (max-width: 768px) {
  /* line 383, app/assets/stylesheets/components/welcome_onboarding.scss */
}

/* line 388, app/assets/stylesheets/components/welcome_onboarding.scss */

@media (max-width: 768px) {
  /* line 388, app/assets/stylesheets/components/welcome_onboarding.scss */
}

/* line 394, app/assets/stylesheets/components/welcome_onboarding.scss */
.permission-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--color-text-primary);
}

@media (max-width: 768px) {
  /* line 394, app/assets/stylesheets/components/welcome_onboarding.scss */
  .permission-title {
    font-size: 2rem;
  }
}

/* line 402, app/assets/stylesheets/components/welcome_onboarding.scss */

@media (max-width: 768px) {
  /* line 402, app/assets/stylesheets/components/welcome_onboarding.scss */
}

/* line 410, app/assets/stylesheets/components/welcome_onboarding.scss */

@media (max-width: 768px) {
  /* line 410, app/assets/stylesheets/components/welcome_onboarding.scss */
}

/* line 421, app/assets/stylesheets/components/welcome_onboarding.scss */
.benefit-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 768px) {
  /* line 421, app/assets/stylesheets/components/welcome_onboarding.scss */
  .benefit-item {
    gap: 0.75rem;
  }
}

/* line 428, app/assets/stylesheets/components/welcome_onboarding.scss */
 .notification-icon {
  font-size: 1.35rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 428, app/assets/stylesheets/components/welcome_onboarding.scss */
   .notification-icon {
    font-size: 1.2rem;
  }
}

/* line 434, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 436, app/assets/stylesheets/components/welcome_onboarding.scss */

@media (max-width: 768px) {
  /* line 436, app/assets/stylesheets/components/welcome_onboarding.scss */
}

/* line 443, app/assets/stylesheets/components/welcome_onboarding.scss */
.step-actions {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
  max-width: 380px;
  flex-shrink: 0;
}

/* line 452, app/assets/stylesheets/components/welcome_onboarding.scss */
.btn-primary, .btn-secondary, .btn-skip, .btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-medium);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 464, app/assets/stylesheets/components/welcome_onboarding.scss */
.btn-primary {
  padding: 1rem 2rem;
  background: var(--color-primary);
  color: var(--color-text-primary);
  border: none;
  font-size: 1.05rem;
  box-shadow: 0 4px 20px rgba(74, 144, 226, 0.3);
}

/* line 472, app/assets/stylesheets/components/welcome_onboarding.scss */
.btn-primary:hover:not(:disabled) {
  background: var(--color-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(74, 144, 226, 0.4);
}

/* line 478, app/assets/stylesheets/components/welcome_onboarding.scss */
.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  /* line 464, app/assets/stylesheets/components/welcome_onboarding.scss */
  .btn-primary {
    padding: 1rem 1.75rem;
    font-size: 1rem;
  }
}

/* line 482, app/assets/stylesheets/components/welcome_onboarding.scss */
.btn-secondary {
  padding: 1rem 2rem;
  background: var(--color-glass-bg);
  color: var(--color-text-secondary);
  border: 1px solid var(--color-glass-border);
  font-size: 1rem;
}

/* line 489, app/assets/stylesheets/components/welcome_onboarding.scss */
.btn-secondary:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-text-primary);
  border-color: rgba(255, 255, 255, 0.25);
}

@media (max-width: 768px) {
  /* line 482, app/assets/stylesheets/components/welcome_onboarding.scss */
  .btn-secondary {
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
  }
}

/* line 497, app/assets/stylesheets/components/welcome_onboarding.scss */
.btn-skip, .btn-back {
  padding: 0.75rem 1.25rem;
  background: transparent;
  color: var(--color-text-secondary);
  border: none;
  font-size: 0.95rem;
  font-weight: 500;
}

/* line 505, app/assets/stylesheets/components/welcome_onboarding.scss */
.btn-skip:hover:not(:disabled), .btn-back:hover:not(:disabled) {
  background: var(--color-glass-bg);
  color: var(--color-text-primary);
}

/* line 512, app/assets/stylesheets/components/welcome_onboarding.scss */
.progress-dots {
  display: flex;
  gap: 0.85rem;
  justify-content: center;
  margin: 1.5rem 0;
  z-index: 100;
  flex-shrink: 0;
  position: relative;
  bottom: 0;
}

@media (max-width: 768px) {
  /* line 512, app/assets/stylesheets/components/welcome_onboarding.scss */
  .progress-dots {
    margin: 1rem 0 1.5rem 0;
    gap: 0.6rem;
  }
}

/* line 528, app/assets/stylesheets/components/welcome_onboarding.scss */
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.8);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* line 537, app/assets/stylesheets/components/welcome_onboarding.scss */
.dot.active {
  background: #4A90E2;
  border-color: #4A90E2;
  transform: scale(1.3);
  box-shadow: 0 4px 16px rgba(74, 144, 226, 0.6);
}

@media (max-width: 768px) {
  /* line 528, app/assets/stylesheets/components/welcome_onboarding.scss */
  .dot {
    width: 8px;
    height: 8px;
    border-width: 1.5px;
  }
  /* line 549, app/assets/stylesheets/components/welcome_onboarding.scss */
  .dot.active {
    transform: scale(1.4);
  }
}

/* line 556, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 569, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 573, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 578, app/assets/stylesheets/components/welcome_onboarding.scss */
.loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

/* line 584, app/assets/stylesheets/components/welcome_onboarding.scss */
.loading-content p {
  margin: 0;
  font-size: 1.1rem;
  color: var(--color-text-secondary);
}

/* line 591, app/assets/stylesheets/components/welcome_onboarding.scss */
.loading-spinner {
  width: 44px;
  height: 44px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 606, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 619, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 632, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 643, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 649, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 655, app/assets/stylesheets/components/welcome_onboarding.scss */

/* line 660, app/assets/stylesheets/components/welcome_onboarding.scss */

@keyframes pulse-success {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes bounce-feedback {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(5px);
  }
}

/* line 678, app/assets/stylesheets/components/welcome_onboarding.scss */
.onboarding-container {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@supports (padding-top: env(safe-area-inset-top)) {
  /* line 678, app/assets/stylesheets/components/welcome_onboarding.scss */
  .onboarding-container {
    padding-top: calc(2rem + env(safe-area-inset-top)) !important;
    padding-bottom: calc(2rem + env(safe-area-inset-bottom)) !important;
    padding-left: env(safe-area-inset-left, 0) !important;
    padding-right: env(safe-area-inset-right, 0) !important;
  }
}

@media (max-height: 640px) {
  /* line 694, app/assets/stylesheets/components/welcome_onboarding.scss */
  /* line 700, app/assets/stylesheets/components/welcome_onboarding.scss */
  .hero-section {
    margin-bottom: 1.5rem;
  }
  /* line 701, app/assets/stylesheets/components/welcome_onboarding.scss */
   .permission-title {
    font-size: 1.8rem;
  }
  /* line 702, app/assets/stylesheets/components/welcome_onboarding.scss */
  .value-proposition {
    gap: 0.6rem;
  }
  /* line 703, app/assets/stylesheets/components/welcome_onboarding.scss */
  .step-actions {
    gap: 0.6rem;
    margin-top: 1.5rem;
  }
  /* line 705, app/assets/stylesheets/components/welcome_onboarding.scss */
  .progress-dots {
    margin: 0.75rem 0 1rem 0;
  }
}

@media (max-width: 375px) {
  /* line 712, app/assets/stylesheets/components/welcome_onboarding.scss */
  .onboarding-container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 717, app/assets/stylesheets/components/welcome_onboarding.scss */
  .onboarding-step {
    padding: 0.5rem 0.5rem 1rem 0.5rem;
  }
  /* line 721, app/assets/stylesheets/components/welcome_onboarding.scss */
  .progress-dots {
    margin: 0.5rem 0 1rem 0;
    gap: 0.5rem;
  }
}

/* line 1, app/assets/stylesheets/components/standard_header_component.scss */
.standard-header {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px;
  z-index: 100;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

/* line 9, app/assets/stylesheets/components/standard_header_component.scss */
.standard-header--sticky {
  position: sticky;
  top: 0;
}

/* line 14, app/assets/stylesheets/components/standard_header_component.scss */
.standard-header .header-content {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 22, app/assets/stylesheets/components/standard_header_component.scss */
.standard-header .back-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  text-decoration: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

/* line 37, app/assets/stylesheets/components/standard_header_component.scss */
.standard-header .back-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateX(-2px);
}

/* line 43, app/assets/stylesheets/components/standard_header_component.scss */
.standard-header .back-btn:active {
  transform: scale(0.95);
}

/* line 48, app/assets/stylesheets/components/standard_header_component.scss */
.standard-header .header-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 1.4rem;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

/* line 62, app/assets/stylesheets/components/standard_header_component.scss */

/* line 66, app/assets/stylesheets/components/standard_header_component.scss */

/* line 70, app/assets/stylesheets/components/standard_header_component.scss */
.standard-header .header-icon.hail-icon {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

/* line 74, app/assets/stylesheets/components/standard_header_component.scss */
.standard-header .header-icon.balance-icon {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

/* line 78, app/assets/stylesheets/components/standard_header_component.scss */
.standard-header .header-icon.aqi-icon {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
}

/* line 82, app/assets/stylesheets/components/standard_header_component.scss */
.standard-header .header-icon.storm-icon {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

/* line 86, app/assets/stylesheets/components/standard_header_component.scss */
.standard-header .header-icon.earthquake-icon {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

/* line 90, app/assets/stylesheets/components/standard_header_component.scss */

/* line 94, app/assets/stylesheets/components/standard_header_component.scss */
.standard-header .header-icon.premium-icon {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
}

/* line 99, app/assets/stylesheets/components/standard_header_component.scss */
.standard-header .header-info {
  flex: 1;
  min-width: 0;
}

/* line 104, app/assets/stylesheets/components/standard_header_component.scss */
.standard-header .header-title {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 116, app/assets/stylesheets/components/standard_header_component.scss */
.standard-header .header-subtitle {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  margin: 4px 0 0 0;
  line-height: 1.3;
  font-weight: 400;
}

/* line 124, app/assets/stylesheets/components/standard_header_component.scss */
.standard-header .header-info-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* line 139, app/assets/stylesheets/components/standard_header_component.scss */
.standard-header .header-info-btn:hover {
  background: rgba(59, 130, 246, 0.2);
  border-color: rgba(59, 130, 246, 0.4);
  color: #3b82f6;
  transform: scale(1.05);
}

/* line 146, app/assets/stylesheets/components/standard_header_component.scss */
.standard-header .header-info-btn:active {
  transform: scale(0.95);
}

@media (max-width: 640px) {
  /* line 1, app/assets/stylesheets/components/standard_header_component.scss */
  .standard-header {
    padding: 12px;
  }
  /* line 155, app/assets/stylesheets/components/standard_header_component.scss */
  .standard-header .header-content {
    gap: 10px;
  }
  /* line 159, app/assets/stylesheets/components/standard_header_component.scss */
  .standard-header .back-btn {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }
  /* line 165, app/assets/stylesheets/components/standard_header_component.scss */
  .standard-header .header-icon {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }
  /* line 171, app/assets/stylesheets/components/standard_header_component.scss */
  .standard-header .header-title {
    font-size: 1.2rem;
  }
  /* line 175, app/assets/stylesheets/components/standard_header_component.scss */
  .standard-header .header-subtitle {
    font-size: 0.8rem;
  }
  /* line 179, app/assets/stylesheets/components/standard_header_component.scss */
  .standard-header .header-info-btn {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/components/standard_header_component.scss */
  .standard-header {
    padding: 20px 24px;
  }
  /* line 189, app/assets/stylesheets/components/standard_header_component.scss */
  .standard-header .header-content {
    gap: 16px;
  }
  /* line 193, app/assets/stylesheets/components/standard_header_component.scss */
  .standard-header .header-title {
    font-size: 1.5rem;
  }
  /* line 197, app/assets/stylesheets/components/standard_header_component.scss */
  .standard-header .header-subtitle {
    font-size: 0.95rem;
  }
}

/* Premium Promotional Banner Styles - Flat Design */
/* line 2, app/assets/stylesheets/components/premium_banner.scss */
.premium-promo-banner {
  background: #7c3aed;
  -webkit-tap-highlight-color: transparent;
  /* Add this */
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
}

/* line 15, app/assets/stylesheets/components/premium_banner.scss */
.premium-promo-banner:hover {
  background: #7c3aed;
  text-decoration: none !important;
}

/* line 20, app/assets/stylesheets/components/premium_banner.scss */
.premium-promo-banner:visited {
  text-decoration: none !important;
}

/* line 24, app/assets/stylesheets/components/premium_banner.scss */
.premium-promo-banner:active {
  text-decoration: none !important;
}

/* line 28, app/assets/stylesheets/components/premium_banner.scss */
.premium-promo-content {
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  align-items: center !important;
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 15px !important;
  height: 100% !important;
  box-sizing: border-box !important;
  gap: 12px !important;
}

/* line 43, app/assets/stylesheets/components/premium_banner.scss */
.premium-promo-icon {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 51, app/assets/stylesheets/components/premium_banner.scss */
.premium-promo-text {
  color: white;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 59, app/assets/stylesheets/components/premium_banner.scss */
.premium-promo-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff;
  text-align: left;
}

/* line 67, app/assets/stylesheets/components/premium_banner.scss */
.premium-promo-description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  text-align: left;
}

/* line 74, app/assets/stylesheets/components/premium_banner.scss */
.premium-promo-action {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 80, app/assets/stylesheets/components/premium_banner.scss */
.premium-promo-btn {
  background: #fbbf24;
  color: #1f2937;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.8rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  display: inline-block;
  transition: all 0.2s ease;
}

/* line 97, app/assets/stylesheets/components/premium_banner.scss */
.premium-promo-btn:hover {
  background: #f59e0b;
  text-decoration: none;
  color: #1f2937;
}

/* Responsive Design */
@media (max-width: 640px) {
  /* line 105, app/assets/stylesheets/components/premium_banner.scss */
  .premium-promo-content {
    padding: 0 15px;
    gap: 12px;
  }
  /* line 110, app/assets/stylesheets/components/premium_banner.scss */
  .premium-promo-icon {
    font-size: 1.5rem;
  }
  /* line 114, app/assets/stylesheets/components/premium_banner.scss */
  .premium-promo-title {
    font-size: 1rem;
    margin-bottom: 2px;
  }
  /* line 119, app/assets/stylesheets/components/premium_banner.scss */
  .premium-promo-description {
    font-size: 0.8rem;
    line-height: 1.2;
  }
  /* line 124, app/assets/stylesheets/components/premium_banner.scss */
  .premium-promo-btn {
    font-size: 0.7rem;
    padding: 6px 12px;
  }
}

/* Para webviews de SwiftUI con altura muy pequeña (50px) */
@media (max-height: 60px) {
  /* line 132, app/assets/stylesheets/components/premium_banner.scss */
  .fullscreen-container {
    padding: 0 !important;
  }
  /* line 136, app/assets/stylesheets/components/premium_banner.scss */
  .premium-promo-banner {
    padding: 0 !important;
  }
  /* line 140, app/assets/stylesheets/components/premium_banner.scss */
  .premium-promo-content {
    padding: 0 8px !important;
    gap: 6px !important;
    min-height: 50px !important;
  }
  /* line 146, app/assets/stylesheets/components/premium_banner.scss */
  .premium-promo-icon {
    font-size: 1.2rem !important;
    margin: 0 !important;
  }
  /* line 151, app/assets/stylesheets/components/premium_banner.scss */
  .premium-promo-title {
    font-size: 0.85rem !important;
    margin-bottom: 0 !important;
    line-height: 1 !important;
  }
  /* line 157, app/assets/stylesheets/components/premium_banner.scss */
  .premium-promo-description {
    font-size: 0.65rem !important;
    line-height: 1 !important;
    margin: 0 !important;
  }
  /* line 163, app/assets/stylesheets/components/premium_banner.scss */
  .premium-promo-btn {
    font-size: 0.6rem !important;
    padding: 3px 6px !important;
    min-width: auto !important;
    white-space: nowrap !important;
  }
}

/* Premium General Page Styles */
/* line 2, app/assets/stylesheets/components/premium_general.scss */
.premium-container {
  min-height: 100vh;
  background: linear-gradient(135deg, #1F2937 0%, #111827 100%);
  position: relative;
  overflow-x: hidden;
}

/* line 8, app/assets/stylesheets/components/premium_general.scss */
.premium-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(59, 130, 246, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

/* Hero Section */
/* line 24, app/assets/stylesheets/components/premium_general.scss */
.premium-hero {
  text-align: center;
  padding: 4rem 2rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  /* line 24, app/assets/stylesheets/components/premium_general.scss */
  .premium-hero {
    padding: 3rem 1rem;
  }
}

/* line 35, app/assets/stylesheets/components/premium_general.scss */
.premium-hero-content {
  max-width: 600px;
  margin: 0 auto;
}

/* line 40, app/assets/stylesheets/components/premium_general.scss */
.premium-logo {
  margin-bottom: 1.5rem;
}

/* line 43, app/assets/stylesheets/components/premium_general.scss */
.premium-logo i {
  font-size: 4rem;
  color: #FBBF24;
  filter: drop-shadow(0 4px 12px rgba(251, 191, 36, 0.3));
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {
  /* line 43, app/assets/stylesheets/components/premium_general.scss */
  .premium-logo i {
    font-size: 3.5rem;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* line 60, app/assets/stylesheets/components/premium_general.scss */
.premium-hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  /* line 60, app/assets/stylesheets/components/premium_general.scss */
  .premium-hero-title {
    font-size: 2rem;
  }
}

/* Pricing Section */
/* line 73, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-section {
  padding: 2rem 1rem 2rem;
  position: relative;
  z-index: 1;
}

/* line 79, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3.5rem;
}

@media (max-width: 768px) {
  /* line 79, app/assets/stylesheets/components/premium_general.scss */
  .premium-pricing-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

/* line 92, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-card {
  background: #1F2937;
  border-radius: 20px;
  padding: 2.5rem;
  position: relative;
  border: 1px solid #374151;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  color: #E5E7EB;
}

/* line 102, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* line 107, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-card.featured {
  border: 2px solid #3B82F6;
  box-shadow: 0 10px 40px rgba(59, 130, 246, 0.2);
}

/* line 111, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-card.featured:hover {
  box-shadow: 0 20px 60px rgba(59, 130, 246, 0.3);
}

/* line 117, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-card.monthly {
  background: #2A3140;
}

/* line 121, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-card.yearly {
  background: #1F2937;
}

/* line 125, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-card.lifetime {
  background: #2C2A40;
}

/* line 129, app/assets/stylesheets/components/premium_general.scss */
.premium-pricing-card.family {
  background: #2A403A;
}

/* line 133, app/assets/stylesheets/components/premium_general.scss */
.pricing-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #3B82F6;
  color: #ffffff;
  padding: 0.6rem 1.2rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(59, 130, 246, 0.3);
}

/* line 147, app/assets/stylesheets/components/premium_general.scss */
.pricing-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

/* line 152, app/assets/stylesheets/components/premium_general.scss */

/* line 162, app/assets/stylesheets/components/premium_general.scss */

/* line 167, app/assets/stylesheets/components/premium_general.scss */

/* line 171, app/assets/stylesheets/components/premium_general.scss */

/* line 176, app/assets/stylesheets/components/premium_general.scss */
.pricing-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

/* line 183, app/assets/stylesheets/components/premium_general.scss */
.pricing-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 0.5rem;
}

/* line 189, app/assets/stylesheets/components/premium_general.scss */
.pricing-price .currency {
  font-size: 1.1rem;
  color: #9CA3AF;
  margin-right: 0.3rem;
}

/* line 195, app/assets/stylesheets/components/premium_general.scss */
.pricing-price .amount {
  font-size: 3rem;
  font-weight: 800;
  color: #FFFFFF;
}

/* line 201, app/assets/stylesheets/components/premium_general.scss */
.pricing-price .period {
  font-size: 1.1rem;
  color: #9CA3AF;
  margin-left: 0.3rem;
}

/* line 208, app/assets/stylesheets/components/premium_general.scss */
.pricing-savings {
  background: rgba(59, 130, 246, 0.1);
  color: #3B82F6;
  padding: 0.3rem 0.8rem;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-block;
}

/* line 218, app/assets/stylesheets/components/premium_general.scss */
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0;
}

/* line 223, app/assets/stylesheets/components/premium_general.scss */
.pricing-features li {
  display: flex;
  align-items: center;
  padding: 0.6rem 0;
  color: #D1D5DB;
}

/* line 229, app/assets/stylesheets/components/premium_general.scss */
.pricing-features li i {
  color: #3B82F6;
  margin-right: 1rem;
  font-size: 1.1rem;
}

/* line 237, app/assets/stylesheets/components/premium_general.scss */
.pricing-btn {
  width: 100%;
  padding: 1.1rem;
  border: none;
  border-radius: 14px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  text-align: center;
  background: #3B82F6;
  color: white;
}

/* line 252, app/assets/stylesheets/components/premium_general.scss */
.pricing-btn:hover {
  background: #2563EB;
  transform: translateY(-2px);
}

/* line 257, app/assets/stylesheets/components/premium_general.scss */
.pricing-btn.lifetime-btn {
  background: #FBBF24;
  color: #111827;
}

/* line 261, app/assets/stylesheets/components/premium_general.scss */
.pricing-btn.lifetime-btn:hover {
  background: #F59E0B;
}

/* line 267, app/assets/stylesheets/components/premium_general.scss */
.renewal-text {
  text-align: center;
  font-size: 0.9rem;
  color: #9CA3AF;
  margin-top: 1.5rem;
}

/* Family Sharing Section */
/* line 275, app/assets/stylesheets/components/premium_general.scss */

/* line 281, app/assets/stylesheets/components/premium_general.scss */

/* line 292, app/assets/stylesheets/components/premium_general.scss */

/* line 302, app/assets/stylesheets/components/premium_general.scss */

/* line 308, app/assets/stylesheets/components/premium_general.scss */

/* line 315, app/assets/stylesheets/components/premium_general.scss */

/* line 321, app/assets/stylesheets/components/premium_general.scss */

/* line 326, app/assets/stylesheets/components/premium_general.scss */

/* line 331, app/assets/stylesheets/components/premium_general.scss */

/* Social Proof Section */
/* line 336, app/assets/stylesheets/components/premium_general.scss */
.social-proof-section {
  padding: 2rem 1rem;
  position: relative;
  z-index: 1;
}

/* line 342, app/assets/stylesheets/components/premium_general.scss */
.value-proposition {
  text-align: center;
  margin-bottom: 4rem;
}

/* line 347, app/assets/stylesheets/components/premium_general.scss */
.value-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #EC4899;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

/* line 357, app/assets/stylesheets/components/premium_general.scss */
.value-icon i {
  font-size: 2.5rem;
  color: white;
}

/* line 363, app/assets/stylesheets/components/premium_general.scss */
.value-proposition h2, .value-proposition .h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 1rem;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

/* line 371, app/assets/stylesheets/components/premium_general.scss */
.value-proposition p {
  font-size: 1.2rem;
  color: #D1D5DB;
}

/* Testimonials */
/* line 377, app/assets/stylesheets/components/premium_general.scss */
.testimonials-section {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
}

@media (max-width: 768px) {
  /* line 377, app/assets/stylesheets/components/premium_general.scss */
  .testimonials-section {
    grid-template-columns: 1fr;
  }
}

/* line 389, app/assets/stylesheets/components/premium_general.scss */
.testimonial-card {
  background: #1F2937;
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid #374151;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

/* line 397, app/assets/stylesheets/components/premium_general.scss */
.testimonial-card:hover {
  transform: translateY(-8px);
}

/* line 402, app/assets/stylesheets/components/premium_general.scss */
.stars {
  display: flex;
  gap: 0.3rem;
  margin-bottom: 1.5rem;
}

/* line 407, app/assets/stylesheets/components/premium_general.scss */
.stars i {
  color: #FBBF24;
  font-size: 1.4rem;
}

/* line 413, app/assets/stylesheets/components/premium_general.scss */
.testimonial-card h4, .testimonial-card .h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

/* line 420, app/assets/stylesheets/components/premium_general.scss */
.testimonial-card p {
  color: #D1D5DB;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* line 426, app/assets/stylesheets/components/premium_general.scss */
.reviewer {
  color: #9CA3AF;
  font-style: italic;
  font-weight: 600;
}

/* Support Section */
/* line 433, app/assets/stylesheets/components/premium_general.scss */
.support-section {
  padding: 4rem 1rem;
  position: relative;
  z-index: 1;
}

/* line 439, app/assets/stylesheets/components/premium_general.scss */
.support-card {
  max-width: 600px;
  margin: 0 auto;
  background: #1F2937;
  border-radius: 20px;
  padding: 2.5rem;
  text-align: center;
  border: 1px solid #374151;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
}

/* line 450, app/assets/stylesheets/components/premium_general.scss */
.support-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #8B5CF6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

/* line 460, app/assets/stylesheets/components/premium_general.scss */
.support-icon i {
  font-size: 2.5rem;
  color: white;
}

/* line 466, app/assets/stylesheets/components/premium_general.scss */
.support-card h3, .support-card .h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}

/* line 473, app/assets/stylesheets/components/premium_general.scss */
.support-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px) {
  /* line 473, app/assets/stylesheets/components/premium_general.scss */
  .support-links {
    flex-direction: row;
    justify-content: center;
  }
}

/* line 484, app/assets/stylesheets/components/premium_general.scss */
.support-link {
  color: #3B82F6;
  text-decoration: none;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
  border: 2px solid #3B82F6;
  border-radius: 10px;
  transition: all 0.3s ease;
}

/* line 493, app/assets/stylesheets/components/premium_general.scss */
.support-link:hover {
  background: #3B82F6;
  color: white;
}

/* Footer */
/* line 500, app/assets/stylesheets/components/premium_general.scss */
.premium-footer {
  padding: 3rem 1rem 2rem;
  position: relative;
  z-index: 1;
}

/* line 506, app/assets/stylesheets/components/premium_general.scss */
.premium-footer-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/* line 512, app/assets/stylesheets/components/premium_general.scss */
.restore-section {
  margin-bottom: 2.5rem;
}

/* line 515, app/assets/stylesheets/components/premium_general.scss */
.restore-section .restore-text {
  color: #D1D5DB;
  margin-right: 1rem;
  font-weight: 600;
}

/* line 521, app/assets/stylesheets/components/premium_general.scss */
.restore-section .restore-link {
  color: #3B82F6;
  text-decoration: none;
  font-weight: 700;
  background: none;
  border: none;
  cursor: pointer;
}

/* line 529, app/assets/stylesheets/components/premium_general.scss */
.restore-section .restore-link:hover {
  text-decoration: underline;
}

/* line 535, app/assets/stylesheets/components/premium_general.scss */
.premium-disclaimer {
  color: #9CA3AF;
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

/* line 542, app/assets/stylesheets/components/premium_general.scss */
.premium-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

/* line 549, app/assets/stylesheets/components/premium_general.scss */
.premium-legal-links a {
  color: #9CA3AF;
  text-decoration: none;
  font-size: 0.9rem;
}

/* line 554, app/assets/stylesheets/components/premium_general.scss */
.premium-legal-links a:hover {
  color: #E5E7EB;
  text-decoration: underline;
}

/* line 560, app/assets/stylesheets/components/premium_general.scss */
.premium-legal-links span {
  color: #4B5563;
}

/* Responsive Design */
@media (max-width: 640px) {
  /* line 567, app/assets/stylesheets/components/premium_general.scss */
  .premium-pricing-grid {
    padding: 0 0.5rem;
  }
  /* line 571, app/assets/stylesheets/components/premium_general.scss */
  .premium-pricing-card {
    padding: 2rem;
  }
  /* line 575, app/assets/stylesheets/components/premium_general.scss */
  .testimonials-section {
    padding: 0 0.5rem;
  }
  /* line 579, app/assets/stylesheets/components/premium_general.scss */
  .premium-legal-links {
    flex-direction: column;
    gap: 0.8rem;
  }
  /* line 583, app/assets/stylesheets/components/premium_general.scss */
  .premium-legal-links span {
    display: none;
  }
}

/* Features Section */
/* line 590, app/assets/stylesheets/components/premium_general.scss */
.premium-features-section {
  padding: 2rem 1rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

/* line 596, app/assets/stylesheets/components/premium_general.scss */
.premium-features-section .features-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

/* line 603, app/assets/stylesheets/components/premium_general.scss */
.premium-features-section .features-subtitle {
  font-size: 1rem;
  color: #D1D5DB;
  margin-bottom: 2rem;
}

/* line 609, app/assets/stylesheets/components/premium_general.scss */
.premium-features-section .premium-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  text-align: left;
}

/* line 618, app/assets/stylesheets/components/premium_general.scss */
.premium-features-section .premium-features-list li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #D1D5DB;
}

/* line 624, app/assets/stylesheets/components/premium_general.scss */
.premium-features-section .premium-features-list li i {
  color: #3B82F6;
  margin-right: 1rem;
  font-size: 1.2rem;
}

/* line 632, app/assets/stylesheets/components/premium_general.scss */
.premium-features-section .features-list-container {
  background: #111827;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid #374151;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* Premium Status Card (for Settings page) */
/* line 642, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card {
  background: linear-gradient(135deg, #FBBF24 0%, #F59E0B 100%);
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 24px rgba(251, 191, 36, 0.25);
  position: relative;
  overflow: hidden;
}

/* line 651, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10%, -10%);
  }
}

/* line 667, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-status-header {
  position: relative;
  z-index: 1;
  margin-bottom: 1.25rem;
}

/* line 673, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.15);
  padding: 0.5rem 1rem;
  border-radius: 24px;
  margin-bottom: 0.75rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

/* line 683, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-badge i {
  color: #FFFFFF;
  font-size: 1rem;
}

/* line 688, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-badge span {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 698, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-status-content .premium-status-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 0 0.5rem 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 706, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-status-content .premium-expiry {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  font-weight: 500;
}

/* line 715, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-status-content .premium-expiry i {
  font-size: 0.9rem;
  opacity: 0.9;
}

/* line 722, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-status-actions {
  position: relative;
  z-index: 1;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 729, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-status-actions .btn-manage-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.9rem 1.25rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

/* line 746, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-status-actions .btn-manage-plan:hover {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateX(4px);
}

/* line 752, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-status-actions .btn-manage-plan i {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

/* line 757, app/assets/stylesheets/components/premium_general.scss */
.premium-status-card .premium-status-actions .btn-manage-plan:hover i {
  transform: translateX(4px);
}

@media (max-width: 640px) {
  /* line 642, app/assets/stylesheets/components/premium_general.scss */
  .premium-status-card {
    padding: 1.25rem;
  }
  /* line 767, app/assets/stylesheets/components/premium_general.scss */
  .premium-status-card .premium-status-content .premium-status-title {
    font-size: 1.2rem;
  }
  /* line 771, app/assets/stylesheets/components/premium_general.scss */
  .premium-status-card .premium-status-content .premium-expiry {
    font-size: 0.85rem;
  }
  /* line 776, app/assets/stylesheets/components/premium_general.scss */
  .premium-status-card .premium-badge {
    padding: 0.4rem 0.8rem;
  }
  /* line 779, app/assets/stylesheets/components/premium_general.scss */
  .premium-status-card .premium-badge i {
    font-size: 0.9rem;
  }
  /* line 783, app/assets/stylesheets/components/premium_general.scss */
  .premium-status-card .premium-badge span {
    font-size: 0.8rem;
  }
}

/*
 * Premium Plans View Styles
 * Estilos específicos para la vista de planes premium
 */
/* Material Icons Font Settings */
/* line 7, app/assets/stylesheets/premium/plans.scss */
.material-symbols-outlined {
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24;
}

/* Scrollbar hiding utility */
/* line 12, app/assets/stylesheets/premium/plans.scss */

/* line 16, app/assets/stylesheets/premium/plans.scss */

/* Premium Features Section */
/* line 22, app/assets/stylesheets/premium/plans.scss */
.premium-features-section {
  text-align: center;
  padding: 2rem 1rem;
  background: rgba(30, 41, 59, 0.6);
  margin: 1rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

/* line 32, app/assets/stylesheets/premium/plans.scss */
.premium-logo {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 8px 32px rgba(251, 191, 36, 0.3);
}

/* line 44, app/assets/stylesheets/premium/plans.scss */
.premium-logo i {
  font-size: 1.5rem;
  color: #1f2937;
}

/* line 49, app/assets/stylesheets/premium/plans.scss */
.premium-hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* line 59, app/assets/stylesheets/premium/plans.scss */
.features-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 2rem 0 1rem 0;
}

/* line 65, app/assets/stylesheets/premium/plans.scss */
.features-subtitle {
  font-size: 1rem;
  opacity: 0.8;
  margin-bottom: 1.5rem;
}

/* line 71, app/assets/stylesheets/premium/plans.scss */
.premium-features-list {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}

/* line 79, app/assets/stylesheets/premium/plans.scss */
.premium-features-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.1);
}

/* line 88, app/assets/stylesheets/premium/plans.scss */
.premium-features-list li i {
  color: #10b981;
  margin-right: 0.75rem;
  font-size: 1rem;
}

/* Pricing Section */
/* line 95, app/assets/stylesheets/premium/plans.scss */
.premium-pricing-section {
  padding: 1rem;
}

/* line 99, app/assets/stylesheets/premium/plans.scss */
.premium-pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 107, app/assets/stylesheets/premium/plans.scss */
.premium-pricing-card {
  background: rgba(30, 41, 59, 0.8);
  border-radius: 1.5rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-left: 4px solid rgba(255, 255, 255, 0.2);
}

/* line 118, app/assets/stylesheets/premium/plans.scss */
.premium-pricing-card.featured {
  border-left-color: #3b82f6;
  transform: scale(1.02);
  box-shadow: 0 20px 40px rgba(59, 130, 246, 0.2);
}

/* line 124, app/assets/stylesheets/premium/plans.scss */
.premium-pricing-card.weekly {
  border-left-color: #8b5cf6;
}

/* line 128, app/assets/stylesheets/premium/plans.scss */
.premium-pricing-card.monthly {
  border-left-color: #06b6d4;
}

/* line 132, app/assets/stylesheets/premium/plans.scss */
.premium-pricing-card.yearly {
  border-left-color: #3b82f6;
}

/* line 136, app/assets/stylesheets/premium/plans.scss */
.premium-pricing-card.lifetime {
  border-left-color: #f59e0b;
}

/* line 140, app/assets/stylesheets/premium/plans.scss */
.premium-pricing-card.family {
  border-left-color: #10b981;
}

/* line 144, app/assets/stylesheets/premium/plans.scss */
.premium-pricing-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* line 149, app/assets/stylesheets/premium/plans.scss */
.premium-pricing-card.featured:hover {
  transform: translateY(-4px) scale(1.04);
}

/* line 153, app/assets/stylesheets/premium/plans.scss */
.pricing-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* line 167, app/assets/stylesheets/premium/plans.scss */
.pricing-header {
  text-align: center;
  margin-bottom: 2rem;
}

/* line 172, app/assets/stylesheets/premium/plans.scss */
.pricing-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* line 178, app/assets/stylesheets/premium/plans.scss */
.pricing-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

/* line 186, app/assets/stylesheets/premium/plans.scss */
.pricing-price .currency {
  font-size: 1.125rem;
  font-weight: 500;
  opacity: 0.8;
}

/* line 192, app/assets/stylesheets/premium/plans.scss */
.pricing-price .amount {
  font-size: 3rem;
  font-weight: 700;
}

/* line 197, app/assets/stylesheets/premium/plans.scss */
.pricing-price .period {
  font-size: 1.125rem;
  font-weight: 500;
  opacity: 0.8;
}

/* line 203, app/assets/stylesheets/premium/plans.scss */
.pricing-savings {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
}

/* line 213, app/assets/stylesheets/premium/plans.scss */
.pricing-btn {
  width: 100%;
  background: linear-gradient(135deg, #374151, #4b5563);
  color: white;
  border: none;
  border-radius: 1rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 1rem;
}

/* line 227, app/assets/stylesheets/premium/plans.scss */
.pricing-btn.primary {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}

/* line 231, app/assets/stylesheets/premium/plans.scss */
.pricing-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* line 236, app/assets/stylesheets/premium/plans.scss */
.renewal-text {
  font-size: 0.875rem;
  opacity: 0.7;
  text-align: center;
  margin: 0;
}

/* Social Proof Styles */
/* line 244, app/assets/stylesheets/premium/plans.scss */
.social-proof-section {
  padding: 2rem 1rem;
}

/* line 248, app/assets/stylesheets/premium/plans.scss */
.value-proposition {
  text-align: center;
  margin-bottom: 2rem;
}

/* line 253, app/assets/stylesheets/premium/plans.scss */
.value-icon {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  color: white;
}

/* line 266, app/assets/stylesheets/premium/plans.scss */
.testimonials-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}

/* line 274, app/assets/stylesheets/premium/plans.scss */
.testimonial-card {
  background: rgba(30, 41, 59, 0.6);
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 281, app/assets/stylesheets/premium/plans.scss */
.stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

/* line 287, app/assets/stylesheets/premium/plans.scss */
.stars i {
  color: #fbbf24;
  font-size: 1rem;
}

/* line 292, app/assets/stylesheets/premium/plans.scss */
.testimonial-card h4, .testimonial-card .h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* line 298, app/assets/stylesheets/premium/plans.scss */
.testimonial-card p {
  font-size: 0.9375rem;
  line-height: 1.6;
  opacity: 0.8;
  margin-bottom: 1rem;
}

/* line 305, app/assets/stylesheets/premium/plans.scss */
.reviewer {
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.6;
}

/* Support Section */
/* line 312, app/assets/stylesheets/premium/plans.scss */
.support-section {
  padding: 1rem;
}

/* line 316, app/assets/stylesheets/premium/plans.scss */
.support-card {
  background: rgba(30, 41, 59, 0.6);
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

/* line 324, app/assets/stylesheets/premium/plans.scss */
.support-icon {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.25rem;
  color: white;
}

/* line 337, app/assets/stylesheets/premium/plans.scss */
.support-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* line 343, app/assets/stylesheets/premium/plans.scss */
.support-link {
  color: #60a5fa;
  text-decoration: none;
  font-weight: 500;
}

/* line 349, app/assets/stylesheets/premium/plans.scss */
.support-link:hover {
  text-decoration: underline;
}

/* Footer */
/* line 354, app/assets/stylesheets/premium/plans.scss */
.premium-footer {
  padding: 2rem 1rem;
  text-align: center;
}

/* line 359, app/assets/stylesheets/premium/plans.scss */
.restore-section {
  margin-bottom: 2rem;
}

/* line 363, app/assets/stylesheets/premium/plans.scss */
.restore-text {
  margin-right: 0.5rem;
  opacity: 0.8;
}

/* line 368, app/assets/stylesheets/premium/plans.scss */
.restore-link {
  color: #60a5fa;
  text-decoration: none;
  font-weight: 500;
  background: none;
  border: none;
  cursor: pointer;
}

/* line 377, app/assets/stylesheets/premium/plans.scss */
.premium-disclaimer {
  font-size: 0.875rem;
  opacity: 0.7;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* line 384, app/assets/stylesheets/premium/plans.scss */
.premium-legal-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

/* line 392, app/assets/stylesheets/premium/plans.scss */
.premium-legal-links a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.875rem;
}

/* line 398, app/assets/stylesheets/premium/plans.scss */
.premium-legal-links span {
  color: #94a3b8;
  font-size: 0.875rem;
}

/* Responsive Design */
@media (min-width: 768px) {
  /* line 405, app/assets/stylesheets/premium/plans.scss */
  .premium-pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 409, app/assets/stylesheets/premium/plans.scss */
  .testimonials-section {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 413, app/assets/stylesheets/premium/plans.scss */
  .support-links {
    flex-direction: row;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  /* line 420, app/assets/stylesheets/premium/plans.scss */
  .premium-pricing-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 424, app/assets/stylesheets/premium/plans.scss */
  .testimonials-section {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 428, app/assets/stylesheets/premium/plans.scss */
  .premium-container {
    padding: 0 2rem;
  }
}

/*
 * Premium Dashboard View Styles
 * Estilos específicos para el dashboard premium
 */
/* line 6, app/assets/stylesheets/premium/dashboard.scss */
.premium-dashboard-container {
  max-width: 100%;
  margin: 0;
  padding: 1rem;
  background: linear-gradient(to bottom, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.95) 100%);
  min-height: 100vh;
  color: white;
}

/* Premium Status Header */
/* line 18, app/assets/stylesheets/premium/dashboard.scss */
.premium-status-header {
  display: flex;
  align-items: center;
  padding: 1.5rem 1rem;
  margin-bottom: 1.5rem;
  background: rgba(30, 41, 59, 0.6);
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* line 30, app/assets/stylesheets/premium/dashboard.scss */
.premium-logo.premium {
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  box-shadow: 0 4px 16px rgba(251, 191, 36, 0.3);
  flex-shrink: 0;
}

/* line 43, app/assets/stylesheets/premium/dashboard.scss */
.premium-logo.premium i {
  font-size: 1.4rem;
  color: #1f2937;
}

/* line 48, app/assets/stylesheets/premium/dashboard.scss */
.status-header-content {
  flex-grow: 1;
}

/* line 52, app/assets/stylesheets/premium/dashboard.scss */
.premium-dashboard-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* line 62, app/assets/stylesheets/premium/dashboard.scss */
.premium-dashboard-subtitle {
  font-size: 0.95rem;
  opacity: 0.85;
  font-weight: 400;
  line-height: 1.4;
}

/* Premium Status Card (Subscription Details) */
/* line 70, app/assets/stylesheets/premium/dashboard.scss */
.premium-status-card {
  background: rgba(30, 41, 59, 0.6);
  border-radius: 1.5rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* line 80, app/assets/stylesheets/premium/dashboard.scss */
.status-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

/* line 86, app/assets/stylesheets/premium/dashboard.scss */
.status-icon-container {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: rgba(16, 185, 129, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
}

/* line 97, app/assets/stylesheets/premium/dashboard.scss */
.status-icon-active {
  color: #10b981;
  font-size: 1.1rem;
}

/* line 102, app/assets/stylesheets/premium/dashboard.scss */
.status-card-info {
  flex-grow: 1;
}

/* line 106, app/assets/stylesheets/premium/dashboard.scss */
.status-card-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

/* line 112, app/assets/stylesheets/premium/dashboard.scss */
.status-card-description {
  font-size: 0.85rem;
  opacity: 0.75;
  line-height: 1.4;
}

/* line 118, app/assets/stylesheets/premium/dashboard.scss */
.status-card-actions {
  text-align: center;
}

/* line 122, app/assets/stylesheets/premium/dashboard.scss */
.btn-secondary-outline {
  background-color: transparent;
  color: #60a5fa;
  border: 1px solid #60a5fa;
  padding: 0.6rem 1.2rem;
  border-radius: 0.75rem;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* line 134, app/assets/stylesheets/premium/dashboard.scss */
.btn-secondary-outline:hover {
  background-color: #60a5fa;
  color: white;
}

/* line 139, app/assets/stylesheets/premium/dashboard.scss */
.features-grid-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}

/* line 147, app/assets/stylesheets/premium/dashboard.scss */
.premium-dashboard-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

/* line 154, app/assets/stylesheets/premium/dashboard.scss */
.premium-dashboard-card {
  display: block;
  background: rgba(30, 41, 59, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 1.25rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: inherit;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border-left: 4px solid rgba(255, 255, 255, 0.1);
}

/* line 169, app/assets/stylesheets/premium/dashboard.scss */
.premium-dashboard-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: inherit;
}

/* line 176, app/assets/stylesheets/premium/dashboard.scss */
.premium-dashboard-card.primary-card {
  border-left-color: #3b82f6;
}

/* line 180, app/assets/stylesheets/premium/dashboard.scss */
.premium-dashboard-card.primary-card:hover {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(37, 99, 235, 0.1) 100%);
  box-shadow: 0 12px 32px rgba(59, 130, 246, 0.2);
}

/* line 185, app/assets/stylesheets/premium/dashboard.scss */
.premium-dashboard-card.success-card {
  border-left-color: #10b981;
}

/* line 189, app/assets/stylesheets/premium/dashboard.scss */
.premium-dashboard-card.success-card:hover {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(5, 150, 105, 0.1) 100%);
  box-shadow: 0 12px 32px rgba(16, 185, 129, 0.2);
}

/* line 194, app/assets/stylesheets/premium/dashboard.scss */
.premium-dashboard-card.danger-card {
  border-left-color: #ef4444;
}

/* line 198, app/assets/stylesheets/premium/dashboard.scss */
.premium-dashboard-card.danger-card:hover {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.2) 0%, rgba(220, 38, 38, 0.1) 100%);
  box-shadow: 0 12px 32px rgba(239, 68, 68, 0.2);
}

/* line 203, app/assets/stylesheets/premium/dashboard.scss */
.premium-dashboard-card.info-card {
  border-left-color: #06b6d4;
}

/* line 207, app/assets/stylesheets/premium/dashboard.scss */
.premium-dashboard-card.info-card:hover {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.2) 0%, rgba(8, 145, 178, 0.1) 100%);
  box-shadow: 0 12px 32px rgba(6, 182, 212, 0.2);
}

/* line 212, app/assets/stylesheets/premium/dashboard.scss */
.premium-dashboard-card.warning-card {
  border-left-color: #f59e0b;
}

/* line 216, app/assets/stylesheets/premium/dashboard.scss */
.premium-dashboard-card.warning-card:hover {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.2) 0%, rgba(217, 119, 6, 0.1) 100%);
  box-shadow: 0 12px 32px rgba(245, 158, 11, 0.2);
}

/* line 221, app/assets/stylesheets/premium/dashboard.scss */
.premium-dashboard-card.secondary-card {
  border-left-color: #6b7280;
}

/* line 225, app/assets/stylesheets/premium/dashboard.scss */
.premium-dashboard-card.secondary-card:hover {
  background: linear-gradient(135deg, rgba(107, 114, 128, 0.2) 0%, rgba(75, 85, 99, 0.1) 100%);
  box-shadow: 0 12px 32px rgba(107, 114, 128, 0.2);
}

/* line 230, app/assets/stylesheets/premium/dashboard.scss */
.card-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

/* line 236, app/assets/stylesheets/premium/dashboard.scss */
.card-icon-container {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.8rem;
  flex-shrink: 0;
}

/* line 247, app/assets/stylesheets/premium/dashboard.scss */
.primary-card .card-icon-container {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(37, 99, 235, 0.3));
}

/* line 251, app/assets/stylesheets/premium/dashboard.scss */
.success-card .card-icon-container {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(5, 150, 105, 0.3));
}

/* line 255, app/assets/stylesheets/premium/dashboard.scss */
.danger-card .card-icon-container {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.2), rgba(220, 38, 38, 0.3));
}

/* line 259, app/assets/stylesheets/premium/dashboard.scss */
.info-card .card-icon-container {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.2), rgba(8, 145, 178, 0.3));
}

/* line 263, app/assets/stylesheets/premium/dashboard.scss */
.warning-card .card-icon-container {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(217, 119, 6, 0.3));
}

/* line 267, app/assets/stylesheets/premium/dashboard.scss */
.secondary-card .card-icon-container {
  background: linear-gradient(135deg, rgba(107, 114, 128, 0.2), rgba(75, 85, 99, 0.3));
}

/* line 271, app/assets/stylesheets/premium/dashboard.scss */
.card-icon {
  font-size: 1.2rem;
  color: white;
}

/* line 276, app/assets/stylesheets/premium/dashboard.scss */
.card-info {
  flex: 1;
}

/* line 280, app/assets/stylesheets/premium/dashboard.scss */
.card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

/* line 286, app/assets/stylesheets/premium/dashboard.scss */
.card-description {
  font-size: 0.8rem;
  opacity: 0.7;
  margin: 0;
  line-height: 1.3;
}

/* line 293, app/assets/stylesheets/premium/dashboard.scss */
.card-arrow {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8rem;
  transition: all 0.3s ease;
  align-self: center;
}

/* line 300, app/assets/stylesheets/premium/dashboard.scss */
.premium-dashboard-card:hover .card-arrow {
  color: white;
  transform: translateX(4px);
}

/* line 305, app/assets/stylesheets/premium/dashboard.scss */
.card-quick-data {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0.75rem;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 0.8rem;
}

/* line 313, app/assets/stylesheets/premium/dashboard.scss */
.quick-data-error {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
}

/* line 320, app/assets/stylesheets/premium/dashboard.scss */
.quick-data-error i {
  margin-right: 0.5rem;
}

/* line 324, app/assets/stylesheets/premium/dashboard.scss */
.quick-data-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 0.5rem;
  justify-content: space-around;
}

/* line 331, app/assets/stylesheets/premium/dashboard.scss */
.quick-data-item {
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 0.4rem 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 342, app/assets/stylesheets/premium/dashboard.scss */
.data-key {
  font-size: 0.65rem;
  opacity: 0.6;
  margin-bottom: 0.1rem;
  line-height: 1.1;
}

/* line 349, app/assets/stylesheets/premium/dashboard.scss */
.data-value {
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.1;
}

/* Responsive Design */
@media (min-width: 576px) {
  /* line 358, app/assets/stylesheets/premium/dashboard.scss */
  .premium-dashboard-container {
    padding: 1.5rem;
  }
  /* line 362, app/assets/stylesheets/premium/dashboard.scss */
  .premium-dashboard-title {
    font-size: 1.8rem;
  }
  /* line 366, app/assets/stylesheets/premium/dashboard.scss */
  .premium-dashboard-subtitle {
    font-size: 1rem;
  }
  /* line 370, app/assets/stylesheets/premium/dashboard.scss */
  .features-grid-title {
    font-size: 1.4rem;
  }
  /* line 374, app/assets/stylesheets/premium/dashboard.scss */
  .premium-dashboard-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (min-width: 768px) {
  /* line 381, app/assets/stylesheets/premium/dashboard.scss */
  .premium-dashboard-container {
    padding: 2rem;
  }
  /* line 385, app/assets/stylesheets/premium/dashboard.scss */
  .premium-dashboard-title {
    font-size: 2rem;
  }
  /* line 389, app/assets/stylesheets/premium/dashboard.scss */
  .premium-dashboard-subtitle {
    font-size: 1.05rem;
  }
  /* line 393, app/assets/stylesheets/premium/dashboard.scss */
  .features-grid-title {
    font-size: 1.5rem;
  }
  /* line 397, app/assets/stylesheets/premium/dashboard.scss */
  .premium-dashboard-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  /* line 402, app/assets/stylesheets/premium/dashboard.scss */
  .card-title {
    font-size: 1.15rem;
  }
  /* line 406, app/assets/stylesheets/premium/dashboard.scss */
  .card-description {
    font-size: 0.85rem;
  }
}

@media (min-width: 992px) {
  /* line 412, app/assets/stylesheets/premium/dashboard.scss */
  .premium-dashboard-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem;
  }
  /* line 418, app/assets/stylesheets/premium/dashboard.scss */
  .premium-dashboard-features {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  /* line 424, app/assets/stylesheets/premium/dashboard.scss */
  .premium-dashboard-features {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Weather Advanced Data Styles */
/* Material Symbols Configuration */
/* line 4, app/assets/stylesheets/weather/advanced_data.scss */
.material-symbols-outlined {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Scrollbar Utilities */
/* line 9, app/assets/stylesheets/weather/advanced_data.scss */

/* line 13, app/assets/stylesheets/weather/advanced_data.scss */

/* Chart Animations */
@keyframes growUp {
  from {
    height: 0;
  }
  to {
    height: var(--target-height);
  }
}

/* line 24, app/assets/stylesheets/weather/advanced_data.scss */
.bar-animate {
  animation: growUp 1s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 33, app/assets/stylesheets/weather/advanced_data.scss */
.chart-fade {
  animation: fadeIn 1.2s ease-out forwards;
}

/* Tooltip Behavior */
/* line 38, app/assets/stylesheets/weather/advanced_data.scss */
.tooltip-trigger:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

/* Body Height Configuration */
/* Note: min-height with dvh is applied via inline styles in mobile.html.erb
   to avoid Sass compilation issues with max(px, dvh) */
/* body {
  min-height: max(884px, 100dvh);
} */
/* Fullscreen Layout Styles */
/* line 2, app/assets/stylesheets/layouts/fullscreen.scss */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-sizing: border-box !important;
}

/* line 10, app/assets/stylesheets/layouts/fullscreen.scss */
.fullscreen-layout {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  width: 100vw !important;
  height: 100vh !important;
  box-sizing: border-box !important;
  position: relative !important;
}

/* line 20, app/assets/stylesheets/layouts/fullscreen.scss */
.fullscreen-layout * {
  box-sizing: border-box !important;
}

/* Fullscreen container base class for reusability */
/* line 25, app/assets/stylesheets/layouts/fullscreen.scss */
.fullscreen-container {
  width: 100vw !important;
  height: 100vh !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
}

/* Override any Bootstrap container constraints in fullscreen mode */
/* line 44, app/assets/stylesheets/layouts/fullscreen.scss */
.fullscreen-layout .container,
.fullscreen-layout .container-fluid {
  margin: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  max-width: none !important;
  padding: 0 !important;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  /* line 62, app/assets/stylesheets/layouts/fullscreen.scss */
  .fullscreen-container {
    padding: 16px;
  }
}

@font-face {
  font-family: "bootstrap-icons";
  src: url(/assets/bootstrap-icons/font/fonts/bootstrap-icons-4f186bfcba02df32e2e45e64645aa46886457cb855a85bbec8013e1866c8a1f6.woff2) format("woff2"), url(/assets/bootstrap-icons/font/fonts/bootstrap-icons-69de61f24e1c47410e9c685931afab4ca0ebba40d9ebbf50c669f7496b112f32.woff) format("woff");
}

/* line 91, app/assets/stylesheets/application.scss */
.body {
  color: #000000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* line 97, app/assets/stylesheets/application.scss */
.brand-primary-text-color {
  color: #ED8F09 !important;
}

/* line 101, app/assets/stylesheets/application.scss */
.brand-secundary-text-color {
  color: #BC668B !important;
}

/* line 105, app/assets/stylesheets/application.scss */
.main-menu-option {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 112, app/assets/stylesheets/application.scss */
.brand-title {
  font-size: 1.5em;
  font-weight: bold;
}

/* line 118, app/assets/stylesheets/application.scss */
.home-main-title {
  padding-top: 100px;
  padding-left: 30px;
  font-size: 2.3em;
  font-weight: bold;
  line-height: normal;
}

/* line 127, app/assets/stylesheets/application.scss */
.home-main-subtitle {
  padding-top: 10px;
  padding-left: 30px;
  font-size: 1.3em;
  line-height: normal;
}

/* line 134, app/assets/stylesheets/application.scss */
.feature-title {
  font-size: 2.3em;
  font-weight: bold;
  line-height: normal;
}

/* line 140, app/assets/stylesheets/application.scss */
.feature-subtitle {
  padding-top: 10px;
  font-size: 1.3em;
  line-height: normal;
}

/* line 146, app/assets/stylesheets/application.scss */
.feature-minimal {
  padding-top: 30px;
  text-align: center;
}

/* line 151, app/assets/stylesheets/application.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 155, app/assets/stylesheets/application.scss */

/* line 159, app/assets/stylesheets/application.scss */
.bg-white {
  color: white !important;
}

/* line 163, app/assets/stylesheets/application.scss */
.navbar-light .navbar-brand {
  margin-left: 1em;
  font-weight: bold;
}

/* line 168, app/assets/stylesheets/application.scss */
.geolocation-container {
  display: none;
}

/* Estilos para la temperatura actual */
/* line 173, app/assets/stylesheets/application.scss */
#current-temperature {
  font-size: 36px;
  /* Tamaño de fuente grande */
  font-weight: bold;
  /* Texto en negrita */
  color: #333;
  /* Color de texto deseado */
}

/* Estilos para la condición actual del clima */
/* line 180, app/assets/stylesheets/application.scss */
#current-weather {
  font-size: 24px;
  /* Tamaño de fuente mediano */
  color: #555;
  /* Color de texto deseado */
}

/* Estilos para el pronóstico diario */
/* line 186, app/assets/stylesheets/application.scss */

/* Estilos para las temperaturas mínimas y máximas */
/* line 197, app/assets/stylesheets/application.scss */
.temperature {
  font-size: 18px;
  /* Tamaño de fuente para las temperaturas */
  font-weight: bold;
  /* Texto en negrita */
}

/* line 202, app/assets/stylesheets/application.scss */
.weather {
  font-size: 18px;
  color: #666;
}

/* Estilos para el pronóstico diario */
/* line 208, app/assets/stylesheets/application.scss */
.daily-weather-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* line 215, app/assets/stylesheets/application.scss */

/* line 224, app/assets/stylesheets/application.scss */
.custom-card:nth-child(odd) {
  background-color: #f5f5f5;
  /* Fondo claro para comentarios impares */
}

/* line 228, app/assets/stylesheets/application.scss */
.custom-card:nth-child(even) {
  background-color: #f2f2f2;
  /* Fondo claro para comentarios pares */
}

/* line 232, app/assets/stylesheets/application.scss */
.custom-card {
  border-radius: 10px;
  /* Bordes redondeados */
  padding: 15px;
  /* Espaciado interno */
  margin-bottom: 15px;
  /* Espaciado inferior */
}

/* line 238, app/assets/stylesheets/application.scss */
.comments-main-container {
  /* Degradado para WebKit */
  background-image: linear-gradient(to bottom, #EE9508, #E64A0F);
  /* Degradado para otros navegadores */
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 245, app/assets/stylesheets/application.scss */
.comments-title {
  color: #fff;
  font-size: 2.3em;
  font-weight: bold;
  padding-bottom: 50px;
  line-height: normal;
}

/* line 253, app/assets/stylesheets/application.scss */
.comments-subtitle {
  color: #fff;
  font-size: 2.0em;
  line-height: normal;
}

/* line 259, app/assets/stylesheets/application.scss */
.comments-subtitle2 {
  color: #fff;
  font-size: 2.0em;
  padding-bottom: 50px;
  font-weight: bold;
  line-height: normal;
}

/* line 267, app/assets/stylesheets/application.scss */
.app-description {
  padding-top: 20px;
  padding-bottom: 10px;
}

/* line 272, app/assets/stylesheets/application.scss */
.container {
  font-family: 'Nunito Sans', sans-serif;
}

/* line 276, app/assets/stylesheets/application.scss */
.expanded-gif {
  width: 100%;
}

/* line 280, app/assets/stylesheets/application.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 285, app/assets/stylesheets/application.scss */
.footer-title {
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 292, app/assets/stylesheets/application.scss */
.text-decoration-none {
  text-decoration: none;
  /* Elimina el subrayado predeterminado */
  color: #000000;
  /* Establece el color de texto en negro */
}

/* line 297, app/assets/stylesheets/application.scss */
.text-decoration-none:hover {
  text-decoration: underline;
  /* Añade el subrayado al pasar el mouse */
  color: #000000;
  /* Mantiene el color de texto en negro al pasar el mouse */
}

/* line 302, app/assets/stylesheets/application.scss */
.download-button {
  background-color: #EE9508;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
  position: relative;
  top: 20px;
}

/* line 315, app/assets/stylesheets/application.scss */
.download-button:hover {
  background-color: #CC7E06;
  /* Cambia el color de fondo al pasar el mouse */
}

/* line 319, app/assets/stylesheets/application.scss */
.blog-post {
  padding: 20px;
  background-color: #fff;
}

/* line 324, app/assets/stylesheets/application.scss */
.blog-post-title {
  font-size: 34px;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
}

/* line 331, app/assets/stylesheets/application.scss */
.blog-post-meta {
  font-style: italic;
  color: #777;
}

/* line 336, app/assets/stylesheets/application.scss */
.blog-post-body {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

/* line 342, app/assets/stylesheets/application.scss */
.blog-post-keywords {
  margin-top: 10px;
  color: #555;
}

/* line 347, app/assets/stylesheets/application.scss */

/* line 352, app/assets/stylesheets/application.scss */
.card-link {
  text-decoration: none;
  /* Elimina el subrayado de los enlaces */
}

/* line 356, app/assets/stylesheets/application.scss */

/* dinamyc container used on session login */
/* line 362, app/assets/stylesheets/application.scss */
.form-container {
  background-color: #f8f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 1rem;
}

/* line 371, app/assets/stylesheets/application.scss */
.card {
  width: 100%;
  max-width: 400px;
  /* Ajusta el ancho máximo según sea necesario */
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 379, app/assets/stylesheets/application.scss */
.input-group .input-group-text {
  background-color: #e9ecef;
}

/* OAuth buttons styling */
/* line 384, app/assets/stylesheets/application.scss */
.btn-google {
  background-color: #ffffff;
  border-color: #dc3545;
  color: #dc3545;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

/* line 395, app/assets/stylesheets/application.scss */
.btn-google:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #ffffff;
}

/* line 401, app/assets/stylesheets/application.scss */
.btn-apple {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

/* line 412, app/assets/stylesheets/application.scss */
.btn-apple:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

/* Fix for Bootstrap 5 - btn-block is deprecated */
/* line 419, app/assets/stylesheets/application.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* Weather Emoji Icons for Lucide and Heroicons themes */
/* line 425, app/assets/stylesheets/application.scss */
.weather-emoji {
  font-style: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Android Emoji", "EmojiSymbols", "EmojiOne Mozilla", "Twemoji Mozilla", "Segoe UI Symbol", sans-serif;
  font-size: 1.2em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

/* line 434, app/assets/stylesheets/application.scss */
.weather-emoji.sun-emoji::before {
  content: "☀️";
  display: inline-block;
}

/* line 439, app/assets/stylesheets/application.scss */
.weather-emoji.cloud-emoji::before {
  content: "☁️";
  display: inline-block;
}

/* line 444, app/assets/stylesheets/application.scss */

/* line 449, app/assets/stylesheets/application.scss */
.weather-emoji.rain-emoji::before {
  content: "🌧️";
  display: inline-block;
}

/* line 454, app/assets/stylesheets/application.scss */
.weather-emoji.storm-emoji::before {
  content: "⛈️";
  display: inline-block;
}

/* line 459, app/assets/stylesheets/application.scss */

/* line 464, app/assets/stylesheets/application.scss */

/* line 469, app/assets/stylesheets/application.scss */

/* line 474, app/assets/stylesheets/application.scss */

/* Fallback for direct emoji classes */
/* line 480, app/assets/stylesheets/application.scss */
.sun-emoji::before {
  content: "☀️" !important;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Android Emoji", "EmojiSymbols", "EmojiOne Mozilla", "Twemoji Mozilla", "Segoe UI Symbol", sans-serif !important;
}

/* line 485, app/assets/stylesheets/application.scss */
.cloud-emoji::before {
  content: "☁️" !important;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Android Emoji", "EmojiSymbols", "EmojiOne Mozilla", "Twemoji Mozilla", "Segoe UI Symbol", sans-serif !important;
}

/* line 490, app/assets/stylesheets/application.scss */

/* line 495, app/assets/stylesheets/application.scss */
.rain-emoji::before {
  content: "🌧️" !important;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Android Emoji", "EmojiSymbols", "EmojiOne Mozilla", "Twemoji Mozilla", "Segoe UI Symbol", sans-serif !important;
}

/* line 500, app/assets/stylesheets/application.scss */
.storm-emoji::before {
  content: "⛈️" !important;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Android Emoji", "EmojiSymbols", "EmojiOne Mozilla", "Twemoji Mozilla", "Segoe UI Symbol", sans-serif !important;
}

/* line 505, app/assets/stylesheets/application.scss */

/* line 510, app/assets/stylesheets/application.scss */

/* line 515, app/assets/stylesheets/application.scss */

/* line 520, app/assets/stylesheets/application.scss */
